MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / startProgress

Method startProgress

gui/src/widgets/smallprogressbar.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void SmallProgressBar::startProgress(int progressDuration, int steps)
51{
52 setValue(minimum());
53 m_increment = maximum() / steps;
54 m_timer->start(progressDuration / steps);
55}
56
57void SmallProgressBar::setBarColor(QColor color)
58{

Callers 5

updateProfileStatusMethod · 0.80
updateStreamStatusMethod · 0.80
ProgressLineEditMethod · 0.80
startTimerMethod · 0.80

Calls 1

startMethod · 0.45

Tested by

no test coverage detected