diff options
author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:07:00 +0800 |
---|---|---|
committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-31 13:07:00 +0800 |
commit | 6272e8647f19cf9d12ed1f3caef9e1c31e4150d6 (patch) | |
tree | b4e155dabe8c22ab96dfd310a76340d2075b0e66 /pages/CreateProfile.qml | |
parent | ca698a94c93278d80bef3a93196f8289546b47da (diff) |
Set up flows from password form to profile creation form
Diffstat (limited to 'pages/CreateProfile.qml')
-rw-r--r-- | pages/CreateProfile.qml | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/pages/CreateProfile.qml b/pages/CreateProfile.qml index 77c1742..9cfb615 100644 --- a/pages/CreateProfile.qml +++ b/pages/CreateProfile.qml @@ -1,14 +1,12 @@ import QtQuick 2.12 -import id.co.darapsa.kelakon.user 0.1 -import id.co.darapsa.kelakon.rtclient 0.1 CreateProfileForm { - width: stackView.width - height: stackView.height - } -} + width: stackView.width + height: stackView.height -/*##^## Designer { - D{i:0;autoSize:true;height:480;width:640} + backButton { + onClicked: { + stackView.pop() + } + } } - ##^##*/ |