mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 19:26:31 -04:00
Added own Avatar Label on Person Details
Fixed layout. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7881 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b7ab9c7e27
commit
d2d0b2ae61
3 changed files with 157 additions and 107 deletions
|
@ -157,7 +157,7 @@ void IdDetailsDialog::insertIdDetails(uint32_t token)
|
|||
#ifdef ID_DEBUG
|
||||
std::cerr << "Setting header frame image : " << pix.width() << " x " << pix.height() << std::endl;
|
||||
#endif
|
||||
ui->headerFrame->setHeaderImage(QPixmap(pix));
|
||||
ui->avatarLabel->setPixmap(pix);
|
||||
|
||||
|
||||
if (data.mPgpKnown)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue