diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 11:43:57 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-08-31 11:43:57 +0700 |
commit | ca698a94c93278d80bef3a93196f8289546b47da (patch) | |
tree | 3671e140f41d248c4c47b4b33a6e6b67870daed6 /pages/CreateProfile.qml | |
parent | ad60582e10a261507a410f6ead189856d7b8cc2f (diff) |
add pages/CreateProfile
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} +} + ##^##*/ |