adding a basic details view skeleton
This commit is contained in:
parent
1de0058646
commit
4189c16f6e
5 changed files with 181 additions and 57 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue