diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-06-21 10:28:10 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2008-06-21 10:28:10 +0000 |
commit | 1876a0bcf227a41956c30d513c5d486b69cc2a99 (patch) | |
tree | df4b68808e603e91f5b57c006553e03177ba8288 /rbutil/rbutilqt/rbutilqtfrm.ui | |
parent | 5b2d06ad513f2aa0c03726cd7d9465e70e0ae22b (diff) | |
download | rockbox-1876a0bcf227a41956c30d513c5d486b69cc2a99.tar.gz rockbox-1876a0bcf227a41956c30d513c5d486b69cc2a99.tar.bz2 rockbox-1876a0bcf227a41956c30d513c5d486b69cc2a99.zip |
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
Diffstat (limited to 'rbutil/rbutilqt/rbutilqtfrm.ui')
-rw-r--r-- | rbutil/rbutilqt/rbutilqtfrm.ui | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/rbutilqtfrm.ui b/rbutil/rbutilqt/rbutilqtfrm.ui index 90018a3301..804856414f 100644 --- a/rbutil/rbutilqt/rbutilqtfrm.ui +++ b/rbutil/rbutilqt/rbutilqtfrm.ui @@ -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> |