diff options
Diffstat (limited to 'pages/CreateProfile.qml')
-rw-r--r-- | pages/CreateProfile.qml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pages/CreateProfile.qml b/pages/CreateProfile.qml new file mode 100644 index 0000000..77c1742 --- /dev/null +++ b/pages/CreateProfile.qml @@ -0,0 +1,14 @@ +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 + } +} + +/*##^## Designer { + D{i:0;autoSize:true;height:480;width:640} +} + ##^##*/ |