mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
Add music library page
This commit is contained in:
parent
0c0b91dc4b
commit
dc9c3ea1b8
11 changed files with 284 additions and 102 deletions
|
@ -73,10 +73,9 @@ BaseDetailPage {
|
|||
}
|
||||
PullDownMenu {
|
||||
id: downMenu
|
||||
visible: visibleChildren.length > 0
|
||||
visible: pageRoot.allowSort
|
||||
MenuItem {
|
||||
id: sortMenuItem
|
||||
visible: pageRoot.allowSort
|
||||
//: Menu item for selecting the sort order of a collection
|
||||
text: qsTr("Sort by")
|
||||
onClicked: pageStack.push(sortPageComponent)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue