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:
defnax 2008-03-19 01:13:52 +00:00
parent 74faf59288
commit 7c73db633c
9 changed files with 244 additions and 317 deletions

View file

@ -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()));