added page to display raw config

This commit is contained in:
vladimir.kuznetsov 2023-07-14 13:14:50 +09:00
parent c13b9754eb
commit 3aaa7b62ef
16 changed files with 266 additions and 30 deletions

View file

@ -48,5 +48,11 @@ Window {
}
rootStackView.replace(pagePath, { "objectName" : pagePath })
}
function onRaise() {
root.show()
root.raise()
root.requestActivate()
}
}
}