MCPcopy Create free account
hub / github.com/Liniyous/ElaWidgetTools / setUserInfoCardPixmap

Method setUserInfoCardPixmap

ElaWidgetTools/ElaNavigationBar.cpp:161–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void ElaNavigationBar::setUserInfoCardPixmap(const QPixmap& pix)
162{
163 Q_D(ElaNavigationBar);
164 d->_userCard->setCardPixmap(pix);
165 d->_userButton->setPixmap(pix);
166}
167
168void ElaNavigationBar::setUserInfoCardTitle(const QString& title)
169{

Callers

nothing calls this directly

Calls 1

setPixmapMethod · 0.80

Tested by

no test coverage detected