Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
736
void 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
745
void MainWindow::on_actionRun_triggered()
746
{
Callers
1
solveNext
Method · 0.80
Calls
2
addHtml
Method · 0.80
addText
Method · 0.80
Tested by
no test coverage detected