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

Method progressIndicatorSetAnimationDelay

tests/auto/ui/tst_ui.cpp:433–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433void tst_ui::progressIndicatorSetAnimationDelay() {
434 QProgressIndicator indicator;
435 indicator.setAnimationDelay(100);
436 QCOMPARE(indicator.animationDelay(), 100);
437}
438
439void tst_ui::progressIndicatorSetDisplayedWhenStopped() {
440 QProgressIndicator indicator;

Callers

nothing calls this directly

Calls 2

setAnimationDelayMethod · 0.80
animationDelayMethod · 0.80

Tested by

no test coverage detected