Browse Source

qml: forward the sort menu in `PageLoader`

pull/200/head
Fatih Uzunoglu 8 months ago
committed by Steve Lhomme
parent
commit
09f6cdd247
  1. 2
      modules/gui/qt/widgets/qml/PageLoader.qml

2
modules/gui/qt/widgets/qml/PageLoader.qml

@ -41,6 +41,8 @@ StackViewExt {
readonly property var sortModel: currentItem?.sortModel ?? null
readonly property var sortMenu: currentItem?.sortMenu ?? null
//property is *not* readOnly, a PageLoader may define a localMenuDelegate common for its subviews (music, video)
property Component localMenuDelegate: (currentItem?.localMenuDelegate
&& (currentItem.localMenuDelegate instanceof Component)) ? currentItem.localMenuDelegate : null

Loading…
Cancel
Save