changed element type to confirm container deletion from MessageDialog to PopupWithQuestion

- fixed "back" button availability for readonly servers
This commit is contained in:
vladimir.kuznetsov 2023-01-27 18:37:08 +03:00
parent 051a2a3ef2
commit da47054497
5 changed files with 18 additions and 35 deletions

View file

@ -13,7 +13,7 @@ PageProtocolBase {
BackButton {
id: back
enabled: logic.pageEnabled
enabled: !logic.pushButtonCancelVisible
}
Caption {
@ -285,8 +285,6 @@ PageProtocolBase {
}
}
}
}
BasicButtonType {
@ -338,8 +336,6 @@ PageProtocolBase {
}
}
}
}
LabelType {