35 class CreateScenarioView;
62 void setPackages(QVector<QPair<QString, bool>>
const& packages);
66 void created(std::string name, std::string package);
69 void on_okButton_clicked();
71 void on_cancelButton_clicked();
74 Ui::CreateScenarioView* ui;
~CreateScenarioView() override
Destructor.
void setPackages(QVector< QPair< QString, bool > > const &packages)
Sets the packages which are shown in the view.
CreateScenarioView(QWidget *parent=0)
Constructor that sets up the UI.
void created(std::string name, std::string package)