Qt Interface Framework Core QML Types

The Qt Interface Framework Core QML API provides core functions for in-vehicle infotainment QML types.

To import the QML types into your application, use the following import statement in your .qml file:

QML Types

AbstractFeature

Not directly accessible. The QML type provides base QML properties for the feature, like autoDiscovery and isValid

AbstractFeatureListModel

QIfAbstractFeatureListModel is the base class for QtInterfaceFramework Features which should act as a model

AbstractZonedFeature

Not directly accessible. The QML type provides base QML properties for each QML Vehicle feature like zone and error access

FilterAndBrowseModel

Generic model which can be used to search, browse, filter and sort data

PagingModel

Generic model to load its data using the "Paging" aproach

PendingReply

An object representing asynchronous results

QtInterfaceFramework

Singleton holds enums, which are used by multiple Items of the QtInterfaceFramework module

ServiceManager

Central instance that loads the backends and provides ServiceObjects

StandardItem

The base class of a row in the PagingModel and derived models

© 2021 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.