mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Switch assignments -> Special functions
This commit is contained in:
parent
0b20297306
commit
a2aeaa3d69
5 changed files with 7 additions and 7 deletions
|
@ -104,7 +104,7 @@ CustomFunctionsPanel::CustomFunctionsPanel(QWidget * parent, ModelData & model,
|
|||
label->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
label->setMouseTracking(true);
|
||||
label->setProperty("index", i);
|
||||
label->setText(tr("CF%1").arg(i+1));
|
||||
label->setText(tr("SF%1").arg(i+1));
|
||||
gridLayout->addWidget(label, i+1, 0);
|
||||
connect(label, SIGNAL(customContextMenuRequested(QPoint)), this, SLOT(fsw_customContextMenuRequested(QPoint)));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue