forked from len0rd/rockbox
Move Info tab content to a separate widget.
Change-Id: I39a4e035372920f05f5fb3ab5bfc9459314997ad
This commit is contained in:
parent
93ed5baf77
commit
3aec87c009
7 changed files with 195 additions and 97 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue