mirror of
https://github.com/opentx/opentx.git
synced 2025-07-21 15:25:17 +03:00
Revert enable label
This commit is contained in:
parent
227b225dea
commit
fc03ba58d0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData * model,
|
||||||
|
|
||||||
fswtchEnable[i] = new QCheckBox(this);
|
fswtchEnable[i] = new QCheckBox(this);
|
||||||
fswtchEnable[i]->setProperty("index", i);
|
fswtchEnable[i]->setProperty("index", i);
|
||||||
fswtchEnable[i]->setText(tr("Enable"));
|
fswtchEnable[i]->setText(tr("ON"));
|
||||||
fswtchEnable[i]->setFixedWidth(200);
|
fswtchEnable[i]->setFixedWidth(200);
|
||||||
repeatLayout->addWidget(fswtchEnable[i], i + 1);
|
repeatLayout->addWidget(fswtchEnable[i], i + 1);
|
||||||
connect(fswtchEnable[i], SIGNAL(stateChanged(int)), this, SLOT(customFunctionEdited()));
|
connect(fswtchEnable[i], SIGNAL(stateChanged(int)), this, SLOT(customFunctionEdited()));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue