summaryrefslogtreecommitdiffstats
path: root/tradeshow/iot-sensortag/resources/small/MainSmall.qml
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@qt.io>2017-02-03 10:15:06 +0200
committerOtto Ryynänen <otto.ryynanen@qt.io>2017-02-03 08:34:06 +0000
commit0a85dc729c5602c0914172bbf4b2b4e3171fcd85 (patch)
treedbe9a7ed0efcddbc81d198073ca097c08052fa2f /tradeshow/iot-sensortag/resources/small/MainSmall.qml
parentcb336e688db1242384c5ed95eeca247e85e799bf (diff)
iot-sensortag: Add dialog for sensor settings
Added new dialog for sensor settings. Change-Id: I1cb32984541dc20bb12e81fa645db4b24378554f Reviewed-by: Otto Ryynänen <otto.ryynanen@qt.io>
Diffstat (limited to 'tradeshow/iot-sensortag/resources/small/MainSmall.qml')
-rw-r--r--tradeshow/iot-sensortag/resources/small/MainSmall.qml17
1 files changed, 9 insertions, 8 deletions
diff --git a/tradeshow/iot-sensortag/resources/small/MainSmall.qml b/tradeshow/iot-sensortag/resources/small/MainSmall.qml
index 1f46093..7cdc7fe 100644
--- a/tradeshow/iot-sensortag/resources/small/MainSmall.qml
+++ b/tradeshow/iot-sensortag/resources/small/MainSmall.qml
@@ -74,14 +74,6 @@ Item {
}
}
- TopToolbar {
- id: topToolbar
-
- anchors.top: main.top
- anchors.left: main.left
- anchors.right: main.right
- }
-
Column {
id: leftPane
@@ -190,6 +182,15 @@ Item {
anchors.bottom: bottomToolbar.top
}
+
+ TopToolbar {
+ id: topToolbar
+
+ anchors.top: main.top
+ anchors.left: main.left
+ anchors.right: main.right
+ }
+
BottomToolbar {
id: bottomToolbar