mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
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:
parent
5b2d06ad51
commit
1876a0bcf2
12 changed files with 436 additions and 134 deletions
|
|
@ -94,9 +94,9 @@
|
|||
<item row="0" column="1" >
|
||||
<widget class="QLabel" name="labelDevice" >
|
||||
<property name="text" >
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<string><html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||
p, li { white-space: pre-wrap; }
|
||||
</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
|
||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">none</span> at <span style=" font-weight:600;">unknown</span></p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
@ -539,7 +539,7 @@ p, li { white-space: pre-wrap; }
|
|||
<item row="1" column="1" >
|
||||
<widget class="QLabel" name="labelCreateVoice" >
|
||||
<property name="text" >
|
||||
<string><b>Create Voice file</b><br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
|
||||
<string><b>Create Voice file</b><br/>Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
|
||||
if you installed the voice file Rockbox will speak.</string>
|
||||
</property>
|
||||
<property name="wordWrap" >
|
||||
|
|
@ -806,6 +806,7 @@ p, li { white-space: pre-wrap; }
|
|||
<addaction name="action_About" />
|
||||
<addaction name="actionAbout_Qt" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="action_System_Info" />
|
||||
<addaction name="action_Help" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuA_ctions" >
|
||||
|
|
@ -1022,6 +1023,11 @@ p, li { white-space: pre-wrap; }
|
|||
<string>Create Voice File</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="action_System_Info" >
|
||||
<property name="text" >
|
||||
<string>&System Info</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>tabWidget</tabstop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue