adding a basic details view skeleton

This commit is contained in:
Chris Cochrun 2023-11-29 14:38:13 -06:00
parent 1de0058646
commit 4189c16f6e
5 changed files with 181 additions and 57 deletions

View file

@ -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