1
0
Fork 0
forked from len0rd/rockbox

Move Info tab content to a separate widget.

Change-Id: I39a4e035372920f05f5fb3ab5bfc9459314997ad
This commit is contained in:
Dominik Riebeling 2012-02-19 18:06:56 +01:00
parent 93ed5baf77
commit 3aec87c009
7 changed files with 195 additions and 97 deletions

View file

@ -33,6 +33,7 @@
#include "progressloggergui.h"
#include "bootloaderinstallbase.h"
#include "manualwidget.h"
#include "infowidget.h"
class RbUtilQt : public QMainWindow
{
@ -45,6 +46,7 @@ class RbUtilQt : public QMainWindow
private:
ManualWidget *manual;
InfoWidget *info;
Ui::RbUtilQtFrm ui;
void changeEvent(QEvent *e);
@ -111,7 +113,6 @@ class RbUtilQt : public QMainWindow
void uninstall(void);
void uninstallBootloader(void);
void installPortable(void);
void updateInfo(void);
void updateTabs(int);
void checkUpdate(void);