Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liniyous/ElaWidgetTools
/ setPixmap
Method
setPixmap
ElaWidgetTools/ElaIconButton.cpp:149–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
void ElaIconButton::setPixmap(const QPixmap& pix)
150
{
151
Q_D(ElaIconButton);
152
d->_iconPix = pix.copy();
153
}
154
155
bool ElaIconButton::event(QEvent* event)
156
{
Callers
4
ElaAppBar
Method · 0.80
setUserInfoCardPixmap
Method · 0.80
ElaDockWidgetTitleBar
Method · 0.80
onTabDragCreate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected