mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutilQt: the progressloggergui now uses little icons along the text.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3a72f1b0a
commit
5df9fc5c40
15 changed files with 166 additions and 128 deletions
|
|
@ -32,6 +32,8 @@ public:
|
|||
|
||||
virtual void addItem(QString text) ; //adds a string to the list
|
||||
|
||||
virtual void addItem(QString text, int flag) ; //adds a string to the list
|
||||
|
||||
virtual void setProgressValue(int value);
|
||||
virtual void setProgressMax(int max);
|
||||
virtual int getProgressMax();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue