Fix Mitarbeiter Table

This commit is contained in:
Yuri Becker
2025-03-24 10:53:46 +01:00
parent 721232a975
commit 480dd673c4
5 changed files with 151 additions and 184 deletions

View File

@@ -3,16 +3,14 @@ import QtQuick.Layouts
import QtQuick.Controls
import Qt.labs.qmlmodels
Item {
anchors.fill: parent
Item
{
StackView
{
StackView {
id: employeesStack
anchors.fill: parent
initialItem: "EmployeesTable.qml"
}
}