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

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

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.