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

Method enableUI

MiniZincIDE/moocsubmission.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void MOOCSubmission::enableUI()
195{
196 ui->loginGroup->setEnabled(true);
197 ui->modelBox->setEnabled(true);
198 ui->problemBox->setEnabled(true);
199 ui->submissionTerms_checkBox->setEnabled(true);
200 ui->runButton->setText("Run and submit");
201}
202
203void MOOCSubmission::cancelOperation()
204{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected