aboutsummaryrefslogtreecommitdiff
path: root/main_view.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main_view.qml')
-rw-r--r--main_view.qml11
1 files changed, 10 insertions, 1 deletions
diff --git a/main_view.qml b/main_view.qml
index 900969e..bce7005 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -97,12 +97,21 @@ ApplicationWindow {
anchors.fill: parent
}
+ LinePlot {
+ id: linePlot
+ objectName: "linePlot"
+ x: parent.x
+ y: parent.y
+ z: 3
+ anchors.fill: parent
+ }
+
TransitionControl {
id: plotTC
objectName: "plotTC"
x: parent.x
y: parent.y
- z: 3
+ z: 4
anchors.fill: parent
}
}