mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 07:25:36 -04:00
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:
parent
1a8c9d9416
commit
2a460051e5
15 changed files with 733 additions and 886 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue