-
Notifications
You must be signed in to change notification settings - Fork 0
API Module icescopy tool options
Bo Chen edited this page Apr 23, 2026
·
1 revision
Reusable tool-options page widgets and layout constants.
- File:
src/icescopy_tool_options.py
| Class | Purpose | Page |
|---|---|---|
ToolOptionsInfoPage |
Tool Options Info Page class. | ToolOptionsInfoPage |
ToolOptionsFormPage |
Tool Options Form Page class. | ToolOptionsFormPage |
| Variable | Line | Explanation |
|---|---|---|
TOOL_OPTIONS_CONTENT_WIDTH |
17 | Geometry value for tool options content width. |
TOOL_OPTIONS_BUTTON_SPACING |
18 | Stores tool options button spacing. |
TOOL_OPTIONS_LABEL_WIDTH |
19 | Geometry value for tool options label width. |
TOOL_OPTIONS_FIELD_WIDTH |
20 | Geometry value for tool options field width. |
TOOL_OPTIONS_SHORTCUT_WIDTH |
21 | Geometry value for tool options shortcut width. |
TOOL_OPTIONS_PANEL_DEFAULT_WIDTH |
22 | Geometry value for tool options panel default width. |
TOOL_OPTIONS_SPINBOX_SLOT_HEIGHT |
23 | Geometry value for tool options spinbox slot height. |
TOOL_OPTIONS_CONTROL_QSS |
24 | Stores tool options control qss. |
None.