From ad4fbabeca2cbdf4cb47f1a923183027494ab0a8 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Thu, 22 Oct 2015 16:39:15 -0200 Subject: Added PLMP as an alternative technique to use; knn() is now exposed in the mp namespace. --- main_view.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'main_view.qml') diff --git a/main_view.qml b/main_view.qml index de9ec64..0cd29b5 100644 --- a/main_view.qml +++ b/main_view.qml @@ -21,7 +21,7 @@ ApplicationWindow { Menu { title: "View" MenuItem { - action: noneColorAction + action: labelColorAction exclusiveGroup: coloringGroup } MenuItem { @@ -111,12 +111,12 @@ ApplicationWindow { id: coloringGroup Action { - id: noneColorAction - text: "None" - shortcut: "Shift+O" + id: labelColorAction + text: "Labels" + shortcut: "Shift+L" checked: true checkable: true - onTriggered: console.log("None") + onTriggered: console.log("Labels") } Action { -- cgit v1.2.3