Launch navigation@0.1 when pressing NAVIGATION button
[staging/HomeScreen.git] / sample-qml / dummyimports / Automotive / ClimateControl / ClimateControlItem.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property int zone: 0
5     property int fanSpeedLevel: 0
6     property int targetTemperature: 0
7     property bool airConditioning: false
8     property bool heater: false
9     property int seatHeater: 0
10     property int seatCooler: 0
11     property bool airCirculation: false
12     property int steeringWheelHeater: 0
13 }