Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ doShowProgress
Method
doShowProgress
src/common/dialog/processdialog.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
void ProcessDialog::doShowProgress(int current, int count)
105
{
106
progressBar->setRange(0, count);
107
progressBar->setValue(current);
108
}
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected