First stab at porting rbutil to Qt4. Currently only installing a current or archived...
[Rockbox.git] / rbutil / rbutilqt / rbutilqtfrm.ui
blob7666696b9c833842e9be5e9feb57b53e3dde97f9
1 <ui version="4.0" >
2  <class>RbUtilQtFrm</class>
3  <widget class="QMainWindow" name="RbUtilQtFrm" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>577</width>
9     <height>548</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Rockbox Utility</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="rbutilqt.qrc" >:/icons/icons/rbutil.xpm</iconset>
17   </property>
18   <widget class="QWidget" name="centralwidget" >
19    <layout class="QGridLayout" >
20     <property name="leftMargin" >
21      <number>9</number>
22     </property>
23     <property name="topMargin" >
24      <number>9</number>
25     </property>
26     <property name="rightMargin" >
27      <number>9</number>
28     </property>
29     <property name="bottomMargin" >
30      <number>9</number>
31     </property>
32     <property name="horizontalSpacing" >
33      <number>6</number>
34     </property>
35     <property name="verticalSpacing" >
36      <number>6</number>
37     </property>
38     <item row="2" column="0" >
39      <widget class="QTabWidget" name="tabWidget" >
40       <property name="currentIndex" >
41        <number>0</number>
42       </property>
43       <widget class="QWidget" name="quickStart" >
44        <attribute name="title" >
45         <string>&amp;Quick Start</string>
46        </attribute>
47        <layout class="QGridLayout" >
48         <item row="0" column="0" >
49          <widget class="QToolButton" name="buttonComplete" >
50           <property name="text" >
51            <string>...</string>
52           </property>
53           <property name="icon" >
54            <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
55           </property>
56           <property name="iconSize" >
57            <size>
58             <width>56</width>
59             <height>46</height>
60            </size>
61           </property>
62          </widget>
63         </item>
64         <item row="0" column="1" >
65          <widget class="QLabel" name="labelComplete" >
66           <property name="text" >
67            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
68 p, li { white-space: pre-wrap; }
69 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
70 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Complete Installation&lt;/span>&lt;/p>
71 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This installs the bootloader, a current build and the extras package. This is the recommended method for new installations.&lt;/p>&lt;/body>&lt;/html></string>
72           </property>
73           <property name="wordWrap" >
74            <bool>true</bool>
75           </property>
76          </widget>
77         </item>
78         <item row="1" column="0" >
79          <widget class="QToolButton" name="buttonSmall" >
80           <property name="text" >
81            <string>...</string>
82           </property>
83           <property name="icon" >
84            <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
85           </property>
86           <property name="iconSize" >
87            <size>
88             <width>56</width>
89             <height>46</height>
90            </size>
91           </property>
92          </widget>
93         </item>
94         <item row="1" column="1" >
95          <widget class="QLabel" name="labelSmall" >
96           <property name="text" >
97            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
98 p, li { white-space: pre-wrap; }
99 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
100 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Small installation&lt;/span>&lt;/p>
101 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This installs bootloader and the current build of Rockbox. If you don't want the extras package, choose this option.&lt;/p>&lt;/body>&lt;/html></string>
102           </property>
103           <property name="wordWrap" >
104            <bool>true</bool>
105           </property>
106           <property name="buddy" >
107            <cstring>buttonRockbox</cstring>
108           </property>
109          </widget>
110         </item>
111         <item row="2" column="0" >
112          <spacer>
113           <property name="orientation" >
114            <enum>Qt::Vertical</enum>
115           </property>
116           <property name="sizeHint" >
117            <size>
118             <width>20</width>
119             <height>91</height>
120            </size>
121           </property>
122          </spacer>
123         </item>
124         <item row="2" column="1" >
125          <spacer>
126           <property name="orientation" >
127            <enum>Qt::Vertical</enum>
128           </property>
129           <property name="sizeHint" >
130            <size>
131             <width>20</width>
132             <height>81</height>
133            </size>
134           </property>
135          </spacer>
136         </item>
137        </layout>
138       </widget>
139       <widget class="QWidget" name="installation" >
140        <attribute name="title" >
141         <string>&amp;Installation</string>
142        </attribute>
143        <layout class="QGridLayout" >
144         <property name="leftMargin" >
145          <number>9</number>
146         </property>
147         <property name="topMargin" >
148          <number>9</number>
149         </property>
150         <property name="rightMargin" >
151          <number>9</number>
152         </property>
153         <property name="bottomMargin" >
154          <number>9</number>
155         </property>
156         <property name="horizontalSpacing" >
157          <number>6</number>
158         </property>
159         <property name="verticalSpacing" >
160          <number>6</number>
161         </property>
162         <item row="4" column="1" >
163          <spacer>
164           <property name="orientation" >
165            <enum>Qt::Vertical</enum>
166           </property>
167           <property name="sizeHint" >
168            <size>
169             <width>20</width>
170             <height>81</height>
171            </size>
172           </property>
173          </spacer>
174         </item>
175         <item row="4" column="0" >
176          <spacer>
177           <property name="orientation" >
178            <enum>Qt::Vertical</enum>
179           </property>
180           <property name="sizeHint" >
181            <size>
182             <width>20</width>
183             <height>91</height>
184            </size>
185           </property>
186          </spacer>
187         </item>
188         <item row="0" column="0" >
189          <widget class="QToolButton" name="buttonBootloader" >
190           <property name="text" >
191            <string>...</string>
192           </property>
193           <property name="icon" >
194            <iconset resource="rbutilqt.qrc" >:/icons/icons/bootloader_btn.png</iconset>
195           </property>
196           <property name="iconSize" >
197            <size>
198             <width>56</width>
199             <height>46</height>
200            </size>
201           </property>
202          </widget>
203         </item>
204         <item row="0" column="1" >
205          <widget class="QLabel" name="labelBootloader" >
206           <property name="text" >
207            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
208 p, li { white-space: pre-wrap; }
209 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
210 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Install the bootloader&lt;/span>&lt;/p>
211 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before Rockbox can be run on your audio player, you may have to install a bootloader. This is only necessary the first time Rockbox is installed.&lt;/p>&lt;/body>&lt;/html></string>
212           </property>
213           <property name="wordWrap" >
214            <bool>true</bool>
215           </property>
216          </widget>
217         </item>
218         <item row="2" column="0" >
219          <widget class="QToolButton" name="buttonRockbox" >
220           <property name="text" >
221            <string>...</string>
222           </property>
223           <property name="icon" >
224            <iconset resource="rbutilqt.qrc" >:/icons/icons/rbinstall_btn.png</iconset>
225           </property>
226           <property name="iconSize" >
227            <size>
228             <width>56</width>
229             <height>46</height>
230            </size>
231           </property>
232          </widget>
233         </item>
234         <item row="2" column="1" >
235          <widget class="QLabel" name="labelInstall" >
236           <property name="text" >
237            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
238 p, li { white-space: pre-wrap; }
239 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
240 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Install Rockbox&lt;/span> on your audio player&lt;/p>&lt;/body>&lt;/html></string>
241           </property>
242           <property name="alignment" >
243            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
244           </property>
245           <property name="wordWrap" >
246            <bool>true</bool>
247           </property>
248           <property name="buddy" >
249            <cstring>buttonRockbox</cstring>
250           </property>
251          </widget>
252         </item>
253        </layout>
254       </widget>
255       <widget class="QWidget" name="extras" >
256        <attribute name="title" >
257         <string>&amp;Extras</string>
258        </attribute>
259        <layout class="QGridLayout" >
260         <item row="0" column="0" >
261          <widget class="QToolButton" name="buttonFonts" >
262           <property name="text" >
263            <string>...</string>
264           </property>
265           <property name="icon" >
266            <iconset resource="rbutilqt.qrc" >:/icons/icons/font_btn.png</iconset>
267           </property>
268           <property name="iconSize" >
269            <size>
270             <width>56</width>
271             <height>46</height>
272            </size>
273           </property>
274          </widget>
275         </item>
276         <item row="0" column="1" >
277          <widget class="QLabel" name="labelFonts" >
278           <property name="text" >
279            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
280 p, li { white-space: pre-wrap; }
281 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
282 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Fonts Package&lt;/span>&lt;/p>
283 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The Fonts Package contains a couple of commonly used fonts. Installation is highly recommended.&lt;/p>&lt;/body>&lt;/html></string>
284           </property>
285           <property name="wordWrap" >
286            <bool>true</bool>
287           </property>
288          </widget>
289         </item>
290         <item row="1" column="0" >
291          <widget class="QToolButton" name="buttonThemes" >
292           <property name="text" >
293            <string>...</string>
294           </property>
295           <property name="icon" >
296            <iconset resource="rbutilqt.qrc" >:/icons/icons/themes_btn.png</iconset>
297           </property>
298           <property name="iconSize" >
299            <size>
300             <width>56</width>
301             <height>46</height>
302            </size>
303           </property>
304          </widget>
305         </item>
306         <item row="1" column="1" >
307          <widget class="QLabel" name="labelThemes" >
308           <property name="text" >
309            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
310 p, li { white-space: pre-wrap; }
311 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
312 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Install Themes&lt;/span>&lt;/p>
313 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Rockbox' look can be customized by themes. You can choose and install several officially distributed themes.&lt;/p>&lt;/body>&lt;/html></string>
314           </property>
315           <property name="wordWrap" >
316            <bool>true</bool>
317           </property>
318          </widget>
319         </item>
320         <item row="2" column="0" >
321          <widget class="QToolButton" name="buttonGames" >
322           <property name="text" >
323            <string>...</string>
324           </property>
325           <property name="icon" >
326            <iconset resource="rbutilqt.qrc" >:/icons/icons/doom_btn.png</iconset>
327           </property>
328           <property name="iconSize" >
329            <size>
330             <width>56</width>
331             <height>46</height>
332            </size>
333           </property>
334          </widget>
335         </item>
336         <item row="2" column="1" >
337          <widget class="QLabel" name="labelGames" >
338           <property name="text" >
339            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
340 p, li { white-space: pre-wrap; }
341 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
342 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Install Game Files&lt;/span>&lt;/p>
343 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-weight:600;">&lt;span style=" font-weight:400;">Doom needs a base wad file to run.&lt;/span>&lt;/p>&lt;/body>&lt;/html></string>
344           </property>
345           <property name="openExternalLinks" >
346            <bool>true</bool>
347           </property>
348          </widget>
349         </item>
350         <item row="3" column="0" >
351          <spacer>
352           <property name="orientation" >
353            <enum>Qt::Vertical</enum>
354           </property>
355           <property name="sizeHint" >
356            <size>
357             <width>20</width>
358             <height>40</height>
359            </size>
360           </property>
361          </spacer>
362         </item>
363         <item row="3" column="1" >
364          <spacer>
365           <property name="orientation" >
366            <enum>Qt::Vertical</enum>
367           </property>
368           <property name="sizeHint" >
369            <size>
370             <width>20</width>
371             <height>40</height>
372            </size>
373           </property>
374          </spacer>
375         </item>
376        </layout>
377       </widget>
378       <widget class="QWidget" name="uninstall" >
379        <attribute name="title" >
380         <string>&amp;Uninstallation</string>
381        </attribute>
382        <layout class="QGridLayout" >
383         <item row="0" column="0" >
384          <widget class="QToolButton" name="buttonRemoveBootloader" >
385           <property name="text" >
386            <string>...</string>
387           </property>
388           <property name="icon" >
389            <iconset resource="rbutilqt.qrc" >:/icons/icons/rembootloader_btn.png</iconset>
390           </property>
391           <property name="iconSize" >
392            <size>
393             <width>56</width>
394             <height>46</height>
395            </size>
396           </property>
397          </widget>
398         </item>
399         <item row="0" column="1" >
400          <widget class="QLabel" name="labelRemoveBootloader" >
401           <property name="text" >
402            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
403 p, li { white-space: pre-wrap; }
404 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
405 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Remove the bootloader&lt;/span>&lt;/p>
406 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">After removing the bootloader you won't be able starting Rockbox.&lt;/p>&lt;/body>&lt;/html></string>
407           </property>
408           <property name="wordWrap" >
409            <bool>true</bool>
410           </property>
411          </widget>
412         </item>
413         <item row="1" column="0" >
414          <widget class="QToolButton" name="buttonRemoveRockbox" >
415           <property name="text" >
416            <string>...</string>
417           </property>
418           <property name="icon" >
419            <iconset resource="rbutilqt.qrc" >:/icons/icons/remrb_btn.png</iconset>
420           </property>
421           <property name="iconSize" >
422            <size>
423             <width>56</width>
424             <height>46</height>
425            </size>
426           </property>
427          </widget>
428         </item>
429         <item row="1" column="1" >
430          <widget class="QLabel" name="labelUninstall" >
431           <property name="text" >
432            <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
433 p, li { white-space: pre-wrap; }
434 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
435 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Uninstall Rockbox&lt;/span> from your audio player.&lt;/p>
436 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This will leave the bootloader in place (you need to remove it manually).&lt;/p>&lt;/body>&lt;/html></string>
437           </property>
438           <property name="alignment" >
439            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
440           </property>
441           <property name="wordWrap" >
442            <bool>true</bool>
443           </property>
444           <property name="buddy" >
445            <cstring>buttonRockbox</cstring>
446           </property>
447          </widget>
448         </item>
449         <item row="2" column="0" >
450          <spacer>
451           <property name="orientation" >
452            <enum>Qt::Vertical</enum>
453           </property>
454           <property name="sizeHint" >
455            <size>
456             <width>20</width>
457             <height>40</height>
458            </size>
459           </property>
460          </spacer>
461         </item>
462         <item row="2" column="1" >
463          <spacer>
464           <property name="orientation" >
465            <enum>Qt::Vertical</enum>
466           </property>
467           <property name="sizeHint" >
468            <size>
469             <width>20</width>
470             <height>40</height>
471            </size>
472           </property>
473          </spacer>
474         </item>
475        </layout>
476       </widget>
477       <widget class="QWidget" name="manual" >
478        <attribute name="title" >
479         <string>&amp;Manual</string>
480        </attribute>
481       </widget>
482      </widget>
483     </item>
484     <item row="0" column="0" >
485      <layout class="QHBoxLayout" >
486       <property name="spacing" >
487        <number>6</number>
488       </property>
489       <property name="leftMargin" >
490        <number>0</number>
491       </property>
492       <property name="topMargin" >
493        <number>0</number>
494       </property>
495       <property name="rightMargin" >
496        <number>0</number>
497       </property>
498       <property name="bottomMargin" >
499        <number>0</number>
500       </property>
501       <item>
502        <spacer>
503         <property name="orientation" >
504          <enum>Qt::Horizontal</enum>
505         </property>
506         <property name="sizeHint" >
507          <size>
508           <width>40</width>
509           <height>20</height>
510          </size>
511         </property>
512        </spacer>
513       </item>
514       <item>
515        <widget class="QLabel" name="logoLabel" >
516         <property name="text" >
517          <string/>
518         </property>
519         <property name="pixmap" >
520          <pixmap resource="rbutilqt.qrc" >:/icons/icons/rblogo.xpm</pixmap>
521         </property>
522        </widget>
523       </item>
524       <item>
525        <spacer>
526         <property name="orientation" >
527          <enum>Qt::Horizontal</enum>
528         </property>
529         <property name="sizeHint" >
530          <size>
531           <width>40</width>
532           <height>20</height>
533          </size>
534         </property>
535        </spacer>
536       </item>
537      </layout>
538     </item>
539     <item row="1" column="0" >
540      <layout class="QHBoxLayout" >
541       <property name="spacing" >
542        <number>6</number>
543       </property>
544       <property name="leftMargin" >
545        <number>0</number>
546       </property>
547       <property name="topMargin" >
548        <number>0</number>
549       </property>
550       <property name="rightMargin" >
551        <number>0</number>
552       </property>
553       <property name="bottomMargin" >
554        <number>0</number>
555       </property>
556       <item>
557        <widget class="QLabel" name="labelDevice" >
558         <property name="sizePolicy" >
559          <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
560           <horstretch>0</horstretch>
561           <verstretch>0</verstretch>
562          </sizepolicy>
563         </property>
564         <property name="text" >
565          <string>&amp;Device</string>
566         </property>
567         <property name="buddy" >
568          <cstring>comboBoxDevice</cstring>
569         </property>
570        </widget>
571       </item>
572       <item>
573        <widget class="QComboBox" name="comboBoxDevice" >
574         <property name="sizePolicy" >
575          <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
576           <horstretch>0</horstretch>
577           <verstretch>0</verstretch>
578          </sizepolicy>
579         </property>
580        </widget>
581       </item>
582       <item>
583        <widget class="QPushButton" name="buttonDetect" >
584         <property name="text" >
585          <string>&amp;Autodetect</string>
586         </property>
587        </widget>
588       </item>
589      </layout>
590     </item>
591    </layout>
592   </widget>
593   <widget class="QMenuBar" name="menubar" >
594    <property name="geometry" >
595     <rect>
596      <x>0</x>
597      <y>0</y>
598      <width>577</width>
599      <height>29</height>
600     </rect>
601    </property>
602    <widget class="QMenu" name="menu_File" >
603     <property name="title" >
604      <string>&amp;File</string>
605     </property>
606     <addaction name="actionEmpty_local_download_cache" />
607     <addaction name="actionInstall_Rockbox_Utility_on_player" />
608     <addaction name="action_Configure" />
609     <addaction name="separator" />
610     <addaction name="actionE_xit" />
611    </widget>
612    <widget class="QMenu" name="menuAbout" >
613     <property name="title" >
614      <string>&amp;About</string>
615     </property>
616     <addaction name="action_About" />
617     <addaction name="actionAbout_Qt" />
618    </widget>
619    <addaction name="menu_File" />
620    <addaction name="menuAbout" />
621   </widget>
622   <widget class="QStatusBar" name="statusbar" />
623   <action name="actionEmpty_local_download_cache" >
624    <property name="text" >
625     <string>Empty local download cache</string>
626    </property>
627   </action>
628   <action name="actionInstall_Rockbox_Utility_on_player" >
629    <property name="text" >
630     <string>Install Rockbox Utility on player</string>
631    </property>
632   </action>
633   <action name="action_Configure" >
634    <property name="text" >
635     <string>&amp;Configure</string>
636    </property>
637   </action>
638   <action name="actionE_xit" >
639    <property name="text" >
640     <string>E&amp;xit</string>
641    </property>
642    <property name="shortcut" >
643     <string>Ctrl+Q</string>
644    </property>
645   </action>
646   <action name="action_About" >
647    <property name="text" >
648     <string>&amp;About</string>
649    </property>
650   </action>
651   <action name="actionAbout_Qt" >
652    <property name="text" >
653     <string>About &amp;Qt</string>
654    </property>
655   </action>
656  </widget>
657  <tabstops>
658   <tabstop>buttonDetect</tabstop>
659   <tabstop>tabWidget</tabstop>
660   <tabstop>buttonBootloader</tabstop>
661   <tabstop>buttonRockbox</tabstop>
662   <tabstop>comboBoxDevice</tabstop>
663  </tabstops>
664  <resources>
665   <include location="rbutilqt.qrc" />
666  </resources>
667  <connections>
668   <connection>
669    <sender>actionE_xit</sender>
670    <signal>triggered()</signal>
671    <receiver>RbUtilQtFrm</receiver>
672    <slot>close()</slot>
673    <hints>
674     <hint type="sourcelabel" >
675      <x>-1</x>
676      <y>-1</y>
677     </hint>
678     <hint type="destinationlabel" >
679      <x>279</x>
680      <y>315</y>
681     </hint>
682    </hints>
683   </connection>
684  </connections>
685 </ui>