fix selection on EasyWizardSetupPage
This commit is contained in:
parent
ad32b68d84
commit
b1627887eb
1 changed files with 8 additions and 0 deletions
|
|
@ -103,6 +103,7 @@ PageType {
|
||||||
ButtonGroup.group: buttonGroup
|
ButtonGroup.group: buttonGroup
|
||||||
|
|
||||||
onClicked: function() {
|
onClicked: function() {
|
||||||
|
checked = true
|
||||||
isEasySetup = true
|
isEasySetup = true
|
||||||
var defaultContainerProto = ContainerProps.defaultProtocol(dockerContainer)
|
var defaultContainerProto = ContainerProps.defaultProtocol(dockerContainer)
|
||||||
|
|
||||||
|
|
@ -110,6 +111,9 @@ PageType {
|
||||||
listView.containerDefaultPort = ProtocolProps.getPortForInstall(defaultContainerProto)
|
listView.containerDefaultPort = ProtocolProps.getPortForInstall(defaultContainerProto)
|
||||||
listView.containerDefaultTransportProto = ProtocolProps.defaultTransportProto(defaultContainerProto)
|
listView.containerDefaultTransportProto = ProtocolProps.defaultTransportProto(defaultContainerProto)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.onReturnPressed: this.clicked()
|
||||||
|
Keys.onEnterPressed: this.clicked()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -136,7 +140,11 @@ PageType {
|
||||||
|
|
||||||
onClicked: function() {
|
onClicked: function() {
|
||||||
isEasySetup = false
|
isEasySetup = false
|
||||||
|
checked = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.onReturnPressed: this.clicked()
|
||||||
|
Keys.onEnterPressed: this.clicked()
|
||||||
}
|
}
|
||||||
|
|
||||||
BasicButtonType {
|
BasicButtonType {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue