summaryrefslogtreecommitdiffstats
path: root/multilayer-dashboard/RowThree.qml
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2010-08-18 07:51:44 -0400
committerZeno Albisser <zeno.albisser@nokia.com>2010-08-18 07:51:44 -0400
commit69863ddafed9f262b08f5ba46cdf6ca652e4ad0b (patch)
tree68c24d2bd86af12caca95e08fe1ea063539848f7 /multilayer-dashboard/RowThree.qml
parent139f4476e4d2325d81eef4ed09db53cb71ac0977 (diff)
added some more widgets to have something to pan/scroll
Diffstat (limited to 'multilayer-dashboard/RowThree.qml')
-rw-r--r--multilayer-dashboard/RowThree.qml21
1 files changed, 21 insertions, 0 deletions
diff --git a/multilayer-dashboard/RowThree.qml b/multilayer-dashboard/RowThree.qml
index aee8265..0b60dcf 100644
--- a/multilayer-dashboard/RowThree.qml
+++ b/multilayer-dashboard/RowThree.qml
@@ -72,6 +72,27 @@ Rectangle {
id: thirdWidget
reparentWidget: myRow.reparentWidget
}
+ TapWidget {
+ x:10
+ anchors.top : thirdWidget.bottom
+ anchors.topMargin : 2.0
+ id: fourthWidget
+ reparentWidget: myRow.reparentWidget
+ }
+ TapWidget {
+ x:10
+ anchors.top : fourthWidget.bottom
+ anchors.topMargin : 2.0
+ id: fifthWidget
+ reparentWidget: myRow.reparentWidget
+ }
+ TapWidget {
+ x:10
+ anchors.top : fifthWidget.bottom
+ anchors.topMargin : 2.0
+ id: sixthWidget
+ reparentWidget: myRow.reparentWidget
+ }
property int maxY : (tapWidgetContainer.childrenRect.height > topLevel.height) ?
0 :