diff options
| author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 09:21:47 +0700 |
|---|---|---|
| committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-19 09:21:47 +0700 |
| commit | 7625e24271ebb98848f92eb69d5706221a2efac3 (patch) | |
| tree | be36d8acc3a91bf4999d328f8755b6f5b4b54dc7 /features/LoginEmail.qml | |
| parent | 6cf5f636652fa68c40baf8e3b34532ccc9e3d65d (diff) | |
rearrange `Login` flow
Diffstat (limited to 'features/LoginEmail.qml')
| -rw-r--r-- | features/LoginEmail.qml | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/features/LoginEmail.qml b/features/LoginEmail.qml index bfb1e52..3352f4a 100644 --- a/features/LoginEmail.qml +++ b/features/LoginEmail.qml @@ -3,50 +3,8 @@ import QtQuick.Controls 2.12 import QtQuick.Controls.Material 2.12 import QtQuick.Layouts 1.12 -Page { - header: - ToolBar { +LoginEmailForm {} - background: Rectangle { - color: "#FAFFFFFF" - } - RowLayout { - ToolButton { - id: toolButton - icon.name: "back-button" - icon.source: "../components/icons/arrow-back-24px.svg" - highlighted: true - onClicked: { - if (pageView.depth > 1) { - pageView.pop() - } else { - drawer.open() - } - } - } - - Label { - text: contentView.currentItem.title - font.family: "Work Sans" - font.weight: Font.Medium - font.pointSize: 20 - wrapMode: Text.WordWrap - elide: Label.ElideRight - horizontalAlignment: Qt.AlignHCenter - verticalAlignment: Qt.AlignVCenter - } - } - } - - -StackView { - id: contentView - anchors.topMargin: 432 - anchors.fill: parent - initialItem: Login{ - } -} -} /*##^## Designer { D{i:0;autoSize:true;height:480;width:640} |