Use common StackView
This commit is contained in:
@@ -114,7 +114,7 @@ ColumnLayout
|
||||
Button
|
||||
{
|
||||
text: qsTr("Abbrechen")
|
||||
onClicked: appLoader.source = "Employees/EmployeesView.qml"
|
||||
onClicked: contentStack.pop()
|
||||
}
|
||||
Button
|
||||
{
|
||||
@@ -156,7 +156,7 @@ ColumnLayout
|
||||
console.log('addedsuccesfully')
|
||||
else
|
||||
console.log('failedtoadd')
|
||||
appLoader.source = 'Employees/EmployeesView.qml'
|
||||
contentStack.pop()
|
||||
}
|
||||
|
||||
function checkFields()
|
||||
|
||||
Reference in New Issue
Block a user