QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ConfigButton.qml
Go to the documentation of this file.
1import QGroundControl
2import QGroundControl.Controls
3
4SettingsButton {
5 icon.color: setupComplete ? textColor : "red"
6
7 property bool setupComplete: true
8}