diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 17:20:20 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-16 17:20:20 +0800 |
| commit | fbfffb21f24b9f8889e7fa55841aa81752698477 (patch) | |
| tree | 476124953b24decba6571c651e91f4f0b75f8582 /CourseDetailClassic.ui.qml | |
| parent | fd798b2eda1e1ebf1ffa936b6fa4f4c5f3b9d07d (diff) | |
Header is UI only & is removed from flickables
Qeduport user should use a page and set its header to Header
Diffstat (limited to 'CourseDetailClassic.ui.qml')
| -rw-r--r-- | CourseDetailClassic.ui.qml | 7 |
1 files changed, 0 insertions, 7 deletions
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" |