application
_application
¶
Custom QApplication.
Classes:
| Name | Description |
|---|---|
FXApplication |
Customized QApplication class. |
Classes¶
FXApplication
¶
Bases: QApplication
flowchart TD
fxgui.fxwidgets._application.FXApplication[FXApplication]
click fxgui.fxwidgets._application.FXApplication href "" "fxgui.fxwidgets._application.FXApplication"
Customized QApplication class.
On initialization, the application loads the previously saved theme from persistent storage. If no theme was saved, defaults to "dark".
Methods:
| Name | Description |
|---|---|
instance |
Return the existing instance or create a new one if it doesn't |