PySide6.QtQuick¶
- PySide6.QtQuick.QQuickAsyncImageProvider
- PySide6.QtQuick.QQuickFramebufferObject
- PySide6.QtQuick.QQuickGraphicsConfiguration
- PySide6.QtQuick.QQuickGraphicsDevice
- PySide6.QtQuick.QQuickImageProvider
- PySide6.QtQuick.QQuickImageResponse
- PySide6.QtQuick.QQuickItem
- PySide6.QtQuick.QQuickItemGrabResult
- PySide6.QtQuick.QQuickOpenGLUtils
- PySide6.QtQuick.QQuickPaintedItem
- PySide6.QtQuick.QQuickRenderControl
- PySide6.QtQuick.QQuickRenderTarget
- PySide6.QtQuick.QQuickRhiItem
- PySide6.QtQuick.QQuickRhiItemRenderer
- PySide6.QtQuick.QQuickTextDocument
- PySide6.QtQuick.QQuickTextureFactory
- PySide6.QtQuick.QQuickTransform
- PySide6.QtQuick.QQuickView
- PySide6.QtQuick.QQuickWindow
- PySide6.QtQuick.QSGBasicGeometryNode
- PySide6.QtQuick.QSGClipNode
- PySide6.QtQuick.QSGDynamicTexture
- PySide6.QtQuick.QSGFlatColorMaterial
- PySide6.QtQuick.QSGGeometry
- PySide6.QtQuick.QSGGeometryNode
- PySide6.QtQuick.QSGImageNode
- PySide6.QtQuick.QSGMaterial
- PySide6.QtQuick.QSGMaterialShader
- PySide6.QtQuick.QSGMaterialType
- PySide6.QtQuick.QSGNinePatchNode
- PySide6.QtQuick.QSGNode
- PySide6.QtQuick.QSGNodeVisitor
- PySide6.QtQuick.QSGOpacityNode
- PySide6.QtQuick.QSGOpaqueTextureMaterial
- PySide6.QtQuick.QSGRectangleNode
- PySide6.QtQuick.QSGRenderNode
- PySide6.QtQuick.QSGRendererInterface
- PySide6.QtQuick.QSGRootNode
- PySide6.QtQuick.QSGSimpleRectNode
- PySide6.QtQuick.QSGSimpleTextureNode
- PySide6.QtQuick.QSGTextNode
- PySide6.QtQuick.QSGTexture
- PySide6.QtQuick.QSGTextureMaterial
- PySide6.QtQuick.QSGTextureProvider
- PySide6.QtQuick.QSGTransformNode
- PySide6.QtQuick.QSGVertexColorMaterial
Detailed Description¶
The Qt Quick module implements the “standard library” for QML
The Qt Quick module is the standard library for writing QML applications. While
the PySide6.QtQml module provides the QML engine and language
infrastructure, the Qt Quick module provides all the basic types necessary for
creating user interfaces with QML. It provides a visual canvas and includes
types for creating and animating visual components, receiving user input,
creating data models and views and delayed object instantiation.
The Qt Quick module provides both a QML API , which supplies QML types for creating user interfaces with the QML language, and a Python for extending QML applications with Python code.
Note
A set of Qt Quick-based UI controls is also available to create user
interfaces. See PySide6.QtQuickControls2 for more information.
If you’re new to QML and Qt Quick, please see Getting started with Qt Quick applications for an introduction to writing QML applications.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtQuick
Important Concepts in Qt Quick¶
Qt Quick provides everything you need to create a rich application with a fluid and dynamic user interface. It enables you to build user interfaces around the behavior of user interface components and how they connect with one another, and it provides a visual canvas with its own coordinate system and rendering engine. Animation and transition effects are first class concepts in Qt Quick, and you can add visual effects through specialized components for particle and shader effects.
Important Concepts in Qt Quick - States, Transitions and Animations
Important Concepts In Qt Quick - Data - Models, Views, and Data Storage
When using the Qt Quick module, you will need to know how to write QML applications using the QML language. In particular, QML Basics and QML Essentials from the Getting started with Qt Quick applications page.
To find out more about using the QML language, see the
PySide6.QtQml module documentation.
Extension Points¶
Articles and Guides¶
Further information for writing QML applications:
Getting started with Qt Quick applications - essential information for application development with QML and Qt Quick
PySide6.QtQml- documentation for the Qt Qml module, which provides the QML engine and language infrastructureQt Quick How-tos - shows how to achieve specific tasks in Qt Quick
Qt Academy Courses¶
List of QML types¶
List of Classes¶
A |
|||
C |
|||
G |
|||
P |
|||
Q |
|||
R |
|||
S |
|||
T |
|||
U |
|||