From ca0d6d669b88336d0c00f09ca9b645397a023e6d Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Mon, 9 Jan 2017 14:51:43 +0100 Subject: create gmail account controller and dialog --- components/accounts/AccountWizard.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'components/accounts/AccountWizard.qml') diff --git a/components/accounts/AccountWizard.qml b/components/accounts/AccountWizard.qml index ccac252b..8cc90acb 100644 --- a/components/accounts/AccountWizard.qml +++ b/components/accounts/AccountWizard.qml @@ -62,6 +62,17 @@ Controls2.Popup { } } + Controls2.Button { + + Layout.fillWidth: true + + text: "gmail account" + + onClicked: { + stack.push(gmail) + } + } + Controls2.Button { Layout.fillWidth: true @@ -94,6 +105,13 @@ Controls2.Popup { } } + Component { + id: gmail + + CreateGmail { + } + } + Component { id: imap -- cgit v1.2.3