PySide6.QtQml¶
- Functions
- Enumerations
- PySide6.QtQml.QJSEngine
- PySide6.QtQml.QJSManagedValue
- PySide6.QtQml.QJSPrimitiveValue
- PySide6.QtQml.QJSValue
- PySide6.QtQml.QJSValueIterator
- PySide6.QtQml.QQmlAbstractUrlInterceptor
- PySide6.QtQml.QQmlApplicationEngine
- PySide6.QtQml.QQmlComponent
- PySide6.QtQml.QQmlContext
- PySide6.QtQml.QQmlDebuggingEnabler
- PySide6.QtQml.QQmlEngine
- PySide6.QtQml.QQmlError
- PySide6.QtQml.QQmlExpression
- PySide6.QtQml.QQmlExtensionInterface
- PySide6.QtQml.QQmlExtensionPlugin
- PySide6.QtQml.QQmlFile
- PySide6.QtQml.QQmlFileSelector
- PySide6.QtQml.QQmlImageProviderBase
- PySide6.QtQml.QQmlIncubationController
- PySide6.QtQml.QQmlIncubator
- PySide6.QtQml.QQmlListReference
- PySide6.QtQml.QQmlNetworkAccessManagerFactory
- PySide6.QtQml.QQmlParserStatus
- PySide6.QtQml.QQmlProperty
- PySide6.QtQml.QQmlPropertyMap
- PySide6.QtQml.QQmlPropertyValueSource
- PySide6.QtQml.QQmlScriptString
- PySide6.QtQml.QQmlTypesExtensionInterface
- PySide6.QtQml.ListProperty
QPyQmlParserStatus
QPyQmlPropertyValueSource
Detailed Description¶
The Qt Qml module implements the QML language and offers APIs to register types for it.
The Qt Qml module provides a framework for developing applications and libraries with the The QML Reference . It defines and implements the language and engine infrastructure, and provides an API to enable application developers to register custom QML types and modules and integrate QML code with JavaScript and Python. The Qt Qml module provides both a QML API a Python API.
Using the Module¶
To include the definitions of modules classes, use the following directive:
import PySide6.QtQml
Registering QML Types and QML Modules¶
Tweaking the engine¶
There are a number of knobs you can turn to customize the behavior of the QML engine. The page on Configuring the JavaScript Engine lists the environment variables you may use to this effect. The description of The QML Disk Cache describes the options related to how your QML components are compiled and loaded.
List of QML types¶
List of Classes¶
J |
|||
L |
|||
P |
|||
Q |
|||