From 329722393f240565a4f32894bc93dc2fc1755ac2 Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 31 Jan 2023 19:20:30 +0700 Subject: add SignInTitle and SignInSubtitle --- SignInFlickable.ui.qml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 *") -- cgit v1.2.3