aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
blob: 2688db623fa5f0763d1553190c1f405a9348e099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import QtQuick 2.0

QtObject {
    property int zone: 0
    property int fanSpeedLevel: 0
    property int targetTemperature: 0
    property bool airConditioning: false
    property bool heater: false
    property int seatHeater: 0
    property int seatCooler: 0
    property bool airCirculation: false
    property int steeringWheelHeater: 0
}