-
Notifications
You must be signed in to change notification settings - Fork 0
API Class SortImagesDialog
Bo Chen edited this page Apr 23, 2026
·
1 revision
Dialog for choosing the image sort mode and previewing ordering.
- Module:
icescopy_aux - File:
src/icescopy_aux.py - Line:
1291
- Bases:
QDialog
Dialog for choosing the image sort mode and previewing ordering.
| Variable | Line | Explanation |
|---|---|---|
SORT_OPTIONS |
1292 | Stores sort options. |
| Attribute | First assigned in | Line | Explanation |
|---|---|---|---|
availability |
__init__ |
1304 | Stores availability. |
info_label |
__init__ |
1329 | Label widget for info label. |
main_window |
__init__ |
1303 | Stores main window. |
sort_mode_combo |
__init__ |
1315 | Combo box widget for sort mode combo. |
| Method | Line | Explanation |
|---|---|---|
__init__(main_window, availability, current_mode, parent=None) |
1301 | Initializes the instance. |
selected_mode() |
1356 | Returns selected mode. |
| Method | Line | Explanation |
|---|---|---|
update_info_label() |
1345 | Updates info label. |