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

Method disableUI

MiniZincIDE/moocsubmission.cpp:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void MOOCSubmission::disableUI()
186{
187 ui->loginGroup->setEnabled(false);
188 ui->modelBox->setEnabled(false);
189 ui->problemBox->setEnabled(false);
190 ui->submissionTerms_checkBox->setEnabled(false);
191 ui->runButton->setText("Abort");
192}
193
194void MOOCSubmission::enableUI()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected