MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / setProgress

Method setProgress

src/WizProgressDialog.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void WizProgressDialog::setProgress(int nMax, int nCurrent)
29{
30 ui->progressBar->setMaximum(nMax);
31 ui->progressBar->setValue(nCurrent);
32 update();
33}
34
35void WizProgressDialog::setProgress(QString strObjGUID, int nMax, int nCurrent)
36{

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected