/**************************************************************************** * * (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.5importQtQuick.Controls1.4importQGroundControl.FactSystem1.0importQGroundControl.FactControls1.0importQGroundControl.Palette1.0importQGroundControl.Controls1.0importQGroundControl.ScreenTools1.0// Mixer Tuning setup pageSetupPage{id:tuningPagepageComponent:tuningPageComponentComponent{id:tuningPageComponentColumn{width:availableWidthspacing:_marginsFactPanelController{id:controller;factPanel:tuningPage.viewPanel}QGCPalette{id:palette;colorGroupEnabled:true}QGCLabel{text:qsTr("Lot of Qml code goes here...")}}// Column}// Component}// SetupView