|
|
@ -67,7 +67,6 @@ Rectangle { |
|
|
|
text: object.name |
|
|
|
text: object.name |
|
|
|
exclusiveGroup: linkGroup |
|
|
|
exclusiveGroup: linkGroup |
|
|
|
visible: !object.dynamic |
|
|
|
visible: !object.dynamic |
|
|
|
|
|
|
|
|
|
|
|
onClicked: { |
|
|
|
onClicked: { |
|
|
|
checked = true |
|
|
|
checked = true |
|
|
|
_currentSelection = object |
|
|
|
_currentSelection = object |
|
|
@ -275,7 +274,7 @@ Rectangle { |
|
|
|
linkSettingLoader.source = "" |
|
|
|
linkSettingLoader.source = "" |
|
|
|
linkSettingLoader.visible = false |
|
|
|
linkSettingLoader.visible = false |
|
|
|
// Save current name |
|
|
|
// Save current name |
|
|
|
var name = editConfig.name |
|
|
|
var name = nameField.text |
|
|
|
// Discard link configuration (old type) |
|
|
|
// Discard link configuration (old type) |
|
|
|
QGroundControl.linkManager.cancelConfigurationEditing(editConfig) |
|
|
|
QGroundControl.linkManager.cancelConfigurationEditing(editConfig) |
|
|
|
// Create new link configuration |
|
|
|
// Create new link configuration |
|
|
|