From 763cc03c3ffcfa7e4c7d6947dee48d464f2333b6 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 17:17:46 +0800 Subject: Revert "Removed things that aren't used yet" This reverts commit a315b897463b1560fc65e3d128dab47a432c8f78. --- LoginForm.ui.qml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index cae5939..2171182 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -22,6 +22,15 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter } + RowLayout { + x: 34 + y: 419 + width: googleButton.width + height: googleButton.height + anchors.horizontalCenterOffset: 0 + anchors.horizontalCenter: parent.horizontalCenter + } + Button { id: googleButton y: 419 @@ -61,4 +70,24 @@ Rectangle { anchors.left: parent.left anchors.leftMargin: 16 } + + Text { + id: element + x: 16 + y: 597 + width: 328 + height: 32 + color: "#99000000" + text: qsTr("By creating an account you agree to our Terms of Use and Privacy Policy.") + font.family: "Arial" + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter + wrapMode: Text.WordWrap + font.pixelSize: 12 + } +} + +/*##^## Designer { + D{i:1;anchors_x:124;anchors_y:158}D{i:5;anchors_height:32;anchors_width:328;anchors_x:16;anchors_y:597} } + ##^##*/ -- cgit v1.2.3