Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
400
void tst_ui::progressIndicatorDefaultColor() {
401
QProgressIndicator indicator;
402
QVERIFY(!indicator.color().isValid());
403
}
404
405
void tst_ui::progressIndicatorStartAnimation() {
406
QProgressIndicator indicator;
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.80
color
Method · 0.80
Tested by
no test coverage detected