summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/small/StyleSmall.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-11-21 09:56:50 +0100
committerLiang Qi <liang.qi@qt.io>2017-11-21 09:57:00 +0100
commit1820ec590050d37fc7b66cf1f6716f972eb6d684 (patch)
tree52d54ea7ff921005936e122d74eb4d0a57c49bce /tradeshow/iot-sensortag/resources/small/StyleSmall.qml
parentc22860511e43ac88a2bad398a0dfcea537501e16 (diff)
parentf9c7da64cea85d44998e62f4e0d3ec217a22f0d2 (diff)
Merge remote-tracking branch 'origin/5.10' into dev
Diffstat (limited to 'tradeshow/iot-sensortag/resources/small/StyleSmall.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/small/StyleSmall.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tradeshow/iot-sensortag/resources/small/StyleSmall.qml b/tradeshow/iot-sensortag/resources/small/StyleSmall.qml
index e4d439d..aa19262 100644
--- a/tradeshow/iot-sensortag/resources/small/StyleSmall.qml
+++ b/tradeshow/iot-sensortag/resources/small/StyleSmall.qml
@@ -56,4 +56,9 @@ QtObject {
property int topToolbarSmallFontSize: 20
property int topToolbarLargeFontSize: 62
+
+ property int height: 1080
+ property int width: 1920
+
+ property string uiStyle: "small" // "watch",...
}