mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 03:49:52 +03:00
Merge branch 'next'
This commit is contained in:
parent
61addd3d4e
commit
5316931fa1
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ PrintDialog::PrintDialog(QWidget *parent, FirmwareInterface * firmware, GeneralS
|
||||||
{
|
{
|
||||||
if (gvars) {
|
if (gvars) {
|
||||||
gvarnum=firmware->getCapability(Gvars);
|
gvarnum=firmware->getCapability(Gvars);
|
||||||
}
|
}
|
||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
this->setWindowIcon(CompanionIcon("print.png"));
|
this->setWindowIcon(CompanionIcon("print.png"));
|
||||||
|
@ -127,7 +127,7 @@ void PrintDialog::printSetup()
|
||||||
str.append(fv(tr("Pulse Polarity"), g_model->moduleData[0].ppmPulsePol ? "NEG" : "POS"));
|
str.append(fv(tr("Pulse Polarity"), g_model->moduleData[0].ppmPulsePol ? "NEG" : "POS"));
|
||||||
str.append(fv(tr("Throttle Trim"), g_model->thrTrim ? tr("Enabled") : tr("Disabled")));
|
str.append(fv(tr("Throttle Trim"), g_model->thrTrim ? tr("Enabled") : tr("Disabled")));
|
||||||
str.append(fv(tr("Throttle Expo"), g_model->thrExpo ? tr("Enabled") : tr("Disabled")));
|
str.append(fv(tr("Throttle Expo"), g_model->thrExpo ? tr("Enabled") : tr("Disabled")));
|
||||||
// TODO str.append(fv(tr("Trim Switch"), getSWName(g_model->trimSw)));
|
// TODO str.append(fv(tr("Trim Switch"), getSWName(g_model->trimSw)));
|
||||||
str.append(fv(tr("Trim Increment"), getTrimInc(g_model)));
|
str.append(fv(tr("Trim Increment"), getTrimInc(g_model)));
|
||||||
str.append(fv(tr("Center Beep"), getCenterBeep(g_model))); // specify which channels beep
|
str.append(fv(tr("Center Beep"), getCenterBeep(g_model))); // specify which channels beep
|
||||||
str.append("</td></tr></table></td>");
|
str.append("</td></tr></table></td>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue