6 #include "ui_settingsmatchingdialog.h"
8 using namespace swift::misc::simulation;
12 CSettingsMatchingDialog::CSettingsMatchingDialog(QWidget *parent)
22 return ui->comp_Settings->getMatchingSetup();
27 ui->comp_Settings->setMatchingSetup(setup);
Matching settings as dialog.
virtual ~CSettingsMatchingDialog()
Destructor.
swift::misc::simulation::CAircraftMatcherSetup getMatchingSetup() const
Get setup.
void setMatchingSetup(const swift::misc::simulation::CAircraftMatcherSetup &setup)
Set the setup.
High level reusable GUI components.