diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-22 14:46:08 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-22 14:46:08 +0800 |
commit | fdca1a01d099c50d6e0f4982d633c0b2826bd6a1 (patch) | |
tree | 067a0b9e50b7a41f926557c38ce2d9ccf1fd7c2a /Login.qml | |
parent | 6a07c4d1ebbd20fe5ce8c39d2b2fbfc092790158 (diff) |
Draft e-mail page
Diffstat (limited to 'Login.qml')
-rw-r--r-- | Login.qml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,12 @@ import QtQuick 2.12 LoginForm { - width: appWindow.width - height: appWindow.height + width: appWindow.width + height: appWindow.height + + emailButton { + onClicked: { + stackView.push("qrc:/pages/Email.qml") + } + } } |