MCPcopy Create free account
hub / github.com/IJHack/QtPass / progressIndicatorStartAnimation

Method progressIndicatorStartAnimation

tests/auto/ui/tst_ui.cpp:405–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void tst_ui::progressIndicatorStartAnimation() {
406 QProgressIndicator indicator;
407 QVERIFY(!indicator.isAnimated());
408 indicator.startAnimation();
409 QVERIFY(indicator.isAnimated());
410 indicator.stopAnimation();
411}
412
413void tst_ui::progressIndicatorStopAnimation() {
414 QProgressIndicator indicator;

Callers

nothing calls this directly

Calls 3

isAnimatedMethod · 0.80
startAnimationMethod · 0.80
stopAnimationMethod · 0.80

Tested by

no test coverage detected