MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / ParamDialog

Method ParamDialog

MiniZincIDE/paramdialog.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include <QScrollArea>
22
23ParamDialog::ParamDialog(QWidget *parent) :
24 QDialog(parent),
25 ui(new Ui::ParamDialog)
26{
27 ui->setupUi(this);
28}
29
30int ParamDialog::getModel(const QStringList& modelFiles) {
31 setWindowTitle("Select model to run");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected