diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 16:00:52 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 16:00:52 +0800 |
commit | c8ebc9f7f5643900e7b3e502ee7982adb9cbd56d (patch) | |
tree | 76f4662445bd3d818acb6c5ecda4243f8894f8a4 /DefaultHomeFlickable.ui.qml | |
parent | 875a21e5790a034847db50cd2ca51970f739afd9 (diff) |
Interface for customising header actions
Diffstat (limited to 'DefaultHomeFlickable.ui.qml')
-rw-r--r-- | DefaultHomeFlickable.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DefaultHomeFlickable.ui.qml b/DefaultHomeFlickable.ui.qml index 0e5300f..8266ad5 100644 --- a/DefaultHomeFlickable.ui.qml +++ b/DefaultHomeFlickable.ui.qml @@ -3,6 +3,7 @@ import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 Flickable { + property alias header: header property alias counter: counter property alias popular: popular contentHeight: body.height @@ -16,6 +17,7 @@ Flickable { } HeaderToolBar { + id: header Layout.fillWidth: true } |