Show custom column names in the tableview

This commit is contained in:
2024-11-27 09:09:56 +01:00
parent 3df853b5c9
commit 4a5545ce18
3 changed files with 29 additions and 13 deletions

View File

@@ -105,7 +105,7 @@ Item {
TableView
{
property var customWidths: [0.2, 0.5, 0.3]
property var customWidths: [0.2, 0.5, 0.3, 05, 0.2, 0.2]
property real newWidth: 0
id: testTable
@@ -190,7 +190,7 @@ Item {
onClicked:
{
dbm.onRowClicked(row)
bm.onRowClicked(row)