sample-qml: load qml from Qt resources
[staging/HomeScreen.git] / sample-qml / dummyimports / Automotive / ClimateControl / ClimateControlItem.qml
diff --git a/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml b/sample-qml/dummyimports/Automotive/ClimateControl/ClimateControlItem.qml
new file mode 100644 (file)
index 0000000..2688db6
--- /dev/null
@@ -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
+}