Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaEpoch/MouseClick
/ setIconDisabled
Method
setIconDisabled
src/qwk_window_bar/windowbutton.cpp:79–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void WindowButton::setIconDisabled(const QIcon& icon)
80
{
81
Q_D(WindowButton);
82
d->iconDisabled = icon;
83
d->reloadIcon();
84
}
85
86
void WindowButton::checkStateSet()
87
{
Callers
nothing calls this directly
Calls
1
reloadIcon
Method · 0.80
Tested by
no test coverage detected