aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main_view.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/main_view.qml b/main_view.qml
index 51f29d5..09bcdd4 100644
--- a/main_view.qml
+++ b/main_view.qml
@@ -198,6 +198,15 @@ ApplicationWindow {
GridLayout {
columns: 2
+ Label { text: "Display:" }
+ CheckBox {
+ checked: true
+ onClicked: {
+ cpPlot.visible = this.checked
+ plot.visible = this.checked
+ }
+ }
+
Label { text: "Colors:" }
ComboBox {
id: colormapCombo