Use common StackView
This commit is contained in:
@@ -61,7 +61,7 @@ ColumnLayout
|
||||
Button
|
||||
{
|
||||
text: qsTr("Abbrechen")
|
||||
onClicked: appLoader.source = "ObjectTable.qml"
|
||||
onClicked: contentStack.pop()
|
||||
}
|
||||
Button
|
||||
{
|
||||
@@ -105,7 +105,7 @@ ColumnLayout
|
||||
object_model.viewCriterion("Alle")
|
||||
}
|
||||
|
||||
appLoader.source = "ObjectTable.qml"
|
||||
contentStack.pop()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user