Qt Interface Framework QML Types
The Qt Interface Framework Core QML API provides types which are used together with your own API.
To import the QML types into your application, use the following import statement in your .qml file:
import QtInterfaceFramework
QML Types
Not directly accessible. The QML type provides base QML properties for the feature, like autoDiscovery and isValid | |
QIfAbstractFeatureListModel is the base class for QtInterfaceFramework Features which should act as a model | |
Not directly accessible. The QML type provides base QML properties for all zoned features | |
Generic model which can be used to search, browse, filter and sort data | |
The QML version of QIfConfiguration | |
Generic model to load its data using the "Paging" aproach | |
An object representing asynchronous results | |
Singleton holds enums, which are used by multiple Items of the QtInterfaceFramework module | |
Central instance that loads the backends and provides ServiceObjects | |
Provides the connection point to a Backend Service | |
The base class of a row in the PagingModel and derived models |
© 2024 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.