Merge pull request #1346

610682c Added component RadioButton; changed 'settings->daemon mode' checkboxes to use them
c409441 Radio buttons for the welcome wizard
This commit is contained in:
luigi1111
2018-04-30 23:15:06 -05:00
4 changed files with 111 additions and 14 deletions

View File

@@ -209,7 +209,7 @@ Rectangle {
}
ColumnLayout {
CheckBox {
RadioButton {
id: remoteDisconnect
checked: !persistentSettings.useRemoteNode
text: qsTr("Local Node") + translationManager.emptyString
@@ -220,7 +220,7 @@ Rectangle {
}
}
CheckBox {
RadioButton {
id: remoteConnect
checked: persistentSettings.useRemoteNode
text: qsTr("Remote Node") + translationManager.emptyString