summaryrefslogtreecommitdiffstats
path: root/multilayer-dashboard/RowTwo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'multilayer-dashboard/RowTwo.qml')
-rw-r--r--multilayer-dashboard/RowTwo.qml20
1 files changed, 20 insertions, 0 deletions
diff --git a/multilayer-dashboard/RowTwo.qml b/multilayer-dashboard/RowTwo.qml
index 567f90c..c713669 100644
--- a/multilayer-dashboard/RowTwo.qml
+++ b/multilayer-dashboard/RowTwo.qml
@@ -82,6 +82,26 @@ Rectangle {
}
fullScreenWidget: myRow.reparentWidget
}
+ ExpandableWidget {
+ id: fourthWidget
+ widget: RotatableImage {
+ GestureArea {
+ anchors.fill: parent
+ Tap { onFinished: fourthWidget.fullScreen = !fourthWidget.fullScreen }
+ }
+ }
+ fullScreenWidget: myRow.reparentWidget
+ }
+ ExpandableWidget {
+ id: fifthWidget
+ widget: RotatableImage {
+ GestureArea {
+ anchors.fill: parent
+ Tap { onFinished: fifthWidget.fullScreen = !fifthWidget.fullScreen }
+ }
+ }
+ fullScreenWidget: myRow.reparentWidget
+ }
property int maxY : (tapWidgetContainer.childrenRect.height > topLevel.height) ?
0 :