Qt Utilities 6.14.3
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
#include <qtconfigarguments.h>
Public Member Functions | |
QtConfigArguments () | |
Constructs new Qt config arguments. | |
Argument & | qtWidgetsGuiArg () |
Returns the argument for the Qt Widgets GUI. | |
Argument & | qtQuickGuiArg () |
Returns the argument for the Qt Quick GUI. | |
Argument & | languageArg () |
Returns the language argument. | |
bool | areQtGuiArgsPresent () const |
Returns whether at least one of the GUI arguments is present. | |
void | applySettings (bool preventApplyingDefaultFont=false) const |
Applies the settings from the arguments. | |
Definition at line 40 of file qtconfigarguments.h.
CppUtilities::QtConfigArguments::QtConfigArguments | ( | ) |
Constructs new Qt config arguments.
Definition at line 40 of file qtconfigarguments.cpp.
void CppUtilities::QtConfigArguments::applySettings | ( | bool | preventApplyingDefaultFont = false | ) | const |
Applies the settings from the arguments.
preventApplyingDefaultFont | If true, the font will not be updated to some default value if no font has been specified explicitly. |
Definition at line 123 of file qtconfigarguments.cpp.
|
inline |
Returns whether at least one of the GUI arguments is present.
Definition at line 95 of file qtconfigarguments.h.
|
inline |
Returns the language argument.
Definition at line 87 of file qtconfigarguments.h.
|
inline |
Returns the argument for the Qt Quick GUI.
Definition at line 79 of file qtconfigarguments.h.
|
inline |
Returns the argument for the Qt Widgets GUI.
Definition at line 71 of file qtconfigarguments.h.