MCPcopy Create free account
hub / github.com/MITK/MITK / OnErrorOccurred

Method OnErrorOccurred

Modules/PythonInstallerUI/src/QmitkPipInstallDialog.cpp:285–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void QmitkPipInstallDialog::OnErrorOccurred(const QString& message)
286{
287 m_DotTimer->stop();
288 this->SetUiFinished(false);
289 this->SetTerminalStatus((m_Mode == Mode::Update ? QString("Update failed: ") : QString("Installation failed: ")) + message);
290 m_Ui->packageLabel->hide();
291 m_Ui->progressBar->hide();
292 this->OfferDetails();
293}
294
295void QmitkPipInstallDialog::OnOutputReceived(const QString& text, bool /*isError*/)
296{

Callers

nothing calls this directly

Calls 5

SetUiFinishedMethod · 0.95
SetTerminalStatusMethod · 0.95
OfferDetailsMethod · 0.95
QStringClass · 0.50
stopMethod · 0.45

Tested by

no test coverage detected