Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaEpoch/MouseClick
/ setIconNormal
Method
setIconNormal
src/qwk_window_bar/windowbutton.cpp:53–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void WindowButton::setIconNormal(const QIcon& icon)
54
{
55
Q_D(WindowButton);
56
d->iconNormal = icon;
57
d->reloadIcon();
58
}
59
60
QIcon WindowButton::iconChecked() const
61
{
Callers
1
windowInit
Method · 0.80
Calls
1
reloadIcon
Method · 0.80
Tested by
no test coverage detected