QNetworkInformation exposes various network information through native backends.| doc.qt.io
The Future of Digital Experiences| doc.qt.io
The QChronoTimer class provides repetitive and single-shot timers.| doc.qt.io
The QSGOpacityNode class is used to change opacity of nodes.| doc.qt.io
The QVulkanInstance class represents a native Vulkan instance, enabling Vulkan rendering onto a QSurface.| doc.qt.io
The Scene Graph in Qt Quick| doc.qt.io
Scene Graph Adaptations in Qt Quick| doc.qt.io
The Software adaptation is an alternative renderer for Qt Quick 2 that uses the Raster paint engine to render the contents of the scene graph, instead of a hardware-accelerated 3D graphics API. Consequently, some features and optimizations are not available. Most Qt Quick 2 applications can run without any modification, but any attempts to use unsupported features are ignored. By using the Software adaptation, it is possible to run Qt Quick 2 applications on hardware and platforms that do not...| doc.qt.io
The QSGTexture class is the base class for textures used in the scene graph.| doc.qt.io
An interface providing access to some of the graphics API specific internals of the scenegraph.| doc.qt.io
The QQuickRenderControl class provides a mechanism for rendering the Qt Quick scenegraph onto an offscreen render target in a fully application-controlled manner.| doc.qt.io
Provides access to and enables adopting Vulkan image objects.| doc.qt.io
Provides access to and enables adopting OpenGL texture objects.| doc.qt.io
Styled top-level window with support for a header and footer.| doc.qt.io
The QSGTextureProvider class encapsulates texture based entities in QML.| doc.qt.io
Adds supplementary information to the QQuickItem::itemChange() function.| 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 Menus example demonstrates how menus can be used in a main window application.| doc.qt.io
Unicode License v3| doc.qt.io
The QScrollArea class provides a scrolling view onto another widget.| doc.qt.io
The QHeaderView class provides a header row or header column for item views.| doc.qt.io
A base class for pointer events containing a single point, such as mouse events.| doc.qt.io
The QPointingDevice class describes a device from which mouse, touch or tablet events originate.| doc.qt.io
The QMouseEvent class contains parameters that describe a mouse event.| doc.qt.io
The QInputEvent class is the base class for events that describe user input.| doc.qt.io
The QGraphicsSceneMouseEvent class provides mouse events in the graphics view framework.| doc.qt.io
The QCursor class provides a mouse cursor with an arbitrary shape.| doc.qt.io
Classes used to create and handle events.| 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 QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused.| doc.qt.io
The QPaintEngineState class provides information about the active paint engine's current state.| doc.qt.io
The QLineF class provides a two-dimensional vector using floating point precision.| doc.qt.io
The QLine class provides a two-dimensional vector using integer precision.| doc.qt.io
The header file provides various math functions.| doc.qt.io
Information about the coordinate system used by the paint system.| doc.qt.io
The QMap::key_iterator class provides an STL-style const iterator for QMap keys.| doc.qt.io
The QMultiHash class provides a multi-valued hash table.| doc.qt.io
The QHash::iterator class provides an STL-style non-const iterator for QHash.| doc.qt.io
Qt 6.9| doc.qt.io
Information about support for Unicode in Qt.| doc.qt.io
The QStringEncoder class provides a state-based encoder for text.| doc.qt.io
The QStringDecoder class provides a state-based decoder for text.| doc.qt.io
The QScrollBar widget provides a vertical or horizontal scroll bar.| doc.qt.io
The QLCDNumber widget displays a number with LCD-like digits.| doc.qt.io
The QAbstractSlider class provides an integer value within a range.| 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
A native folder dialog.| doc.qt.io
Provides access to the standard system paths.| doc.qt.io
Description of QML value types| 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
Defines configurations of objects and properties.| doc.qt.io
A basic QML type.| doc.qt.io
The QStandardPaths class provides methods for accessing standard paths.| doc.qt.io
The QOpenGLShader class allows OpenGL shaders to be compiled.| doc.qt.io
The QScreen class is used to query screen properties.| doc.qt.io
The QStyleOption class stores the parameters used by QStyle functions.| doc.qt.io
The QSGNode class is the base class for all nodes in the scene graph.| doc.qt.io
The QQuickWindow class provides the window for displaying a graphical QML scene.| doc.qt.io
The QQuickPaintedItem class provides a way to use the QPainter API in the QML Scene Graph.| doc.qt.io
The QCloseEvent class contains parameters that describe a close event.| doc.qt.io
The QMenu class provides a menu widget for use in menu bars, context menus, and other popup menus.| doc.qt.io
QTimeZone identifies how a time representation relates to UTC.| doc.qt.io
The QAbstractScrollArea widget provides a scrolling area with on-demand scroll bars.| doc.qt.io
The QPointF class defines a point in the plane using floating point precision.| doc.qt.io
The QMouseEvent class contains parameters that describe a mouse event.| doc.qt.io
The QPalette class contains color groups for each widget state.| doc.qt.io
The QUtf8StringView class provides a unified view on UTF-8 strings with a read-only subset of the QString API.| doc.qt.io
The QIODevice class is the base interface class of all I/O devices in Qt.| doc.qt.io
The QPaintEngine class provides an abstract definition of how QPainter draws to a given device on a given platform.| doc.qt.io
The QFrame class is the base class of widgets that can have a frame.| doc.qt.io
The QRadioButton widget provides a radio button with a text label.| doc.qt.io
The QCheckBox widget provides a checkbox with a text label.| doc.qt.io
The QTransform class specifies 2D transformations of a coordinate system.| doc.qt.io
The QMap::iterator class provides an STL-style non-const iterator for QMap.| doc.qt.io
The QHash::const_iterator class provides an STL-style const iterator for QHash.| doc.qt.io
A native folder dialog.| doc.qt.io
The base class of native dialogs.| doc.qt.io
a list of QML objects.| doc.qt.io
a whole number, e.g. 0, 10, or -20.| doc.qt.io
Defines a QML module.| doc.qt.io
The QSurfaceFormat class represents the format of a QSurface.| doc.qt.io
The QOpenGLShaderProgram class allows OpenGL shader programs to be linked and used.| doc.qt.io
The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.| doc.qt.io
The QOpenGLBuffer class provides functions for creating and managing OpenGL buffer objects.| doc.qt.io
The QRegion class specifies a clip region for a painter.| 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
The QFlags class provides a type-safe way of storing OR-combinations of enum values.| doc.qt.io
The QDebug class provides an output stream for debugging information.| doc.qt.io
A guide to creating plugins to extend Qt's applications and functionalities.| doc.qt.io
The QStatusBar class provides a horizontal bar suitable for presenting status information.| doc.qt.io
The QMainWindow class provides a main application window.| 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 QDialog class is the base class of dialog windows.| doc.qt.io
The QFile class provides an interface for reading from and writing to files.| doc.qt.io
The QDir class provides access to directory structures and their contents.| doc.qt.io
The QRectF class defines a finite rectangle in the plane using floating point precision.| doc.qt.io