summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SignInFlickable.ui.qml21
1 files changed, 20 insertions, 1 deletions
diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml
index 122721d..f832b22 100644
--- a/SignInFlickable.ui.qml
+++ b/SignInFlickable.ui.qml
@@ -14,7 +14,26 @@ GridLayout {
ColumnLayout {
spacing: 16
-
+ ColumnLayout {
+ id: columnLayout
+ Layout.fillWidth: true
+
+ Label {
+ id: signInTitle
+ text: qsTr("Sign In Title")
+ font.family: "Roboto"
+ font.weight: Font.Medium
+ font.pointSize: 40
+ }
+
+ Label {
+ id: signInSubtitle
+ color: "#6c757d"
+ text: qsTr("Sign In Subtitle")
+ font.weight: Font.Normal
+ font.pointSize: 22
+ }
+ }
ColumnLayout {
Label {
text: qsTr("Email address *")