summaryrefslogtreecommitdiff
path: root/pages/Username.qml
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-15 14:44:38 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-15 14:44:38 +0700
commit273684416acefe8bfd803c4d3541b34d929ee2c1 (patch)
treeab6572bb133a69c185591d55c79678d7efd9ae41 /pages/Username.qml
parente92c75d5f89af5f23d28eeb4605ed8be9b2075c2 (diff)
username text form
Diffstat (limited to 'pages/Username.qml')
-rw-r--r--pages/Username.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/Username.qml b/pages/Username.qml
new file mode 100644
index 0000000..c523226
--- /dev/null
+++ b/pages/Username.qml
@@ -0,0 +1,4 @@
+import QtQuick 2.4
+
+UsernameForm {
+}