message:"Center your sticks and move throttle all the way down, then press Ok to copy trims. After pressing Ok, reset the trims on your radio back to zero."
functionaccept(){
hideDialog()
controller.copyTrims()
}
}
}
Component{
id:zeroTrimsDialogComponent
QGCViewMessage{
message:"Before calibrating you should zero all your trims and subtrims. Click Ok to start Calibration."
functionaccept(){
hideDialog()
controller.nextButtonClicked()
}
}
}
Component{
id:channelCountDialogComponent
...
...
@@ -205,6 +236,8 @@ QGCView {
duration:1500
}
/*
// FIXME: Bar animation is turned off for now to figure out better usbaility
onRcValueChanged: {
if (Math.abs(rcValue - __lastRcValue) > __rcValueMaxJitter) {
__lastRcValue = rcValue
...
...
@@ -212,7 +245,6 @@ QGCView {
}
}
/*
// rcValue debugger
QGCLabel {
anchors.fill: parent
...
...
@@ -226,7 +258,7 @@ QGCView {
QGCLabel{
id:header
font.pointSize:ScreenTools.largeFontPointSize
font.pixelSize:ScreenTools.largeFontPixelSize
text:"RADIO CONFIG"
}
...
...
@@ -245,22 +277,6 @@ QGCView {
anchors.right:columnSpacer.left
spacing:10
Row{
spacing:10
QGCLabel{
anchors.baseline:bindButton.baseline
text:"Place Spektrum satellite receiver in bind mode:"
"QGroundControl supports any <font color=\"orange\"><a href=\"http://www.qgroundcontrol.org/mavlink/start\">mavlink</a></font> enabled vehicle. "+
"If you are using the <font color=\"orange\"><a href=\"https://pixhawk.org/choice\">PX4 Flight Stack</a></font>, you also get full support for setting up and calibrating your vehicle. "+