Application¶
The application widget provides an enhanced QApplication with built-in theme management and DCC integration.
FXApplication
¶
Bases:
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 |
|---|---|
|
Return the existing instance or create a new one if it doesn't |
instance
classmethod
¶
Return the existing instance or create a new one if it doesn't exist.