Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void ElaPushButton::setLightTextColor(const QColor& color)
53
{
54
Q_D(ElaPushButton);
55
d->_lightTextColor = color;
56
}
57
58
const QColor& ElaPushButton::getLightTextColor() const
59
{
Callers
3
ElaContentDialog
Method · 0.80
ElaColorDialog
Method · 0.80
ElaPopularCardFloater
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected