Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ progressFormat
Method
progressFormat
launcher/ui/widgets/ProgressWidget.cpp:34–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
void ProgressWidget::progressFormat(QString format)
35
{
36
if (format.isEmpty())
37
m_bar->setTextVisible(false);
38
else
39
m_bar->setFormat(format);
40
}
41
42
void ProgressWidget::watch(Task* task)
43
{
Callers
1
ModPage
Method · 0.80
Calls
1
isEmpty
Method · 0.80
Tested by
no test coverage detected