From 886bdd0fa43a2fcdeca306648b643b623af99f88 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Tue, 9 Feb 2016 17:38:28 -0200 Subject: 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. --- main_view.qml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'main_view.qml') 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 { -- cgit v1.2.3