From 90da724a56c2ff20617d3e231a6ef877928df482 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 15 Aug 2015 16:22:05 +0200 Subject: Expose component settings as properties Otherwise they are not accessible to JS commands, i.e. they can not be changed in command mode. --- src/command/CommandInput.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/command/CommandInput.qml') diff --git a/src/command/CommandInput.qml b/src/command/CommandInput.qml index 99f5d0e..e980c80 100644 --- a/src/command/CommandInput.qml +++ b/src/command/CommandInput.qml @@ -13,8 +13,7 @@ Item { Layout.preferredHeight: container.height - Settings { - id: settings + property Settings settings : Settings { category: "command" property string background : "black" -- cgit v1.2.3