Changed DataBase to BusinessModel

This commit is contained in:
2024-11-20 12:39:20 +01:00
parent a89fe6e1d5
commit 0e8e03dc5d
7 changed files with 55 additions and 15 deletions

View File

@@ -113,7 +113,7 @@ Item {
Layout.fillWidth: true
columnSpacing: 1
rowSpacing: 2
model: dbm
model: bm
alternatingRows: true
resizableColumns: true // @disable-check M16
selectionBehavior: TableView.SelectRows