/**************************************************************************** * * (c) 2009-2016 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org> * * QGroundControl is licensed according to the terms in the file * COPYING.md in the root of the source code directory. * ****************************************************************************/importQtQuick2.3importQtQuick.Controls1.2importQtQuick.Controls.Styles1.4importQGroundControl.Palette1.0importQGroundControl.ScreenTools1.0Switch{id:_rootQGCPalette{id:qgcPal;colorGroupEnabled:true}style:SwitchStyle{groove:Rectangle{implicitWidth:ScreenTools.defaultFontPixelWidth*6implicitHeight:ScreenTools.defaultFontPixelHeightcolor:(control.checked&&control.enabled)?qgcPal.colorGreen:qgcPal.colorGreyradius:3border.color:qgcPal.buttonborder.width:1}}}