importQtQuick2.2importQtQuick.Controls1.2importQGroundControl.Controls1.0importQGroundControl.Palette1.0// An IndicatorButton works just like q QGCButton with the additional support or a red/green// indicator on the right edge.QGCButton{propertyboolindicatorGreen:falseRectangle{readonlypropertyrealindicatorRadius:4x:parent.width-(indicatorRadius*2)-5y:(parent.height-(indicatorRadius*2))/2width:indicatorRadius*2height:indicatorRadius*2radius:indicatorRadiuscolor:indicatorGreen?"#00d932":"red"}}