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

@ -32,7 +32,7 @@ InviteDialog::InviteDialog(QWidget *parent, Qt::WFlags flags)
ui.setupUi(this);
/* add a Background image for Invite a Friend Label */
WidgetBackgroundImage::setBackgroundImage(ui.invitefriendLabel, ":images/new-contact.png", WidgetBackgroundImage::AdjustHeight);
//WidgetBackgroundImage::setBackgroundImage(ui.invitefriendLabel, ":images/new-contact.png", WidgetBackgroundImage::AdjustHeight);
connect(ui.cancelButton, SIGNAL(clicked()), this, SLOT(cancelbutton()));
connect(ui.emailButton, SIGNAL(clicked()), this, SLOT(emailbutton()));