MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setLightTextColor

Method setLightTextColor

ElaWidgetTools/ElaPushButton.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ElaPushButton::setLightTextColor(const QColor& color)
53{
54 Q_D(ElaPushButton);
55 d->_lightTextColor = color;
56}
57
58const QColor& ElaPushButton::getLightTextColor() const
59{

Callers 3

ElaContentDialogMethod · 0.80
ElaColorDialogMethod · 0.80
ElaPopularCardFloaterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected