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

Method on_progressOutput

MiniZincIDE/mainwindow.cpp:2972–2976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2970}
2971
2972void MainWindow::on_progressOutput(float progress)
2973{
2974 progressBar->setHidden(false);
2975 progressBar->setValue(static_cast<int>(progress));
2976}
2977
2978void MainWindow::on_minizincError(const QJsonObject& error) {
2979 bool isError = error["type"].toString() == "error";

Callers

nothing calls this directly

Calls 1

setHiddenMethod · 0.80

Tested by

no test coverage detected