diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 21:21:22 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 21:21:22 +0800 |
commit | 5a586260aeab91d53e9316bf3395a34a91cd8cc0 (patch) | |
tree | a8b29b4097c78463ada8716c32f28e4d2a0670a8 /pages/CreateProfileForm.ui.qml | |
parent | 1be4acfe8c0368b5f464d8f1ee3e9cc6f862662a (diff) |
Login flow
for registered accounts
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 45087e1..d63e9ee 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -9,8 +9,9 @@ Rectangle { property alias backButton: backButton property alias skipButton: skipButton - property alias emailAddressLabel: emailAddressLabel property alias enterFullName: enterFullName + property alias userNameLabel: userNameLabel + property alias emailAddressLabel: emailAddressLabel ToolBar { id: toolbar @@ -139,6 +140,7 @@ Rectangle { } TextField { + id: userNameLabel Layout.rightMargin: 16 Layout.leftMargin: 24 font.pointSize: 16 |