eric7.EricWidgets.EricMainWindow
Module implementing a main window class with styling support.
Global Attributes
Classes
Functions
EricMainWindow
Class implementing a main window with styling support.
Derived from
QMainWindow
Class Attributes
Class Methods
Methods
Static Methods
EricMainWindow (Constructor)
EricMainWindow(parent=None)
Constructor
- parent
-
reference to the parent widget (QWidget)
EricMainWindow.setStyle
setStyle(styleName, styleSheetFile)
Public method to set the style of the interface.
- styleName
-
name of the style to set (string)
- styleSheetFile
-
name of a style sheet file to read to overwrite
defaults of the given style (string)