From af2e92982b722ed0ea8f465649b843cb5ed4fda7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 24 Jan 2018 09:46:42 +0100 Subject: Tested account setup --- components/accounts/qml/AccountWizard.qml | 1 + components/accounts/qml/AccountWizardPage.qml | 1 + 2 files changed, 2 insertions(+) (limited to 'components') diff --git a/components/accounts/qml/AccountWizard.qml b/components/accounts/qml/AccountWizard.qml index 58ef4509..b928fd8b 100644 --- a/components/accounts/qml/AccountWizard.qml +++ b/components/accounts/qml/AccountWizard.qml @@ -70,6 +70,7 @@ Kube.Popup { Repeater { model: root.availableAccountPlugins delegate: Kube.Button { + objectName: "accountTypeButton" + modelData Layout.fillWidth: true text: modelData onClicked: stack.push(wizardPage.createObject(stack, {accountType:modelData})) diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml index 9f11ac36..99bad388 100644 --- a/components/accounts/qml/AccountWizardPage.qml +++ b/components/accounts/qml/AccountWizardPage.qml @@ -146,6 +146,7 @@ FocusScope { right: parent.right bottom: parent.bottom } + objectName: "saveButton" text: qsTr("Save") onClicked: save() -- cgit v1.2.3