Reworked design of the toaster and moved internal stylesheets to the file Standard.qss.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5506 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-09-03 10:58:11 +00:00
parent 1a8c9d9416
commit 2a460051e5
15 changed files with 733 additions and 886 deletions

View file

@ -36,11 +36,11 @@ DownloadToaster::DownloadToaster(const std::string &hash, const QString &name) :
fileHash = hash;
/* connect buttons */
connect(ui.spbClose, SIGNAL(clicked()), this, SLOT(hide()));
connect(ui.startButton, SIGNAL(clicked()), this, SLOT(play()));
connect(ui.closeButton, SIGNAL(clicked()), this, SLOT(hide()));
connect(ui.toasterButton, SIGNAL(clicked()), this, SLOT(play()));
/* set informations */
ui.labelTitle->setText(name);
ui.textLabel->setText(name);
}
void DownloadToaster::play()