Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codestation/qcma
/ showDelayed
Method
showDelayed
gui/forms/progressform.cpp:69–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ProgressForm::showDelayed(int msec)
70
{
71
timer.setSingleShot(true);
72
timer.setInterval(msec);
73
connect(&timer, &QTimer::timeout, this, &ProgressForm::show);
74
timer.start();
75
}
76
77
void ProgressForm::interruptShow()
78
{
Callers
1
refreshDatabase
Method · 0.80
Calls
1
start
Method · 0.45
Tested by
no test coverage detected