Qt QML Base Types

帅比萌擦擦* 提交于 2020-02-28 07:02:39

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

Binding

Enables the arbitrary creation of property bindings

Component

Encapsulates a QML component definition

Connections

Describes generalized connections to signals

Date

Provides date functions

Locale

Provides locale specific properties and formatted data

LoggingCategory

Defines a logging category in QML

Number

Object provides represents a number value

Qt

Provides a global object with useful enums and functions from Qt

QtObject

A basic QML type

String

Object represents a string value

Timer

Triggers a handler at a specified interval

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!