From 6800e4f2df5bea2f82b55317e38a6d19b01613e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Tue, 3 Jan 2023 17:51:00 +0800 Subject: Sign Up draft --- SignInFlickable.ui.qml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'SignInFlickable.ui.qml') 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: "Signup here" + linkColor: Qt.rgba(.0235, .416, .788, 1.0) + font.underline: false + } + } } } -- cgit v1.2.3