vlc | branch: master | Prince Gupta <[email protected]> | Fri Nov 20 
23:26:52 2020 +0530| [2a2f309260af082757a9abd20ccbe2f2c61e34c5] | committer: 
Pierre Lamot

qml: add footer property in KeyNavigableTableView

Signed-off-by: Pierre Lamot <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a2f309260af082757a9abd20ccbe2f2c61e34c5
---

 modules/gui/qt/widgets/qml/KeyNavigableTableView.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml 
b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
index 3e37fb5788..3a541aa8c0 100644
--- a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
+++ b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
@@ -63,6 +63,9 @@ NavigableFocusScope {
     property alias tableHeaderItem: view.headerItem
     property color headerColor
 
+    property alias footerItem: view.footerItem
+    property alias footer: view.footer
+
     property var selectionDelegateModel
     property real rowHeight: VLCStyle.fontHeight_normal + VLCStyle.margin_large
     readonly property real availableRowWidth: width - ( 
VLCStyle.table_section_width * 2 )

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to