changed and replaced some icons (needs fresh recompile)

changed the default headerframe colors

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6579 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2013-08-15 16:20:14 +00:00
parent 6ca05401fc
commit 20c35ea27f
21 changed files with 32 additions and 19 deletions

View file

@ -86,7 +86,7 @@ ConnectFriendWizard::ConnectFriendWizard(QWidget *parent) :
// we have no good pictures for watermarks
// setPixmap(QWizard::WatermarkPixmap, QPixmap(":/images/connectFriendWatermark.png"));
setPixmap(QWizard::BannerPixmap, QPixmap(":/images/connect/connectFriendBanner.png"));
setPixmap(QWizard::BannerPixmap, QPixmap(":/images/connect/connectFriendBanner1.png"));
/* register global fields */
ui->ErrorMessagePage->registerField("errorMessage", ui->messageLabel, "text");