forked from len0rd/rockbox
Clean up theme size display.
- show the size and number of all selected themes instead of the selected one only - use currentItemChanged() signal instead of currentRowChanged() to simplify code a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20587 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
83aa2d2b18
commit
246192b349
2 changed files with 32 additions and 23 deletions
|
|
@ -51,7 +51,6 @@ class ThemesInstallWindow : public QDialog
|
|||
HttpGet *getter;
|
||||
HttpGet igetter;
|
||||
QTemporaryFile themesInfo;
|
||||
int currentItem;
|
||||
void resizeEvent(QResizeEvent*);
|
||||
QByteArray imgData;
|
||||
ProgressLoggerGui *logger;
|
||||
|
|
@ -64,9 +63,10 @@ class ThemesInstallWindow : public QDialog
|
|||
private slots:
|
||||
void downloadDone(bool);
|
||||
void downloadDone(int, bool);
|
||||
void updateDetails(int);
|
||||
void updateImage(bool);
|
||||
void abort(void);
|
||||
void updateDetails(QListWidgetItem* cur, QListWidgetItem* prev);
|
||||
void updateSize(void);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue