Danis plugin ;) ;D 0_0

This commit is contained in:
2024-11-27 16:31:37 +01:00
parent 4a5545ce18
commit 77052d8ef7
2 changed files with 42 additions and 9 deletions

View File

@@ -25,7 +25,8 @@ Item {
//width: icon.width
anchors.right: parent.right
flat: true
onClicked: appLoader.source = "AddCustomer.qml"
// onClicked: appLoader.source = "AddCustomer.qml"
onClicked: bm.setVisibleColumns(["gecos", "userid"])
}