Qudi
Public Member Functions | Public Attributes | List of all members
core.gui.Gui Class Reference

Set up all necessary GUI elements, like application icons, themes, etc. More...

Inheritance diagram for core.gui.Gui:
Inheritance graph
[legend]
Collaboration diagram for core.gui.Gui:
Collaboration graph
[legend]

Public Member Functions

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.
 

Public Attributes

 appIcon
 

Detailed Description

Set up all necessary GUI elements, like application icons, themes, etc.

Member Function Documentation

◆ setStyleSheet()

def core.gui.Gui.setStyleSheet (   self,
  stylesheetpath 
)

Set qss style sheet for application.

Parameters
strstylesheetpath: path to style sheet file

◆ setTheme()

def core.gui.Gui.setTheme (   self,
  theme,
  path 
)

Set icon theme for qudi app.

Parameters
strtheme: Qudi theme name
strpath: search path for qudi icons

The documentation for this class was generated from the following file: