mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -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
|
@ -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()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue