mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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
|
|
@ -30,6 +30,7 @@
|
|||
#include "progressloggergui.h"
|
||||
#include "installbootloader.h"
|
||||
|
||||
|
||||
class RbUtilQt : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -61,6 +62,8 @@ class RbUtilQt : public QMainWindow
|
|||
void configDialog(void);
|
||||
void updateDevice(void);
|
||||
void updateSettings(void);
|
||||
void completeInstall(void);
|
||||
void smallInstall(void);
|
||||
void install(void);
|
||||
void installBl(void);
|
||||
void installFonts(void);
|
||||
|
|
@ -78,6 +81,7 @@ class RbUtilQt : public QMainWindow
|
|||
void installPortable(void);
|
||||
void updateInfo(void);
|
||||
void updateTabs(int);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue