/**************************************************************************** * * (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.2importQtQuick.Controls2.0importQGroundControl.Palette1.0importQGroundControl.ScreenTools1.0GroupBox{id:controlQGCPalette{id:qgcPal;colorGroupEnabled:enabled}background:Rectangle{y:control.topPadding-control.paddingwidth:parent.widthheight:parent.height-control.topPadding+control.paddingcolor:qgcPal.windowShade}label:QGCLabel{width:control.availableWidthtext:control.title}}