MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onTaskProgress

Method onTaskProgress

Settings/TLESourceTab.cpp:373–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void
374TLESourceTab::onTaskProgress(qreal progress, QString string)
375{
376 this->refreshDownloadStatus();
377 this->ui->downloadProgress->setFormat(string + " (%p%)");
378 this->ui->downloadProgress->setValue(static_cast<int>(progress * 100));
379}
380
381void
382TLESourceTab::onTaskDone(void)

Callers

nothing calls this directly

Calls 3

refreshDownloadStatusMethod · 0.95
setFormatMethod · 0.80
setValueMethod · 0.80

Tested by

no test coverage detected