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

@ -143,7 +143,7 @@ Item {
anchors.left: dragHandle.right
anchors.verticalCenter: parent.verticalCenter
anchors.leftMargin: 5
text: index + " " + name
text: name
elide: Text.ElideRight
width: parent.width - trailing.width - dragHandle.width - 25
color: {