From 1cd3e4c1daa4ad59853fc65c8edddab91f2c0c43 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: Thu, 23 Mar 2023 22:12:42 +0800 Subject: Merge Bootstrap properties to Eduport --- Authentication/SignUp.ui.qml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Authentication/SignUp.ui.qml') diff --git a/Authentication/SignUp.ui.qml b/Authentication/SignUp.ui.qml index e85f202..0644a96 100644 --- a/Authentication/SignUp.ui.qml +++ b/Authentication/SignUp.ui.qml @@ -1,7 +1,6 @@ import QtQuick 2.15 import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 -import Bootstrap 5.3 import Eduport 1.4 import "../Label" as Lbl import "../TextField" as TxtFld @@ -159,11 +158,11 @@ Flickable { id: agreementCheckBox text: "By signing up, you agree to the terms of service" font { - family: Bootstrap + family: Eduport .bodyFont.family - weight: Bootstrap + weight: Eduport .bodyFont.weight - pointSize: Bootstrap + pointSize: Eduport .bodyFont .pointSize } @@ -197,11 +196,11 @@ Flickable { id: signIn text: "Sign in here" font { - family: Bootstrap.bodyFont + family: Eduport.bodyFont .family - weight: Bootstrap.bodyFont + weight: Eduport.bodyFont .weight - pointSize: Bootstrap.bodyFont + pointSize: Eduport.bodyFont .pointSize underline: false } -- cgit v1.2.3