summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 16:16:42 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-20 16:16:42 +0700
commit03eb49e8bdd4ab8034f660f78ad94633b6009943 (patch)
tree8f594b1f7397eea4883dafbe15775f617bf44189
parent6d6349c2b00a74d5cbe5cb354f26f5ed028688cb (diff)
add `profileForm`
-rw-r--r--features/ProfileForm.ui.qml20
1 files changed, 20 insertions, 0 deletions
diff --git a/features/ProfileForm.ui.qml b/features/ProfileForm.ui.qml
new file mode 100644
index 0000000..45c06cd
--- /dev/null
+++ b/features/ProfileForm.ui.qml
@@ -0,0 +1,20 @@
+import QtQuick 2.12
+import QtQuick.Controls 2.12
+import QtQuick.Controls.Material 2.12
+import QtQuick.Layouts 1.12
+
+Page {
+ id: page
+ Label {
+ text: qsTr("This is profile page")
+ anchors.horizontalCenter: parent.horizontalCenter
+ anchors.verticalCenter: parent.verticalCenter
+ }
+}
+
+/*##^##
+Designer {
+ D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/
+