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

Method progressIndicatorStopAnimation

tests/auto/ui/tst_ui.cpp:413–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void tst_ui::progressIndicatorStopAnimation() {
414 QProgressIndicator indicator;
415 indicator.startAnimation();
416 QVERIFY(indicator.isAnimated());
417 indicator.stopAnimation();
418 QVERIFY(!indicator.isAnimated());
419}
420
421void tst_ui::progressIndicatorStartStopCycle() {
422 QProgressIndicator indicator;

Callers

nothing calls this directly

Calls 3

startAnimationMethod · 0.80
isAnimatedMethod · 0.80
stopAnimationMethod · 0.80

Tested by

no test coverage detected