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