mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
SimConnect config: Allow to enable tracing of sendid via UI
This commit is contained in:
committed by
Roland Winklmeier
parent
7ba9a35c52
commit
456cb5d1ea
@@ -22,13 +22,15 @@ namespace BlackSimPlugin
|
||||
ui(new Ui::CSimulatorFsxConfigWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tw_Settings->setCurrentIndex(0);
|
||||
ui->comp_Settings->setSimulator(m_simulator);
|
||||
connect(ui->bb_OkCancel, &QDialogButtonBox::rejected, this, &QWidget::close);
|
||||
this->setWindowTitle(m_simulator + " plugin configuration");
|
||||
this->setWindowTitle(m_simulator.toQString(true) + " plugin configuration");
|
||||
}
|
||||
|
||||
CSimulatorFsxConfigWindow::~CSimulatorFsxConfigWindow()
|
||||
{
|
||||
// void
|
||||
}
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user