mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
rbutilQt: changed the progress/error logger, there is now an abstract interface and a progressloggergui implementation of it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14060 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c414f46971
commit
917e0acd64
16 changed files with 724 additions and 561 deletions
|
|
@ -25,8 +25,8 @@
|
|||
#include <QSettings>
|
||||
|
||||
#include "ui_installfrm.h"
|
||||
#include "ui_installprogressfrm.h"
|
||||
#include "installzip.h"
|
||||
#include "progressloggergui.h"
|
||||
|
||||
class Install : public QDialog
|
||||
{
|
||||
|
|
@ -42,16 +42,14 @@ class Install : public QDialog
|
|||
|
||||
public slots:
|
||||
void accept(void);
|
||||
// void extractBuild(bool);
|
||||
|
||||
private:
|
||||
Ui::InstallFrm ui;
|
||||
Ui::InstallProgressFrm dp;
|
||||
ProgressLoggerGui* logger;
|
||||
QUrl proxy;
|
||||
QString releasever;
|
||||
QSettings *devices;
|
||||
QSettings *userSettings;
|
||||
QDialog *downloadProgress;
|
||||
QHttp *download;
|
||||
QFile *target;
|
||||
QString file;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue