Show custom column names in the tableview
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user