From 6f46e95ed7e02bc16aaf26393942383ce8667e13 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, 11 Apr 2023 16:07:10 +0800 Subject: Qeduport now relies on Qootstrap Qeduport should now be installed to the system too. When used from app, Qeduport will refer to libqootstrap installed in the system. When used from Designer / Design Studio, Qeduport will refer to the non attached property QML version instead. --- Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Course/Detail/Classic/Content/Main') diff --git a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml index fb7687f..931e439 100644 --- a/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml +++ b/Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml @@ -6,11 +6,6 @@ import "Instructor" ColumnLayout { - FontLoader { - id: heebo - source: "../../../../../../Heebo/Heebo-Bold.ttf" - } - GridLayout { rows: width < 671.612 ? 2 : 1 columns: width < 671.612 ? 1 : 2 -- cgit v1.2.3