Set up all necessary GUI elements, like application icons, themes, etc.
More...
|
def | __init__ (self) |
|
def | setAppIcon (self) |
| Set up the Qudi application icon.
|
|
def | setTheme (self, theme, path) |
| Set icon theme for qudi app. More...
|
|
def | setStyleSheet (self, stylesheetpath) |
| Set qss style sheet for application. More...
|
|
def | closeWindows (self) |
| Close all application windows.
|
|
Set up all necessary GUI elements, like application icons, themes, etc.
◆ setStyleSheet()
def core.gui.Gui.setStyleSheet |
( |
|
self, |
|
|
|
stylesheetpath |
|
) |
| |
Set qss style sheet for application.
- Parameters
-
str | stylesheetpath: path to style sheet file |
◆ setTheme()
def core.gui.Gui.setTheme |
( |
|
self, |
|
|
|
theme, |
|
|
|
path |
|
) |
| |
Set icon theme for qudi app.
- Parameters
-
str | theme: Qudi theme name |
str | path: search path for qudi icons |
The documentation for this class was generated from the following file: