summaryrefslogtreecommitdiff
path: root/SignInFlickable.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'SignInFlickable.ui.qml')
-rw-r--r--SignInFlickable.ui.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml
index 754b8be..343dc6f 100644
--- a/SignInFlickable.ui.qml
+++ b/SignInFlickable.ui.qml
@@ -6,6 +6,7 @@ GridLayout {
property alias email: email
property alias password: password
property alias button: button
+ property alias signUp: signUp
ColumnLayout {
Layout.margins: 15
@@ -55,5 +56,18 @@ GridLayout {
Layout.fillWidth: true
}
}
+
+ RowLayout {
+ Layout.alignment: Qt.AlignHCenter
+ Label {
+ text: qsTr("Don't have an account?")
+ }
+ Text {
+ id: signUp
+ text: "<a href=\"sign-up.html\">Signup here</a>"
+ linkColor: Qt.rgba(.0235, .416, .788, 1.0)
+ font.underline: false
+ }
+ }
}
}