summaryrefslogtreecommitdiff
path: root/pages/CreateProfile.qml
diff options
context:
space:
mode:
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()
+ }
+ }
}
- ##^##*/