C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The FakeQtConfigArguments class provides arguments for the Qt GUI used when the application hasn't been built with Qt GUI support. More...
#include <fakeqtconfigarguments.h>
Public Member Functions | |
FakeQtConfigArguments () | |
Constructs new fake Qt-config arguments. | |
Argument & | qtWidgetsGuiArg () |
Returns the argument to show the Qt-widgets-based GUI. | |
Argument & | qtQuickGuiArg () |
Returns the argument to show the Qt-quick-based GUI. | |
bool | areQtGuiArgsPresent () const |
Returns whether at least one of the arguments is present. | |
The FakeQtConfigArguments class provides arguments for the Qt GUI used when the application hasn't been built with Qt GUI support.
Definition at line 8 of file fakeqtconfigarguments.h.
CppUtilities::FakeQtConfigArguments::FakeQtConfigArguments | ( | ) |
Constructs new fake Qt-config arguments.
Definition at line 15 of file fakeqtconfigarguments.cpp.
|
inline |
Returns whether at least one of the arguments is present.
Definition at line 41 of file fakeqtconfigarguments.h.
|
inline |
Returns the argument to show the Qt-quick-based GUI.
Definition at line 33 of file fakeqtconfigarguments.h.
|
inline |
Returns the argument to show the Qt-widgets-based GUI.
Definition at line 25 of file fakeqtconfigarguments.h.