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

Method qProgressIndicatorBasic

tests/auto/util/tst_util.cpp:968–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968void tst_util::qProgressIndicatorBasic() {
969 QProgressIndicator pi;
970 QVERIFY(!pi.isAnimated());
971}
972
973void tst_util::qProgressIndicatorStartStop() {
974 QProgressIndicator pi;

Callers

nothing calls this directly

Calls 1

isAnimatedMethod · 0.80

Tested by

no test coverage detected