Extract Employee View into own dir
This commit is contained in:
@@ -54,7 +54,7 @@ ColumnLayout {
|
||||
text: qsTr("Mitarbeiter")
|
||||
|
||||
onClicked: {
|
||||
appLoader.source = "EmployeeTable.qml";
|
||||
appLoader.source = "Employees/EmployeesView.qml";
|
||||
}
|
||||
}
|
||||
BarButton {
|
||||
|
||||
Reference in New Issue
Block a user