diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 16:07:10 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-11 16:07:10 +0800 |
commit | 6f46e95ed7e02bc16aaf26393942383ce8667e13 (patch) | |
tree | 3cf8f401e3ae9d0cffda3a09ee0f6a4a3905eca2 /Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml | |
parent | e47f0a86a8f7960d608945861aba1c522ba31eda (diff) |
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.
Diffstat (limited to 'Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml')
-rw-r--r-- | Course/Detail/Classic/Content/Main/TabContents/Instructor.ui.qml | 5 |
1 files changed, 0 insertions, 5 deletions
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 |