From 03384190b71f91121593a4f04027042f3cf68f9f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 5 Jan 2017 20:05:41 +0100 Subject: link account name to composer --- components/accounts/CreateKolabNow.qml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'components/accounts') diff --git a/components/accounts/CreateKolabNow.qml b/components/accounts/CreateKolabNow.qml index c362bef6..fbcb5fd7 100644 --- a/components/accounts/CreateKolabNow.qml +++ b/components/accounts/CreateKolabNow.qml @@ -93,6 +93,12 @@ Item { Layout.fillWidth: true placeholderText: "E.g. \"Work\", \"Home\" that will be displayed in Kube as name" + + text: account.name + + onTextChanged: { + account.name = text + } } Controls.Label { -- cgit v1.2.3