QNetworkInformation exposes various network information through native backends.| doc.qt.io
The QChronoTimer class provides repetitive and single-shot timers.| doc.qt.io
The Scene Graph in Qt Quick| doc.qt.io
The QWidgetAction class extends QAction by an interface for inserting custom widgets into action based containers, such as toolbars.| doc.qt.io
The QPointingDevice class describes a device from which mouse, touch or tablet events originate.| doc.qt.io
The QProcess class is used to start external programs and to communicate with them.| doc.qt.io
The QBuffer class provides a QIODevice interface for a QByteArray.| doc.qt.io
The Meta-Object Compiler, moc, is the program that handles Qt's C++ extensions.| doc.qt.io
Qt Widgets Designer UI files represent the widget tree of the form in XML format. The forms can be processed:| doc.qt.io
Description of how data types are exchanged between QML and C++| doc.qt.io
The QQmlListProperty class allows applications to expose list-like properties of QObject-derived classes to QML.| doc.qt.io
The QOpenGLShader class allows OpenGL shaders to be compiled.| doc.qt.io
The QStyleOption class stores the parameters used by QStyle functions.| doc.qt.io
The QMetaProperty class provides meta-data about a property.| doc.qt.io
The QMetaMethod class provides meta-data about a member function.| doc.qt.io
A guide to creating plugins to extend Qt's applications and functionalities.| doc.qt.io
The QDockWidget class provides a widget that can be docked inside a QMainWindow or floated as a top-level window on the desktop.| doc.qt.io
The QMetaObject class contains meta-information about Qt objects.| doc.qt.io
The QOpenGLContext class represents a native OpenGL context, enabling OpenGL rendering on a QSurface.| doc.qt.io
The QMetaType class manages named types in the meta-object system.| doc.qt.io
The QEvent class is the base class of all event classes. Event objects contain event parameters.| doc.qt.io
The QAbstractTextDocumentLayout class is an abstract base class used to implement custom layouts for QTextDocuments.| doc.qt.io
The QObject class is the base class of all Qt objects.| doc.qt.io
KDE products API documentation| api.kde.org
The QThread class provides a platform-independent way to manage threads.| doc.qt.io
Here we present some useful hints to help you with debugging your Qt-based software.| doc.qt.io
The Qt namespace contains miscellaneous identifiers used throughout the Qt library.| doc.qt.io
The QLayout class is the base class of geometry managers.| doc.qt.io
The QVariant class acts like a union for the most common Qt data types.| doc.qt.io
A basic visual QML type.| doc.qt.io
KDE products API documentation| api.kde.org
An overview of Qt's signals and slots inter-object communication mechanism. Signals and slots are used for communication between objects. The signals and slots mechanism is a central feature of Qt and probably the part that differs most from the features provided by other frameworks. Signals and slots are made possible by Qt's meta-object system.| doc.qt.io
The QQmlEngine class provides an environment for instantiating QML components.| doc.qt.io
The QQuickItem class provides the most basic of all visual items in Qt Quick.| doc.qt.io
The QTimer class provides repetitive and single-shot timers.| doc.qt.io
The QCoreApplication class provides an event loop for Qt applications without UI.| doc.qt.io
Handler for taps and clicks.| doc.qt.io