adding a basic details view skeleton
This commit is contained in:
parent
1de0058646
commit
4189c16f6e
5 changed files with 181 additions and 57 deletions
|
@ -237,7 +237,7 @@ ColumnLayout {
|
|||
implicitWidth: libraryList.width
|
||||
height: selectedLibrary == libraryType ? 50 : 0
|
||||
clip: true
|
||||
label: index + " " + title
|
||||
label: title
|
||||
subtitle: {
|
||||
if (libraryType == "song")
|
||||
author
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue