summaryrefslogtreecommitdiff
path: root/pages/CreateProfile.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 12:17:07 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-08-31 12:17:07 +0700
commit5ae553405369ad61678bd5596e3264b595109fcd (patch)
tree4e9c61e7fe1e55a261853fff161a155e70678e1a /pages/CreateProfile.qml
parentbe656ae46d2479eedda714b9248a06383760b4c2 (diff)
parent58ed74cd70d6de558b8d9cb77844e95b5f72b341 (diff)
Merge branch 'master' of ssh://darapsa.co.id/usr/local/git/kelakon into development
* 'master' of ssh://darapsa.co.id/usr/local/git/kelakon: Fixed the android debug label library name Set up flows from password form to profile creation form # Conflicts: # pages/CreateProfileForm.ui.qml
Diffstat (limited to 'pages/CreateProfile.qml')
-rw-r--r--pages/CreateProfile.qml16
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()
+ }
+ }
}
- ##^##*/