diff options
| author | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-21 17:17:46 +0800 | 
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.co.id> | 2019-08-21 17:17:46 +0800 | 
| commit | 763cc03c3ffcfa7e4c7d6947dee48d464f2333b6 (patch) | |
| tree | 9c0daa07514e237e6013f38f53b3ff73ed32fb55 /LoginForm.ui.qml | |
| parent | 43e4cc52cc3c1abfd573d140fc5f414f6c72451f (diff) | |
Revert "Removed things that aren't used yet"
This reverts commit a315b897463b1560fc65e3d128dab47a432c8f78.
Diffstat (limited to 'LoginForm.ui.qml')
| -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}  } + ##^##*/  |