mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 23:55:35 -04:00
added new icons for Games and Photo
changend Add Friend and Invite Friend label image with stylesheet old Widget Background method does not more work with QT 4.3.* git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@389 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
74faf59288
commit
7c73db633c
9 changed files with 244 additions and 317 deletions
|
@ -36,7 +36,7 @@ AddFriendDialog::AddFriendDialog(NetworkDialog *cd, QWidget *parent, Qt::WFlags
|
|||
ui.setupUi(this);
|
||||
|
||||
/* add a Background image for Add Friend Label */
|
||||
WidgetBackgroundImage::setBackgroundImage(ui.addfriendLabel, ":images/new-contact.png", WidgetBackgroundImage::AdjustHeight);
|
||||
//WidgetBackgroundImage::setBackgroundImage(ui.addfriendLabel, ":images/new-contact.png", WidgetBackgroundImage::AdjustHeight);
|
||||
|
||||
connect(ui.afcancelButton, SIGNAL(clicked()), this, SLOT(afcancelbutton()));
|
||||
connect(ui.fileButton, SIGNAL(clicked()), this, SLOT(filebutton()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue