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 /HomeDefault.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 'HomeDefault.ui.qml')
| -rw-r--r-- | HomeDefault.ui.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 3f2777b..be58d58 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -3,7 +3,6 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { - property alias header: header property alias counter: counter property alias popular: popular property alias getStarted: getStarted @@ -22,11 +21,6 @@ Flickable { right: parent.right } - Header { - id: header - Layout.fillWidth: true - } - Item { implicitHeight: banner.height + counter.height + popular.height |