customertable

This commit is contained in:
2024-11-06 17:04:50 +01:00
parent 8150b90a2d
commit 1907485152
7 changed files with 310 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ import QtQuick.Layouts
implicitWidth: kunden.implicitContentWidth + 10
onClicked:
{
appLoader.source = "Tables.qml"
appLoader.source = "CustomerTables.qml"
}
}