-
Notifications
You must be signed in to change notification settings - Fork 0
API Module icescopy stylesheet
Bo Chen edited this page Apr 23, 2026
·
1 revision
Application stylesheet assembly helpers.
- File:
src/icescopy_stylesheet.py
None.
| Variable | Line | Explanation |
|---|---|---|
module_dir |
7 | Stores module dir. |
resources_dir |
8 | Stores resources dir. |
ui_images_dir |
11 | Stores UI images dir. |
IS_WINDOWS |
12 | Tracks whether is windows. |
darkmode_toolbar_style_sheet |
14 | Stores darkmode toolbar style sheet. |
light_mode_toolbar_style_sheet |
42 | Stores light mode toolbar style sheet. |
slider_handle_path |
70 | Filesystem path for slider handle path. |
dark_mode_button_stylesheet |
204 | Stores dark mode button stylesheet. |
light_mode_button_stylesheet |
223 | Stores light mode button stylesheet. |
dark_mode_status_bar_stylesheet |
244 | Stores dark mode status bar stylesheet. |
dark_mode_line_edit_style_sheet |
245 | Stores dark mode line edit style sheet. |
light_mode_status_bar_stylesheet |
247 | Stores light mode status bar stylesheet. |
light_mode_line_edit_style_sheet |
248 | Stores light mode line edit style sheet. |
dark_zoom_slider_stylesheet |
250 | Stores dark zoom slider stylesheet. |
light_zoom_slider_stylesheet |
277 | Stores light zoom slider stylesheet. |
None.