Qt QML Base Types
https://doc.qt.io/qt-5/qtqml-qmlmodule.html
This QML module contains basic QML types.
To use the types in this module, import the module with the following line:
import QtQml 2.14
Enables the arbitrary creation of property bindings |
|
Encapsulates a QML component definition |
|
Describes generalized connections to signals |
|
Provides date functions |
|
Provides locale specific properties and formatted data |
|
Defines a logging category in QML |
|
Object provides represents a number value |
|
Provides a global object with useful enums and functions from Qt |
|
A basic QML type |
|
Object represents a string value |
|
Triggers a handler at a specified interval |
来源:oschina
链接:https://my.oschina.net/itfanr/blog/3156180