aboutsummaryrefslogtreecommitdiffstats
path: root/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml')
-rw-r--r--sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml b/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
new file mode 100644
index 0000000..2688db6
--- /dev/null
+++ b/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
@@ -0,0 +1,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
+}