1
0

qml: wizard support for back button

This commit is contained in:
Sander van Grieken
2022-11-16 12:12:43 +01:00
parent d95b18c510
commit 5380b21568
6 changed files with 26 additions and 38 deletions

View File

@@ -8,6 +8,10 @@ Dialog {
property bool allowClose: true
property string iconSource
function doClose() {
close()
}
onOpenedChanged: {
if (opened) {
app.activeDialogs.push(abstractdialog)