MCPcopy 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
69void 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
77void ProgressForm::interruptShow()
78{

Callers 1

refreshDatabaseMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected