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

Method OfferDetails

Modules/PythonInstallerUI/src/QmitkPipInstallDialog.cpp:429–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429void QmitkPipInstallDialog::OfferDetails()
430{
431 // Only meaningful if pip actually produced output. If it didn't, hide the
432 // toggle so the dialog stays minimal.
433 if (m_Ui->detailsView->toPlainText().isEmpty())
434 return;
435
436 m_Ui->detailsButton->show();
437}
438
439void QmitkPipInstallDialog::SetDetailsVisible(bool show)
440{

Callers 2

OnInstallFinishedMethod · 0.95
OnErrorOccurredMethod · 0.95

Calls 1

showMethod · 0.80

Tested by

no test coverage detected