forked from len0rd/rockbox
rbutilqt: first attempt to Small and Complete Installation, could be improved.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0aeea5d9a7
commit
388506ec78
9 changed files with 2234 additions and 592 deletions
|
@ -82,6 +82,13 @@ void ProgressLoggerGui::abort()
|
|||
emit aborted();
|
||||
}
|
||||
|
||||
void ProgressLoggerGui::undoAbort()
|
||||
{
|
||||
dp.buttonAbort->setText(tr("&Abort"));
|
||||
dp.buttonAbort->setIcon(QIcon(QString::fromUtf8(":/icons/icons/process-stop.png")));
|
||||
connect(dp.buttonAbort, SIGNAL(clicked()), this, SLOT(abort()));
|
||||
}
|
||||
|
||||
void ProgressLoggerGui::close()
|
||||
{
|
||||
downloadProgress->close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue