diff options
-rw-r--r-- | LoginForm.ui.qml | 29 |
1 files changed, 29 insertions, 0 deletions
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} } + ##^##*/ |