Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qapplication.h File Reference

(33855af7f79ae06a4fbded60b2e88758c7bb0c4a)

#include <QtWidgets/qtwidgetsglobal.h>
#include <QtCore/qcoreapplication.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qpoint.h>
#include <QtCore/qsize.h>
#include <QtGui/qcursor.h>
#include <QtGui/qguiapplication.h>
Include dependency graph for qapplication.h:

Go to the source code of this file.

Classes

class  QApplication
 The QApplication class manages the GUI application's control flow and main settings. More...

Macros

#define qApp   (static_cast<QApplication *>(QCoreApplication::instance()))

Macro Definition Documentation

◆ qApp

#define qApp   (static_cast<QApplication *>(QCoreApplication::instance()))

Definition at line 30 of file qapplication.h.