Skip to content

Application

The application widget provides an enhanced QApplication with built-in theme management and DCC integration.

FXApplication

Bases: QApplication

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

instance classmethod

instance(*args, **kwargs)

Return the existing instance or create a new one if it doesn't exist.