MCPcopy 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
149void ElaIconButton::setPixmap(const QPixmap& pix)
150{
151 Q_D(ElaIconButton);
152 d->_iconPix = pix.copy();
153}
154
155bool ElaIconButton::event(QEvent* event)
156{

Callers 4

ElaAppBarMethod · 0.80
setUserInfoCardPixmapMethod · 0.80
ElaDockWidgetTitleBarMethod · 0.80
onTabDragCreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected