added PageSettings and PageSettingsServersList.

- replaced PageLoader with PageType with stackView property.
- added error handling when installing a server/container
This commit is contained in:
vladimir.kuznetsov 2023-05-25 15:40:17 +08:00
parent ca6b7fbeb2
commit e00656d757
31 changed files with 486 additions and 142 deletions

View file

@ -27,9 +27,9 @@ Window {
color: "#0E0E11"
}
PageLoader {
id: pageLoader
StackView {
anchors.fill: parent
focus: true
initialItem: PageController.getInitialPage()
}
}