added PageSetupWizardViewConfig

- added a popup with a question when deleting containers/servers
- added import from code and import error handling
This commit is contained in:
vladimir.kuznetsov 2023-06-05 15:49:10 +08:00
parent de0cd976de
commit 420c33d3ba
37 changed files with 701 additions and 312 deletions

View file

@ -17,7 +17,7 @@ import "../Components"
PageType {
id: root
HeaderType {
ColumnLayout {
id: header
anchors.top: parent.top
@ -28,13 +28,19 @@ PageType {
anchors.leftMargin: 16
anchors.rightMargin: 16
actionButtonImage: "qrc:/images/controls/plus.svg"
backButtonImage: "qrc:/images/controls/arrow-left.svg"
BackButtonType {
}
headerText: "Серверы"
HeaderType {
Layout.fillWidth: true
actionButtonFunction: function() {
connectionTypeSelection.visible = true
actionButtonImage: "qrc:/images/controls/plus.svg"
headerText: "Серверы"
actionButtonFunction: function() {
connectionTypeSelection.visible = true
}
}
}