summaryrefslogtreecommitdiff
path: root/utils/rbutilqt/rbutilqtfrm.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/rbutilqtfrm.ui')
-rw-r--r--utils/rbutilqt/rbutilqtfrm.ui647
1 files changed, 647 insertions, 0 deletions
diff --git a/utils/rbutilqt/rbutilqtfrm.ui b/utils/rbutilqt/rbutilqtfrm.ui
new file mode 100644
index 0000000000..af47fea72c
--- /dev/null
+++ b/utils/rbutilqt/rbutilqtfrm.ui
@@ -0,0 +1,647 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>RbUtilQtFrm</class>
4 <widget class="QMainWindow" name="RbUtilQtFrm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>650</width>
10 <height>399</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Rockbox Utility</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="rbutilqt.qrc">
18 <normaloff>:/icons/rockbox-clef.svg</normaloff>:/icons/rockbox-clef.svg</iconset>
19 </property>
20 <widget class="QWidget" name="centralwidget">
21 <layout class="QGridLayout" name="gridLayout_3">
22 <item row="0" column="0">
23 <widget class="QLabel" name="logoLabel">
24 <property name="minimumSize">
25 <size>
26 <width>200</width>
27 <height>62</height>
28 </size>
29 </property>
30 <property name="maximumSize">
31 <size>
32 <width>200</width>
33 <height>62</height>
34 </size>
35 </property>
36 <property name="baseSize">
37 <size>
38 <width>200</width>
39 <height>62</height>
40 </size>
41 </property>
42 <property name="text">
43 <string comment="Welcome to Rockbox Utility, the installation and housekeeping tool for Rockbox."/>
44 </property>
45 <property name="pixmap">
46 <pixmap resource="rbutilqt.qrc">:/icons/rockbox-logo.svg</pixmap>
47 </property>
48 <property name="scaledContents">
49 <bool>true</bool>
50 </property>
51 <property name="alignment">
52 <set>Qt::AlignCenter</set>
53 </property>
54 </widget>
55 </item>
56 <item row="0" column="1">
57 <widget class="QGroupBox" name="groupBoxDevice">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
60 <horstretch>0</horstretch>
61 <verstretch>0</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="title">
65 <string>Device</string>
66 </property>
67 <layout class="QGridLayout" name="gridLayout">
68 <item row="0" column="0" rowspan="3">
69 <widget class="QLabel" name="labelPlayerPic">
70 <property name="lineWidth">
71 <number>1</number>
72 </property>
73 <property name="text">
74 <string/>
75 </property>
76 <property name="pixmap">
77 <pixmap resource="rbutilqt.qrc">:/icons/rockbox-32.png</pixmap>
78 </property>
79 <property name="scaledContents">
80 <bool>false</bool>
81 </property>
82 <property name="alignment">
83 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
84 </property>
85 <property name="margin">
86 <number>3</number>
87 </property>
88 </widget>
89 </item>
90 <item row="0" column="1">
91 <widget class="QLabel" name="labelDeviceTitle">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
94 <horstretch>0</horstretch>
95 <verstretch>0</verstretch>
96 </sizepolicy>
97 </property>
98 <property name="text">
99 <string>Device:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="0" column="2">
104 <widget class="QLabel" name="labelDevice">
105 <property name="text">
106 <string>device unknown or invalid</string>
107 </property>
108 </widget>
109 </item>
110 <item row="0" column="3">
111 <spacer name="horizontalSpacer">
112 <property name="orientation">
113 <enum>Qt::Horizontal</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item row="0" column="4">
124 <widget class="QPushButton" name="buttonChangeDevice">
125 <property name="text">
126 <string>&amp;Change</string>
127 </property>
128 <property name="icon">
129 <iconset resource="rbutilqt.qrc">
130 <normaloff>:/icons/edit-find.svg</normaloff>:/icons/edit-find.svg</iconset>
131 </property>
132 </widget>
133 </item>
134 <item row="1" column="4" rowspan="2">
135 <widget class="QPushButton" name="buttonEject">
136 <property name="text">
137 <string>&amp;Eject</string>
138 </property>
139 <property name="icon">
140 <iconset resource="rbutilqt.qrc">
141 <normaloff>:/icons/media-eject.svg</normaloff>:/icons/media-eject.svg</iconset>
142 </property>
143 </widget>
144 </item>
145 <item row="1" column="1">
146 <widget class="QLabel" name="labelMountpointTitle">
147 <property name="text">
148 <string>Mountpoint:</string>
149 </property>
150 </widget>
151 </item>
152 <item row="1" column="2">
153 <widget class="QLabel" name="labelMountpoint">
154 <property name="text">
155 <string>mountpoint unknown or invalid</string>
156 </property>
157 </widget>
158 </item>
159 </layout>
160 </widget>
161 </item>
162 <item row="1" column="0" colspan="2">
163 <widget class="QTabWidget" name="tabWidget">
164 <property name="currentIndex">
165 <number>0</number>
166 </property>
167 <widget class="QWidget" name="selective">
168 <attribute name="title">
169 <string>&amp;Installation</string>
170 </attribute>
171 <attribute name="toolTip">
172 <string>Welcome</string>
173 </attribute>
174 </widget>
175 <widget class="QWidget" name="accessibility">
176 <attribute name="title">
177 <string>&amp;Accessibility</string>
178 </attribute>
179 <attribute name="toolTip">
180 <string>Install accessibility add-ons</string>
181 </attribute>
182 <layout class="QGridLayout">
183 <item row="1" column="0">
184 <widget class="QToolButton" name="buttonTalk">
185 <property name="text">
186 <string>Install Talk files</string>
187 </property>
188 <property name="icon">
189 <iconset resource="rbutilqt.qrc">
190 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
191 </property>
192 <property name="iconSize">
193 <size>
194 <width>56</width>
195 <height>46</height>
196 </size>
197 </property>
198 </widget>
199 </item>
200 <item row="1" column="1">
201 <widget class="QLabel" name="labelTalk">
202 <property name="text">
203 <string>&lt;b&gt;Create Talk Files&lt;/b&gt;&lt;br/&gt;Talkfiles are needed to let Rockbox speak File and Foldernames</string>
204 </property>
205 </widget>
206 </item>
207 <item row="2" column="0">
208 <spacer>
209 <property name="orientation">
210 <enum>Qt::Vertical</enum>
211 </property>
212 <property name="sizeHint" stdset="0">
213 <size>
214 <width>20</width>
215 <height>51</height>
216 </size>
217 </property>
218 </spacer>
219 </item>
220 <item row="2" column="1">
221 <spacer>
222 <property name="orientation">
223 <enum>Qt::Vertical</enum>
224 </property>
225 <property name="sizeHint" stdset="0">
226 <size>
227 <width>20</width>
228 <height>51</height>
229 </size>
230 </property>
231 </spacer>
232 </item>
233 <item row="0" column="0">
234 <widget class="QToolButton" name="buttonCreateVoice">
235 <property name="text">
236 <string>Create Voice files</string>
237 </property>
238 <property name="icon">
239 <iconset resource="rbutilqt.qrc">
240 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
241 </property>
242 <property name="iconSize">
243 <size>
244 <width>56</width>
245 <height>46</height>
246 </size>
247 </property>
248 </widget>
249 </item>
250 <item row="0" column="1">
251 <widget class="QLabel" name="labelCreateVoice">
252 <property name="text">
253 <string>&lt;b&gt;Create Voice file&lt;/b&gt;&lt;br/&gt;Voice files are needed to make Rockbox speak the user interface. Speaking is enabled by default, so
254 if you installed the voice file Rockbox will speak.</string>
255 </property>
256 <property name="wordWrap">
257 <bool>true</bool>
258 </property>
259 </widget>
260 </item>
261 </layout>
262 </widget>
263 <widget class="QWidget" name="uninstall">
264 <attribute name="title">
265 <string>Backup &amp;&amp; &amp;Uninstallation</string>
266 </attribute>
267 <attribute name="toolTip">
268 <string>Uninstall Rockbox</string>
269 </attribute>
270 <layout class="QGridLayout" name="gridLayout_2">
271 <item row="0" column="0">
272 <widget class="QToolButton" name="buttonRemoveBootloader">
273 <property name="text">
274 <string>Uninstall Bootloader</string>
275 </property>
276 <property name="icon">
277 <iconset resource="rbutilqt.qrc">
278 <normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
279 </property>
280 <property name="iconSize">
281 <size>
282 <width>56</width>
283 <height>46</height>
284 </size>
285 </property>
286 </widget>
287 </item>
288 <item row="0" column="1">
289 <widget class="QLabel" name="labelRemoveBootloader">
290 <property name="text">
291 <string>&lt;b&gt;Remove the bootloader&lt;/b&gt;&lt;br/&gt;After removing the bootloader you won't be able to start Rockbox.</string>
292 </property>
293 <property name="wordWrap">
294 <bool>true</bool>
295 </property>
296 </widget>
297 </item>
298 <item row="1" column="0">
299 <widget class="QToolButton" name="buttonRemoveRockbox">
300 <property name="text">
301 <string>Uninstall Rockbox</string>
302 </property>
303 <property name="icon">
304 <iconset resource="rbutilqt.qrc">
305 <normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
306 </property>
307 <property name="iconSize">
308 <size>
309 <width>56</width>
310 <height>46</height>
311 </size>
312 </property>
313 </widget>
314 </item>
315 <item row="1" column="1">
316 <widget class="QLabel" name="labelUninstall">
317 <property name="text">
318 <string>&lt;b&gt;Uninstall Rockbox from your audio player.&lt;/b&gt;&lt;br/&gt;This will leave the bootloader in place (you need to remove it manually).</string>
319 </property>
320 <property name="alignment">
321 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
322 </property>
323 <property name="wordWrap">
324 <bool>true</bool>
325 </property>
326 </widget>
327 </item>
328 <item row="2" column="0">
329 <widget class="QToolButton" name="buttonBackup">
330 <property name="text">
331 <string>Backup</string>
332 </property>
333 <property name="icon">
334 <iconset resource="rbutilqt.qrc">
335 <normaloff>:/icons/package-x-generic.svg</normaloff>:/icons/package-x-generic.svg</iconset>
336 </property>
337 <property name="iconSize">
338 <size>
339 <width>56</width>
340 <height>46</height>
341 </size>
342 </property>
343 </widget>
344 </item>
345 <item row="2" column="1">
346 <widget class="QLabel" name="labelBackup">
347 <property name="text">
348 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Backup current installation.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Create a backup by archiving the contents of the Rockbox installation folder.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
349 </property>
350 <property name="alignment">
351 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
352 </property>
353 <property name="wordWrap">
354 <bool>true</bool>
355 </property>
356 </widget>
357 </item>
358 <item row="3" column="0">
359 <spacer>
360 <property name="orientation">
361 <enum>Qt::Vertical</enum>
362 </property>
363 <property name="sizeHint" stdset="0">
364 <size>
365 <width>20</width>
366 <height>40</height>
367 </size>
368 </property>
369 </spacer>
370 </item>
371 </layout>
372 </widget>
373 <widget class="QWidget" name="info">
374 <attribute name="title">
375 <string>Inf&amp;o</string>
376 </attribute>
377 </widget>
378 </widget>
379 </item>
380 </layout>
381 </widget>
382 <widget class="QMenuBar" name="menubar">
383 <property name="geometry">
384 <rect>
385 <x>0</x>
386 <y>0</y>
387 <width>650</width>
388 <height>22</height>
389 </rect>
390 </property>
391 <widget class="QMenu" name="menu_File">
392 <property name="title">
393 <string>&amp;File</string>
394 </property>
395 <addaction name="actionInstall_Rockbox_Utility_on_player"/>
396 <addaction name="action_Configure"/>
397 <addaction name="separator"/>
398 <addaction name="actionE_xit"/>
399 </widget>
400 <widget class="QMenu" name="menuAbout">
401 <property name="title">
402 <string>&amp;Help</string>
403 </property>
404 <addaction name="action_About"/>
405 <addaction name="actionAbout_Qt"/>
406 <addaction name="separator"/>
407 <addaction name="actionShow_Changelog"/>
408 <addaction name="action_System_Info"/>
409 <addaction name="action_Trace"/>
410 <addaction name="separator"/>
411 <addaction name="action_Help"/>
412 </widget>
413 <widget class="QMenu" name="menuA_ctions">
414 <property name="title">
415 <string>Action&amp;s</string>
416 </property>
417 <widget class="QMenu" name="menuAccessibility">
418 <property name="title">
419 <string>&amp;Accessibility</string>
420 </property>
421 <addaction name="actionCreate_Voice_File"/>
422 <addaction name="actionCreate_Talk_Files"/>
423 </widget>
424 <widget class="QMenu" name="menuUninstallation">
425 <property name="title">
426 <string>&amp;Uninstallation</string>
427 </property>
428 <addaction name="actionRemove_bootloader"/>
429 <addaction name="actionUninstall_Rockbox"/>
430 </widget>
431 <addaction name="action_Installation"/>
432 <addaction name="menuAccessibility"/>
433 <addaction name="menuUninstallation"/>
434 </widget>
435 <addaction name="menu_File"/>
436 <addaction name="menuA_ctions"/>
437 <addaction name="menuAbout"/>
438 </widget>
439 <widget class="QStatusBar" name="statusbar"/>
440 <action name="actionEmpty_local_download_cache">
441 <property name="text">
442 <string>Empty local download cache</string>
443 </property>
444 </action>
445 <action name="actionInstall_Rockbox_Utility_on_player">
446 <property name="text">
447 <string>Install Rockbox Utility on player</string>
448 </property>
449 </action>
450 <action name="action_Configure">
451 <property name="text">
452 <string>&amp;Configure</string>
453 </property>
454 </action>
455 <action name="actionE_xit">
456 <property name="text">
457 <string>E&amp;xit</string>
458 </property>
459 <property name="shortcut">
460 <string>Ctrl+Q</string>
461 </property>
462 </action>
463 <action name="action_About">
464 <property name="text">
465 <string>&amp;About</string>
466 </property>
467 </action>
468 <action name="actionAbout_Qt">
469 <property name="text">
470 <string>About &amp;Qt</string>
471 </property>
472 </action>
473 <action name="action_Help">
474 <property name="text">
475 <string>&amp;Help</string>
476 </property>
477 </action>
478 <action name="actionInfo">
479 <property name="text">
480 <string>Info</string>
481 </property>
482 </action>
483 <action name="actionComplete_Installation">
484 <property name="icon">
485 <iconset>
486 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
487 </property>
488 <property name="text">
489 <string>&amp;Complete Installation</string>
490 </property>
491 </action>
492 <action name="actionSmall_Installation">
493 <property name="icon">
494 <iconset>
495 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
496 </property>
497 <property name="text">
498 <string>&amp;Minimal Installation</string>
499 </property>
500 </action>
501 <action name="actionInstall_Bootloader">
502 <property name="icon">
503 <iconset>
504 <normaloff>:/icons/bootloader_btn.png</normaloff>:/icons/bootloader_btn.png</iconset>
505 </property>
506 <property name="text">
507 <string>Install &amp;Bootloader</string>
508 </property>
509 </action>
510 <action name="actionInstall_Rockbox">
511 <property name="icon">
512 <iconset>
513 <normaloff>:/icons/rbinstall_btn.png</normaloff>:/icons/rbinstall_btn.png</iconset>
514 </property>
515 <property name="text">
516 <string>Install &amp;Rockbox</string>
517 </property>
518 </action>
519 <action name="actionFonts_Package">
520 <property name="icon">
521 <iconset>
522 <normaloff>:/icons/font_btn.png</normaloff>:/icons/font_btn.png</iconset>
523 </property>
524 <property name="text">
525 <string>Install &amp;Fonts Package</string>
526 </property>
527 </action>
528 <action name="actionInstall_Themes">
529 <property name="icon">
530 <iconset resource="rbutilqt.qrc">
531 <normaloff>:/icons/preferences-desktop-theme.svg</normaloff>:/icons/preferences-desktop-theme.svg</iconset>
532 </property>
533 <property name="text">
534 <string>Install &amp;Themes</string>
535 </property>
536 </action>
537 <action name="actionInstall_Game_Files">
538 <property name="icon">
539 <iconset resource="rbutilqt.qrc">
540 <normaloff>:/icons/input-gaming.svg</normaloff>:/icons/input-gaming.svg</iconset>
541 </property>
542 <property name="text">
543 <string>Install &amp;Game Files</string>
544 </property>
545 </action>
546 <action name="actionInstall_Voice_File">
547 <property name="icon">
548 <iconset resource="rbutilqt.qrc">
549 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
550 </property>
551 <property name="text">
552 <string>&amp;Install Voice File</string>
553 </property>
554 </action>
555 <action name="actionCreate_Talk_Files">
556 <property name="icon">
557 <iconset resource="rbutilqt.qrc">
558 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
559 </property>
560 <property name="text">
561 <string>Create &amp;Talk Files</string>
562 </property>
563 </action>
564 <action name="actionRemove_bootloader">
565 <property name="icon">
566 <iconset resource="rbutilqt.qrc">
567 <normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
568 </property>
569 <property name="text">
570 <string>Remove &amp;bootloader</string>
571 </property>
572 </action>
573 <action name="actionUninstall_Rockbox">
574 <property name="icon">
575 <iconset resource="rbutilqt.qrc">
576 <normaloff>:/icons/edit-clear.svg</normaloff>:/icons/edit-clear.svg</iconset>
577 </property>
578 <property name="text">
579 <string>Uninstall &amp;Rockbox</string>
580 </property>
581 </action>
582 <action name="actionRead_PDF_manual">
583 <property name="text">
584 <string>Read PDF manual</string>
585 </property>
586 </action>
587 <action name="actionRead_HTML_manual">
588 <property name="text">
589 <string>Read HTML manual</string>
590 </property>
591 </action>
592 <action name="actionDownload_PDF_manual">
593 <property name="text">
594 <string>Download PDF manual</string>
595 </property>
596 </action>
597 <action name="actionDownload_HTML_manual_zip">
598 <property name="text">
599 <string>Download HTML manual (zip)</string>
600 </property>
601 </action>
602 <action name="actionCreate_Voice_File">
603 <property name="icon">
604 <iconset resource="rbutilqt.qrc">
605 <normaloff>:/icons/audio-volume-high.svg</normaloff>:/icons/audio-volume-high.svg</iconset>
606 </property>
607 <property name="text">
608 <string>Create &amp;Voice File</string>
609 </property>
610 <property name="iconText">
611 <string>Create Voice File</string>
612 </property>
613 </action>
614 <action name="action_System_Info">
615 <property name="text">
616 <string>&amp;System Info</string>
617 </property>
618 </action>
619 <action name="action_Trace">
620 <property name="text">
621 <string>System &amp;Trace</string>
622 </property>
623 </action>
624 <action name="action_Installation">
625 <property name="text">
626 <string>&amp;Installation</string>
627 </property>
628 </action>
629 <action name="actionShow_Changelog">
630 <property name="text">
631 <string>Show &amp;Changelog</string>
632 </property>
633 </action>
634 </widget>
635 <tabstops>
636 <tabstop>tabWidget</tabstop>
637 <tabstop>buttonChangeDevice</tabstop>
638 <tabstop>buttonRemoveBootloader</tabstop>
639 <tabstop>buttonRemoveRockbox</tabstop>
640 <tabstop>buttonCreateVoice</tabstop>
641 <tabstop>buttonTalk</tabstop>
642 </tabstops>
643 <resources>
644 <include location="rbutilqt.qrc"/>
645 </resources>
646 <connections/>
647</ui>