Use common StackView
This commit is contained in:
@@ -47,7 +47,7 @@ ColumnLayout {
|
||||
icon.source: "qrc:/images/PlusCircle.svg"
|
||||
text: qsTr("Mitarbeiter Hinzufügen")
|
||||
|
||||
onClicked: appLoader.source = "Employees/AddApplicant.qml"
|
||||
onClicked: contentStack.push("AddApplicant.qml")
|
||||
}
|
||||
}
|
||||
HorizontalHeaderView {
|
||||
@@ -114,7 +114,7 @@ ColumnLayout {
|
||||
hoverEnabled: true
|
||||
|
||||
onDoubleClicked: {
|
||||
employeesStack.push("EmployeeDetails.qml", {
|
||||
contentStack.push("EmployeeDetails.qml", {
|
||||
selectedEmployee: row
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user