Extract Employee View into own dir

This commit is contained in:
Yuri Becker
2025-04-03 10:56:42 +02:00
parent eda50e036a
commit f172468ba6
12 changed files with 153 additions and 208 deletions

View File

@@ -54,7 +54,7 @@ ColumnLayout {
text: qsTr("Mitarbeiter")
onClicked: {
appLoader.source = "EmployeeTable.qml";
appLoader.source = "Employees/EmployeesView.qml";
}
}
BarButton {