Qt Declarative Module
1908 ワード
Qt Declarative Module
The Qt Declarative module provides a declarabie frame ework for building highly dynamic、custom user interfaces.More…
クラスメイト
QDeclarative Component
Encapulates a QML component definition
QDeclarative Contect
Defines a context within a QML engine
QDeclarative Engine
Evironment for instantiating QML components
QDeclarative Error
Encapulates a QML error
QDeclarative Expression
Everaluates JavaScript in a QML context
QDeclarative Extension Plugin
Abstract base for custom QML extension plugins
QDeclarate ImageProvider
Interface for supporting pixmaps and threaded image requests in QML
QDeclarate Item
The most baic of all visual items in QML
QDeclarative ListReference
Allows the manipulation of QDeclarative ListProperty properties
QDeclarative Network Access Manager Factory
Creates QNetwork Access Manager instance for a QML engine
QDeclarative PaserStarts
Updates on the QML parser state
QDeclarate Property
Abstractacts accessing properties on object s created from QML
QDeclarative PropertyMap
Allows you to set key-value pairs that can be used in QML bindings
QDeclarate PropertyValueSource
Interface for property value sources such as animations and bindings
QDeclarative Script String
Encapulates a script and its context
QDeclarative View
Widget for displaying a Qt Declarative user interface
Detailed Description
To include the definitions of the module's clases、use the follwing directive:
The Qt Declarative module provides a declarabie frame ework for building highly dynamic、custom user interfaces.More…
クラスメイト
QDeclarative Component
Encapulates a QML component definition
QDeclarative Contect
Defines a context within a QML engine
QDeclarative Engine
Evironment for instantiating QML components
QDeclarative Error
Encapulates a QML error
QDeclarative Expression
Everaluates JavaScript in a QML context
QDeclarative Extension Plugin
Abstract base for custom QML extension plugins
QDeclarate ImageProvider
Interface for supporting pixmaps and threaded image requests in QML
QDeclarate Item
The most baic of all visual items in QML
QDeclarative ListReference
Allows the manipulation of QDeclarative ListProperty properties
QDeclarative Network Access Manager Factory
Creates QNetwork Access Manager instance for a QML engine
QDeclarative PaserStarts
Updates on the QML parser state
QDeclarate Property
Abstractacts accessing properties on object s created from QML
QDeclarative PropertyMap
Allows you to set key-value pairs that can be used in QML bindings
QDeclarate PropertyValueSource
Interface for property value sources such as animations and bindings
QDeclarative Script String
Encapulates a script and its context
QDeclarative View
Widget for displaying a Qt Declarative user interface
Detailed Description
To include the definitions of the module's clases、use the follwing directive:
#include <QtDeclarative>
To link against the module,add this line to your qmake.pro file: QT += declarative
For more information on the Qt Declarative module,see the Qt Quick documentation.