aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-02-09 17:38:28 -0200
committerSamuel Fadel <samuelfadel@gmail.com>2016-02-09 17:38:28 -0200
commit886bdd0fa43a2fcdeca306648b643b623af99f88 (patch)
tree7ffa1e622724862b8b99387199fb1ef7cbf79b28 /main_view.qml
parent962114b867c044240919ebc558c0b25f105db963 (diff)
Added TransitionControl and plot rewinding.
New component overlays main view and handles middle clicks/drags to performing rewinding. Also sports smooth transitioning back to current projection whenever the mouse button is lifted. Next up, the same kind of transitions in the displayed values.
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml
index bcf64a5..cfbea4f 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -109,6 +109,15 @@ ApplicationWindow {
color: "transparent"
}
}
+
+ TransitionControl {
+ id: plotTC
+ objectName: "plotTC"
+ x: parent.x
+ y: parent.y
+ z: 3
+ anchors.fill: parent
+ }
}
Rectangle {