Qt IVI Core QML Types
The Qt IVI 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:
import QtIvi 1.0
QML Types
Not directly accessible. The QML type provides base QML properties for the feature, like autoDiscovery and isValid | |
QIviAbstractFeatureListModel is the base class for QtIvi Features which should act as a model | |
Not directly accessible. The QML type provides base QML properties for each QML Vehicle feature like zone and error access | |
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 QtIviCore module | |
Generic model which can be used to search, browse, filter and sort data | |
Central instance that loads the backends and provides ServiceObjects | |
The base class of a row in the PagingModel and derived models |