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

Method setColor

src/qprogressindicator.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void QProgressIndicator::setColor(const QColor &color) {
61 m_color = color;
62
63 update();
64}
65
66/**
67 * @brief QProgressIndicator::sizeHint default minimum size.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected