6 #include "ui_dbownmodelsetdialog.h"
8 using namespace swift::misc::simulation;
12 CDbOwnModelSetDialog::CDbOwnModelSetDialog(QWidget *parent) : QDialog(parent), ui(new Ui::
CDbOwnModelSetDialog)
16 this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
23 ui->comp_OwnModelSet->setSimulator(simulator);
32 ui->comp_OwnModelSet->enableButtons(firstSet, newSet);
Handling of the own model set.
const CDbOwnModelSetComponent * modelSetComponent() const
Direct access to CDbOwnModelSetComponent.
void setSimulator(const swift::misc::simulation::CSimulatorInfo &simulator)
Simulator.
virtual ~CDbOwnModelSetDialog()
Destructor.
void enableButtons(bool firstSet, bool newSet)
Enable buttons.
Simple hardcoded info about the corresponding simulator.
High level reusable GUI components.