Add System Info screen showing some values that could be helpful in case of problems using rbutil. Most noteable is showing the permission level of the user on windows.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17736 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2008-06-21 10:28:10 +00:00
parent 5b2d06ad51
commit 1876a0bcf2
12 changed files with 436 additions and 134 deletions

View file

@ -66,6 +66,7 @@ class RbUtilQt : public QMainWindow
private slots:
void about(void);
void help(void);
void sysinfo(void);
void configDialog(void);
void updateDevice(void);
void updateSettings(void);