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

Method associateServerUrl

MiniZincIDE/outputwidget.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void OutputWidget::associateServerUrl(const QString& url)
166{
167 if (!_hadServerUrl){
168 _statusCursor.insertHtml(QString("<a href=\"%1\">visualisation</a> ").arg(url));
169 _hadServerUrl = true;
170 }
171}
172
173void OutputWidget::addSolution(const QVariantMap& output, const QStringList& order, qint64 time)
174{

Callers 1

startVisualisationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected