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

Method addOutput

MiniZincIDE/mainwindow.cpp:736–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736void MainWindow::addOutput(const QString& s, bool html)
737{
738 if (html) {
739 ui->outputWidget->addHtml(s);
740 } else {
741 ui->outputWidget->addText(s);
742 }
743}
744
745void MainWindow::on_actionRun_triggered()
746{

Callers 1

solveNextMethod · 0.80

Calls 2

addHtmlMethod · 0.80
addTextMethod · 0.80

Tested by

no test coverage detected