Set Light gray background color for the identicons for better look n feel.

Fixed to scale QLabel content.
Moved to display Avatars on ID Dialog into a QLabel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2015-02-03 22:16:21 +00:00
parent 7642ba1c1f
commit 0ebc1223b3
5 changed files with 67 additions and 12 deletions

View file

@ -557,7 +557,8 @@ void IdDialog::insertIdDetails(uint32_t token)
#ifdef ID_DEBUG
std::cerr << "Setting header frame image : " << pix.width() << " x " << pix.height() << std::endl;
#endif
ui->headerFrame->setHeaderImage(pixmap);
ui->headerFrame->setHeaderImage(QPixmap(":/images/user/personal64.png"));
ui->avatarLabel->setPixmap(pixmap);
if (data.mPgpKnown)
{