Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ setRange
Method
setRange
launcher/ui/widgets/SubTaskProgressBar.cpp:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void SubTaskProgressBar::setRange(int min, int max)
39
{
40
ui->progressBar->setRange(min, max);
41
}
42
43
void SubTaskProgressBar::setValue(int value)
44
{
Callers
2
updateScrollbar
Method · 0.80
changeStepProgress
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected