Qt QML Base Types▲
This module was introduced in Qt 5.0.
This QML module contains basic QML types.
To use the types in this module, import the module with the following line:
import
QtQml 2.15
-
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: The 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: The String object represents a string value.
-
Timer: Triggers a handler at a specified interval.