Clean-up and rename variables

This commit is contained in:
2024-12-10 21:46:33 +01:00
parent 8830e277ec
commit 7c61b2a532
8 changed files with 25 additions and 32 deletions

View File

@@ -38,7 +38,7 @@ RowLayout
onClicked:
{
// TODO: here we should call the model
appLoader.source = "CustomerTables.qml"
appLoader.source = "CustomerTable.qml"
}
}
@@ -59,7 +59,7 @@ RowLayout
implicitWidth: mitarbeiter.implicitContentWidth + 10
onClicked:
{
appLoader.source = "EmployeTables.qml"
appLoader.source = "EmployeeTable.qml"
}
}