added PageSettings and PageSettingsServersList.
- replaced PageLoader with PageType with stackView property. - added error handling when installing a server/container
This commit is contained in:
parent
ca6b7fbeb2
commit
e00656d757
31 changed files with 486 additions and 142 deletions
|
|
@ -9,7 +9,7 @@ import "../Controls2"
|
|||
import "../Controls2/TextTypes"
|
||||
import "../Config"
|
||||
|
||||
Item {
|
||||
PageType {
|
||||
id: root
|
||||
|
||||
FlickableType {
|
||||
|
|
@ -66,7 +66,7 @@ Item {
|
|||
text: qsTr("Подключиться")
|
||||
|
||||
onClicked: function() {
|
||||
// PageController.goToPage(PageEnum.PageSetupWizardInstalling)
|
||||
// goToPage(PageEnum.PageSetupWizardInstalling)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue