Added component RadioButton; changed 'settings->daemon mode' checkboxes to use them

This commit is contained in:
Sander Ferdinand
2018-04-23 01:17:33 +02:00
parent 9f0d771f40
commit 610682c2be
3 changed files with 101 additions and 2 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