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

Method setActionString

src/WizProgressDialog.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void WizProgressDialog::setActionString(const QString& strAction)
22{
23// QString elideText = fontMetrics().elidedText(strAction, Qt::ElideRight, ui->progressBar->width());
24 ui->labelAction->setText(strAction);
25 update();
26}
27
28void WizProgressDialog::setProgress(int nMax, int nCurrent)
29{

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected