Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cxasm/notepad--
/ setTotalSteps
Method
setTotalSteps
src/progresswin.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
void ProgressWin::setTotalSteps(int step)
22
{
23
ui.progressBar->setValue(0);
24
ui.progressBar->setMaximum(step);
25
m_curStep = 0;
26
}
27
28
void ProgressWin::moveStep(bool isRest)
29
{
Callers
7
changeFileName
Method · 0.80
changeFileExt
Method · 0.80
findAtBack
Method · 0.80
replaceAtBack
Method · 0.80
markAtBack
Method · 0.80
walkDirfile
Method · 0.80
createBlockIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected