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

Method progressIndicatorDefaultColor

tests/auto/ui/tst_ui.cpp:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400void tst_ui::progressIndicatorDefaultColor() {
401 QProgressIndicator indicator;
402 QVERIFY(!indicator.color().isValid());
403}
404
405void tst_ui::progressIndicatorStartAnimation() {
406 QProgressIndicator indicator;

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.80
colorMethod · 0.80

Tested by

no test coverage detected