From c633f7c5fce50db60035792526b6c7e84b51149f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 17 Nov 2016 15:54:53 +0100 Subject: add accountwizard to mainview --- components/mail/contents/ui/main.qml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'components/mail/contents/ui') diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml index c4340465..bd0e0f31 100644 --- a/components/mail/contents/ui/main.qml +++ b/components/mail/contents/ui/main.qml @@ -29,6 +29,7 @@ import org.kube.framework.actions 1.0 as KubeAction import org.kube.framework.settings 1.0 as KubeSettings import org.kube.framework.domain 1.0 as KubeFramework import org.kube.components 1.0 as KubeComponents +import org.kube.accounts 1.0 as KubeAccounts Controls2.ApplicationWindow { id: app @@ -315,4 +316,15 @@ Controls2.ApplicationWindow { } //END Composer + //BEGIN AccountWizard + KubeAccounts.AccountWizard { + id: accountWizard + + height: app.height * 0.85 + width: app.width * 0.85 + + x: app.width * 0.075 + y: 50 + } + //END AccountWizard } -- cgit v1.2.3