From fbfffb21f24b9f8889e7fa55841aa81752698477 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, 16 Feb 2023 17:20:20 +0800 Subject: Header is UI only & is removed from flickables Qeduport user should use a page and set its header to Header --- CourseDetailClassic.ui.qml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CourseDetailClassic.ui.qml') diff --git a/CourseDetailClassic.ui.qml b/CourseDetailClassic.ui.qml index 08cf027..6223f7f 100644 --- a/CourseDetailClassic.ui.qml +++ b/CourseDetailClassic.ui.qml @@ -4,8 +4,6 @@ import QtQuick.Layouts 1.15 import QtGraphicalEffects 1.15 Flickable { - id: flickable - property alias header: header property alias introBadge: introBadge property alias introTitleHeader: introTitleHeader property alias introTitleParagraph: introTitleParagraph @@ -31,11 +29,6 @@ Flickable { right: parent.right } - Header { - id: header - Layout.fillWidth: true - } - FontLoader { id: heebo source: "Heebo/Heebo-Bold.ttf" -- cgit v1.2.3