Structs§
- QApplication
- The
QApplicationclass manages the GUI application’s control flow and main settings. - QCommand
Line Option - The
QCommandLineOptionclass defines a possible command-line option. - QCommand
Line Parser - The QCommandLineParser class provides a means for handling the command line options.
- QElapsed
Timer - The
QElapsedTimerclass provides a fast way to calculate elapsed times. - QEvent
Loop - The
QEventLoopclass provides a means of entering and leaving an event loop. - QEvent
Loop Process Events Flag - This enum controls the types of events processed by
QEventLoop::process_events.