The DtExceptionHandlingApplication is a QApplication that catches all exceptions and handles the application of the light mode and dark mode style sheets.
| makVrv::DtExceptionHandlingApplication::DtExceptionHandlingApplication |
( |
DtDe & |
de, |
|
|
int & |
c, |
|
|
char ** |
v |
|
) |
| |
| virtual makVrv::DtExceptionHandlingApplication::~DtExceptionHandlingApplication |
( |
| ) |
|
|
virtual |
| virtual bool makVrv::DtExceptionHandlingApplication::notify |
( |
QObject * |
rec, |
|
|
QEvent * |
ev |
|
) |
| |
|
virtual |
| virtual void makVrv::DtExceptionHandlingApplication::loadApplicationStylesheetsAtPath |
( |
const std::string & |
styleSheetPath, |
|
|
bool |
invalidateApplicationIconColorMappings = true |
|
) |
| |
|
virtual |
Reload the application stylesheet(s) based on application settings.
- Parameters
-
| styleSheetPath | The directory to load .qss files from - loaded in alphabetical order. |
| invalidateApplicationIconColorMappings | Whether or not to invalidate the current icon color mappings for the application BEFORE applying the new stylesheet(s), which may contain a new set of icon color mappings. |
- See Also
- DtStyledQMainWindow
| virtual void makVrv::DtExceptionHandlingApplication::slot_currentStyleSheetsPathChanged |
( |
const std::string & |
styleSheetsPath | ) |
|
|
protectedvirtual |
Slot that gets executed when the current stylesheet(s) have changed.
| DtDe& makVrv::DtExceptionHandlingApplication::myDe |
|
protected |
The documentation for this class was generated from the following file: