Improve about dialog + nicer method write version info to resource section
[LameXP.git] / gui / MainWindow.ui
blobe7fb160950b8e295161fac4487132ca246c7d3ed
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>691</width>
10 <height>539</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>LameXP - Audio Encoder Front-end</string>
15 </property>
16 <widget class="QWidget" name="centralwidget">
17 <layout class="QVBoxLayout" name="verticalLayout_2">
18 <item>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTabWidget" name="tabWidget">
22 <property name="font">
23 <font>
24 <weight>75</weight>
25 <bold>true</bold>
26 </font>
27 </property>
28 <property name="currentIndex">
29 <number>0</number>
30 </property>
31 <widget class="QWidget" name="tabSourceFiles">
32 <property name="font">
33 <font>
34 <weight>50</weight>
35 <bold>false</bold>
36 </font>
37 </property>
38 <attribute name="icon">
39 <iconset resource="../res/Icons.qrc">
40 <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
41 </attribute>
42 <attribute name="title">
43 <string>Source Files</string>
44 </attribute>
45 <layout class="QVBoxLayout" name="verticalLayout_4">
46 <item>
47 <layout class="QVBoxLayout" name="verticalLayout_3">
48 <item>
49 <widget class="QTableView" name="sourceFileView">
50 <property name="selectionMode">
51 <enum>QAbstractItemView::SingleSelection</enum>
52 </property>
53 <property name="selectionBehavior">
54 <enum>QAbstractItemView::SelectRows</enum>
55 </property>
56 <property name="horizontalScrollMode">
57 <enum>QAbstractItemView::ScrollPerPixel</enum>
58 </property>
59 <property name="wordWrap">
60 <bool>false</bool>
61 </property>
62 <attribute name="horizontalHeaderHighlightSections">
63 <bool>false</bool>
64 </attribute>
65 <attribute name="horizontalHeaderStretchLastSection">
66 <bool>true</bool>
67 </attribute>
68 <attribute name="verticalHeaderHighlightSections">
69 <bool>false</bool>
70 </attribute>
71 </widget>
72 </item>
73 <item>
74 <layout class="QHBoxLayout" name="horizontalLayout_2">
75 <property name="spacing">
76 <number>4</number>
77 </property>
78 <item>
79 <widget class="QPushButton" name="buttonAddFiles">
80 <property name="minimumSize">
81 <size>
82 <width>90</width>
83 <height>0</height>
84 </size>
85 </property>
86 <property name="text">
87 <string>Add File(s)</string>
88 </property>
89 <property name="icon">
90 <iconset resource="../res/Icons.qrc">
91 <normaloff>:/icons/add.png</normaloff>:/icons/add.png</iconset>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QPushButton" name="buttonRemoveFile">
97 <property name="minimumSize">
98 <size>
99 <width>90</width>
100 <height>0</height>
101 </size>
102 </property>
103 <property name="text">
104 <string>Remove</string>
105 </property>
106 <property name="icon">
107 <iconset resource="../res/Icons.qrc">
108 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QPushButton" name="buttonClearFiles">
114 <property name="minimumSize">
115 <size>
116 <width>90</width>
117 <height>0</height>
118 </size>
119 </property>
120 <property name="text">
121 <string>Clear</string>
122 </property>
123 <property name="icon">
124 <iconset resource="../res/Icons.qrc">
125 <normaloff>:/icons/bin.png</normaloff>:/icons/bin.png</iconset>
126 </property>
127 </widget>
128 </item>
129 <item>
130 <spacer name="horizontalSpacer_4">
131 <property name="orientation">
132 <enum>Qt::Horizontal</enum>
133 </property>
134 <property name="sizeType">
135 <enum>QSizePolicy::Fixed</enum>
136 </property>
137 <property name="sizeHint" stdset="0">
138 <size>
139 <width>10</width>
140 <height>20</height>
141 </size>
142 </property>
143 </spacer>
144 </item>
145 <item>
146 <widget class="QPushButton" name="buttonFileUp">
147 <property name="text">
148 <string/>
149 </property>
150 <property name="icon">
151 <iconset resource="../res/Icons.qrc">
152 <normaloff>:/icons/arrow_up.png</normaloff>:/icons/arrow_up.png</iconset>
153 </property>
154 </widget>
155 </item>
156 <item>
157 <widget class="QPushButton" name="buttonFileDown">
158 <property name="text">
159 <string/>
160 </property>
161 <property name="icon">
162 <iconset resource="../res/Icons.qrc">
163 <normaloff>:/icons/arrow_down.png</normaloff>:/icons/arrow_down.png</iconset>
164 </property>
165 </widget>
166 </item>
167 <item>
168 <spacer name="horizontalSpacer_5">
169 <property name="orientation">
170 <enum>Qt::Horizontal</enum>
171 </property>
172 <property name="sizeType">
173 <enum>QSizePolicy::Fixed</enum>
174 </property>
175 <property name="sizeHint" stdset="0">
176 <size>
177 <width>10</width>
178 <height>20</height>
179 </size>
180 </property>
181 </spacer>
182 </item>
183 <item>
184 <spacer name="horizontalSpacer_3">
185 <property name="orientation">
186 <enum>Qt::Horizontal</enum>
187 </property>
188 <property name="sizeHint" stdset="0">
189 <size>
190 <width>40</width>
191 <height>20</height>
192 </size>
193 </property>
194 </spacer>
195 </item>
196 <item>
197 <widget class="QPushButton" name="buttonEditMeta">
198 <property name="minimumSize">
199 <size>
200 <width>90</width>
201 <height>0</height>
202 </size>
203 </property>
204 <property name="text">
205 <string> Edit Meta</string>
206 </property>
207 <property name="icon">
208 <iconset resource="../res/Icons.qrc">
209 <normaloff>:/icons/table_edit.png</normaloff>:/icons/table_edit.png</iconset>
210 </property>
211 </widget>
212 </item>
213 </layout>
214 </item>
215 </layout>
216 </item>
217 </layout>
218 </widget>
219 <widget class="QWidget" name="tabOutputDir">
220 <property name="font">
221 <font>
222 <weight>50</weight>
223 <bold>false</bold>
224 </font>
225 </property>
226 <attribute name="icon">
227 <iconset resource="../res/Icons.qrc">
228 <normaloff>:/icons/folder_go.png</normaloff>:/icons/folder_go.png</iconset>
229 </attribute>
230 <attribute name="title">
231 <string>Output Directory</string>
232 </attribute>
233 <layout class="QGridLayout" name="gridLayout_2">
234 <item row="0" column="0">
235 <layout class="QVBoxLayout" name="verticalLayout_5">
236 <item>
237 <widget class="QLabel" name="outputFolderLabel">
238 <property name="frameShape">
239 <enum>QFrame::StyledPanel</enum>
240 </property>
241 <property name="frameShadow">
242 <enum>QFrame::Plain</enum>
243 </property>
244 <property name="text">
245 <string>($OUTDIR)</string>
246 </property>
247 </widget>
248 </item>
249 <item>
250 <widget class="QTreeView" name="outputFolderView">
251 <property name="alternatingRowColors">
252 <bool>true</bool>
253 </property>
254 </widget>
255 </item>
256 <item>
257 <layout class="QHBoxLayout" name="horizontalLayout_3">
258 <item>
259 <widget class="QPushButton" name="buttonGotoHome">
260 <property name="minimumSize">
261 <size>
262 <width>124</width>
263 <height>0</height>
264 </size>
265 </property>
266 <property name="text">
267 <string>Goto Home Folder</string>
268 </property>
269 <property name="icon">
270 <iconset resource="../res/Icons.qrc">
271 <normaloff>:/icons/house.png</normaloff>:/icons/house.png</iconset>
272 </property>
273 </widget>
274 </item>
275 <item>
276 <widget class="QPushButton" name="buttonGotoMusic">
277 <property name="minimumSize">
278 <size>
279 <width>124</width>
280 <height>0</height>
281 </size>
282 </property>
283 <property name="text">
284 <string>Goto Music Folder</string>
285 </property>
286 <property name="icon">
287 <iconset resource="../res/Icons.qrc">
288 <normaloff>:/icons/music.png</normaloff>:/icons/music.png</iconset>
289 </property>
290 </widget>
291 </item>
292 <item>
293 <widget class="QPushButton" name="buttonGotoDesktop">
294 <property name="minimumSize">
295 <size>
296 <width>124</width>
297 <height>0</height>
298 </size>
299 </property>
300 <property name="text">
301 <string>Goto Desktop Folder</string>
302 </property>
303 <property name="icon">
304 <iconset resource="../res/Icons.qrc">
305 <normaloff>:/icons/monitor.png</normaloff>:/icons/monitor.png</iconset>
306 </property>
307 </widget>
308 </item>
309 <item>
310 <spacer name="horizontalSpacer_6">
311 <property name="orientation">
312 <enum>Qt::Horizontal</enum>
313 </property>
314 <property name="sizeHint" stdset="0">
315 <size>
316 <width>40</width>
317 <height>20</height>
318 </size>
319 </property>
320 </spacer>
321 </item>
322 <item>
323 <widget class="QPushButton" name="buttonMakeFolder">
324 <property name="minimumSize">
325 <size>
326 <width>124</width>
327 <height>0</height>
328 </size>
329 </property>
330 <property name="text">
331 <string>Make New Folder</string>
332 </property>
333 <property name="icon">
334 <iconset resource="../res/Icons.qrc">
335 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
336 </property>
337 </widget>
338 </item>
339 </layout>
340 </item>
341 <item>
342 <spacer name="verticalSpacer">
343 <property name="orientation">
344 <enum>Qt::Vertical</enum>
345 </property>
346 <property name="sizeType">
347 <enum>QSizePolicy::Fixed</enum>
348 </property>
349 <property name="sizeHint" stdset="0">
350 <size>
351 <width>20</width>
352 <height>3</height>
353 </size>
354 </property>
355 </spacer>
356 </item>
357 <item>
358 <widget class="QCheckBox" name="saveToSourceFolderCheckBox">
359 <property name="text">
360 <string>Save output files to the same location where the input file is loacated</string>
361 </property>
362 </widget>
363 </item>
364 </layout>
365 </item>
366 </layout>
367 </widget>
368 <widget class="QWidget" name="tabCompressionSetting">
369 <attribute name="icon">
370 <iconset resource="../res/Icons.qrc">
371 <normaloff>:/icons/compress.png</normaloff>:/icons/compress.png</iconset>
372 </attribute>
373 <attribute name="title">
374 <string>Compression</string>
375 </attribute>
376 <layout class="QGridLayout" name="gridLayout_4">
377 <item row="0" column="0">
378 <layout class="QGridLayout" name="gridLayout_3">
379 <item row="1" column="1">
380 <widget class="QLabel" name="label_2">
381 <property name="frameShape">
382 <enum>QFrame::StyledPanel</enum>
383 </property>
384 <property name="frameShadow">
385 <enum>QFrame::Sunken</enum>
386 </property>
387 <property name="text">
388 <string/>
389 </property>
390 <property name="pixmap">
391 <pixmap resource="../res/Images.qrc">:/images/Construction.gif</pixmap>
392 </property>
393 <property name="alignment">
394 <set>Qt::AlignCenter</set>
395 </property>
396 </widget>
397 </item>
398 <item row="1" column="0">
399 <spacer name="horizontalSpacer_8">
400 <property name="orientation">
401 <enum>Qt::Horizontal</enum>
402 </property>
403 <property name="sizeHint" stdset="0">
404 <size>
405 <width>40</width>
406 <height>20</height>
407 </size>
408 </property>
409 </spacer>
410 </item>
411 <item row="1" column="2">
412 <spacer name="horizontalSpacer_9">
413 <property name="orientation">
414 <enum>Qt::Horizontal</enum>
415 </property>
416 <property name="sizeHint" stdset="0">
417 <size>
418 <width>40</width>
419 <height>20</height>
420 </size>
421 </property>
422 </spacer>
423 </item>
424 <item row="0" column="1">
425 <spacer name="verticalSpacer_3">
426 <property name="orientation">
427 <enum>Qt::Vertical</enum>
428 </property>
429 <property name="sizeHint" stdset="0">
430 <size>
431 <width>20</width>
432 <height>40</height>
433 </size>
434 </property>
435 </spacer>
436 </item>
437 <item row="2" column="1">
438 <spacer name="verticalSpacer_4">
439 <property name="orientation">
440 <enum>Qt::Vertical</enum>
441 </property>
442 <property name="sizeHint" stdset="0">
443 <size>
444 <width>20</width>
445 <height>40</height>
446 </size>
447 </property>
448 </spacer>
449 </item>
450 </layout>
451 </item>
452 </layout>
453 </widget>
454 <widget class="QWidget" name="tabMetaData">
455 <attribute name="icon">
456 <iconset resource="../res/Icons.qrc">
457 <normaloff>:/icons/cd_edit.png</normaloff>:/icons/cd_edit.png</iconset>
458 </attribute>
459 <attribute name="title">
460 <string>Meta Data</string>
461 </attribute>
462 <layout class="QGridLayout" name="gridLayout_6">
463 <item row="0" column="0">
464 <layout class="QGridLayout" name="gridLayout_5">
465 <item row="1" column="1">
466 <widget class="QLabel" name="label_3">
467 <property name="frameShape">
468 <enum>QFrame::StyledPanel</enum>
469 </property>
470 <property name="frameShadow">
471 <enum>QFrame::Sunken</enum>
472 </property>
473 <property name="text">
474 <string/>
475 </property>
476 <property name="pixmap">
477 <pixmap resource="../res/Images.qrc">:/images/Construction.gif</pixmap>
478 </property>
479 <property name="alignment">
480 <set>Qt::AlignCenter</set>
481 </property>
482 </widget>
483 </item>
484 <item row="1" column="0">
485 <spacer name="horizontalSpacer_10">
486 <property name="orientation">
487 <enum>Qt::Horizontal</enum>
488 </property>
489 <property name="sizeHint" stdset="0">
490 <size>
491 <width>40</width>
492 <height>20</height>
493 </size>
494 </property>
495 </spacer>
496 </item>
497 <item row="1" column="2">
498 <spacer name="horizontalSpacer_11">
499 <property name="orientation">
500 <enum>Qt::Horizontal</enum>
501 </property>
502 <property name="sizeHint" stdset="0">
503 <size>
504 <width>40</width>
505 <height>20</height>
506 </size>
507 </property>
508 </spacer>
509 </item>
510 <item row="0" column="1">
511 <spacer name="verticalSpacer_5">
512 <property name="orientation">
513 <enum>Qt::Vertical</enum>
514 </property>
515 <property name="sizeHint" stdset="0">
516 <size>
517 <width>20</width>
518 <height>40</height>
519 </size>
520 </property>
521 </spacer>
522 </item>
523 <item row="2" column="1">
524 <spacer name="verticalSpacer_6">
525 <property name="orientation">
526 <enum>Qt::Vertical</enum>
527 </property>
528 <property name="sizeHint" stdset="0">
529 <size>
530 <width>20</width>
531 <height>40</height>
532 </size>
533 </property>
534 </spacer>
535 </item>
536 </layout>
537 </item>
538 </layout>
539 </widget>
540 <widget class="QWidget" name="tabOptions">
541 <attribute name="icon">
542 <iconset resource="../res/Icons.qrc">
543 <normaloff>:/icons/cog.png</normaloff>:/icons/cog.png</iconset>
544 </attribute>
545 <attribute name="title">
546 <string>Advanced Options</string>
547 </attribute>
548 <layout class="QGridLayout" name="gridLayout_8">
549 <item row="0" column="0">
550 <layout class="QGridLayout" name="gridLayout_7">
551 <item row="1" column="1">
552 <widget class="QLabel" name="label_4">
553 <property name="frameShape">
554 <enum>QFrame::StyledPanel</enum>
555 </property>
556 <property name="frameShadow">
557 <enum>QFrame::Sunken</enum>
558 </property>
559 <property name="text">
560 <string/>
561 </property>
562 <property name="pixmap">
563 <pixmap resource="../res/Images.qrc">:/images/Construction.gif</pixmap>
564 </property>
565 <property name="alignment">
566 <set>Qt::AlignCenter</set>
567 </property>
568 </widget>
569 </item>
570 <item row="2" column="1">
571 <spacer name="verticalSpacer_7">
572 <property name="orientation">
573 <enum>Qt::Vertical</enum>
574 </property>
575 <property name="sizeHint" stdset="0">
576 <size>
577 <width>20</width>
578 <height>40</height>
579 </size>
580 </property>
581 </spacer>
582 </item>
583 <item row="0" column="1">
584 <spacer name="verticalSpacer_8">
585 <property name="orientation">
586 <enum>Qt::Vertical</enum>
587 </property>
588 <property name="sizeHint" stdset="0">
589 <size>
590 <width>20</width>
591 <height>40</height>
592 </size>
593 </property>
594 </spacer>
595 </item>
596 <item row="1" column="0">
597 <spacer name="horizontalSpacer_12">
598 <property name="orientation">
599 <enum>Qt::Horizontal</enum>
600 </property>
601 <property name="sizeHint" stdset="0">
602 <size>
603 <width>40</width>
604 <height>20</height>
605 </size>
606 </property>
607 </spacer>
608 </item>
609 <item row="1" column="2">
610 <spacer name="horizontalSpacer_13">
611 <property name="orientation">
612 <enum>Qt::Horizontal</enum>
613 </property>
614 <property name="sizeHint" stdset="0">
615 <size>
616 <width>40</width>
617 <height>20</height>
618 </size>
619 </property>
620 </spacer>
621 </item>
622 </layout>
623 </item>
624 </layout>
625 </widget>
626 </widget>
627 </item>
628 </layout>
629 </item>
630 <item>
631 <widget class="QFrame" name="frame">
632 <property name="maximumSize">
633 <size>
634 <width>16777215</width>
635 <height>12</height>
636 </size>
637 </property>
638 <property name="frameShape">
639 <enum>QFrame::HLine</enum>
640 </property>
641 <property name="frameShadow">
642 <enum>QFrame::Sunken</enum>
643 </property>
644 </widget>
645 </item>
646 <item>
647 <layout class="QHBoxLayout" name="horizontalLayout">
648 <item>
649 <widget class="QPushButton" name="buttonStart">
650 <property name="minimumSize">
651 <size>
652 <width>120</width>
653 <height>0</height>
654 </size>
655 </property>
656 <property name="text">
657 <string> Encode Now!</string>
658 </property>
659 <property name="icon">
660 <iconset resource="../res/Icons.qrc">
661 <normaloff>:/icons/play.png</normaloff>:/icons/play.png</iconset>
662 </property>
663 </widget>
664 </item>
665 <item>
666 <spacer name="horizontalSpacer">
667 <property name="orientation">
668 <enum>Qt::Horizontal</enum>
669 </property>
670 <property name="sizeHint" stdset="0">
671 <size>
672 <width>40</width>
673 <height>20</height>
674 </size>
675 </property>
676 </spacer>
677 </item>
678 <item>
679 <widget class="QPushButton" name="buttonAbout">
680 <property name="minimumSize">
681 <size>
682 <width>120</width>
683 <height>0</height>
684 </size>
685 </property>
686 <property name="text">
687 <string>About...</string>
688 </property>
689 <property name="icon">
690 <iconset resource="../res/Icons.qrc">
691 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
692 </property>
693 </widget>
694 </item>
695 <item>
696 <spacer name="horizontalSpacer_2">
697 <property name="orientation">
698 <enum>Qt::Horizontal</enum>
699 </property>
700 <property name="sizeHint" stdset="0">
701 <size>
702 <width>40</width>
703 <height>20</height>
704 </size>
705 </property>
706 </spacer>
707 </item>
708 <item>
709 <widget class="QPushButton" name="buttonQuit">
710 <property name="minimumSize">
711 <size>
712 <width>120</width>
713 <height>0</height>
714 </size>
715 </property>
716 <property name="text">
717 <string> Exit Program</string>
718 </property>
719 <property name="icon">
720 <iconset resource="../res/Icons.qrc">
721 <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
722 </property>
723 </widget>
724 </item>
725 </layout>
726 </item>
727 </layout>
728 </widget>
729 <widget class="QMenuBar" name="menubar">
730 <property name="geometry">
731 <rect>
732 <x>0</x>
733 <y>0</y>
734 <width>691</width>
735 <height>21</height>
736 </rect>
737 </property>
738 <widget class="QMenu" name="menuFile">
739 <property name="title">
740 <string>File</string>
741 </property>
742 <addaction name="actionOpen"/>
743 <addaction name="actionOpenFolder"/>
744 <addaction name="actionClearAll"/>
745 <addaction name="separator"/>
746 <addaction name="actionQuit"/>
747 <addaction name="separator"/>
748 </widget>
749 <widget class="QMenu" name="menuHelp">
750 <property name="title">
751 <string>?</string>
752 </property>
753 <addaction name="actionCheckUpdates"/>
754 <addaction name="actionVisitHomepage"/>
755 <addaction name="separator"/>
756 <addaction name="actionAbout"/>
757 </widget>
758 <widget class="QMenu" name="menuView">
759 <property name="title">
760 <string>View</string>
761 </property>
762 <addaction name="actionSourceFiles"/>
763 <addaction name="actionOutputDirectory"/>
764 <addaction name="actionCompression"/>
765 <addaction name="actionMetaData"/>
766 <addaction name="actionAdvancedOptions"/>
767 </widget>
768 <addaction name="menuFile"/>
769 <addaction name="menuView"/>
770 <addaction name="menuHelp"/>
771 </widget>
772 <action name="actionAbout">
773 <property name="icon">
774 <iconset resource="../res/Icons.qrc">
775 <normaloff>:/icons/information.png</normaloff>:/icons/information.png</iconset>
776 </property>
777 <property name="text">
778 <string>About...</string>
779 </property>
780 </action>
781 <action name="actionQuit">
782 <property name="icon">
783 <iconset resource="../res/Icons.qrc">
784 <normaloff>:/icons/door_out.png</normaloff>:/icons/door_out.png</iconset>
785 </property>
786 <property name="text">
787 <string>Quit</string>
788 </property>
789 </action>
790 <action name="actionSourceFiles">
791 <property name="checkable">
792 <bool>true</bool>
793 </property>
794 <property name="text">
795 <string>Source Files</string>
796 </property>
797 </action>
798 <action name="actionOutputDirectory">
799 <property name="checkable">
800 <bool>true</bool>
801 </property>
802 <property name="text">
803 <string>Output Directory</string>
804 </property>
805 </action>
806 <action name="actionCompression">
807 <property name="checkable">
808 <bool>true</bool>
809 </property>
810 <property name="text">
811 <string>Compression</string>
812 </property>
813 </action>
814 <action name="actionMetaData">
815 <property name="checkable">
816 <bool>true</bool>
817 </property>
818 <property name="text">
819 <string>Meta Data</string>
820 </property>
821 </action>
822 <action name="actionAdvancedOptions">
823 <property name="checkable">
824 <bool>true</bool>
825 </property>
826 <property name="text">
827 <string>Advanced Options</string>
828 </property>
829 </action>
830 <action name="actionOpen">
831 <property name="icon">
832 <iconset resource="../res/Icons.qrc">
833 <normaloff>:/icons/page_white_add.png</normaloff>:/icons/page_white_add.png</iconset>
834 </property>
835 <property name="text">
836 <string>Open File(s)...</string>
837 </property>
838 </action>
839 <action name="actionVisitHomepage">
840 <property name="icon">
841 <iconset resource="../res/Icons.qrc">
842 <normaloff>:/icons/world.png</normaloff>:/icons/world.png</iconset>
843 </property>
844 <property name="text">
845 <string>Visit Official Homepage</string>
846 </property>
847 <property name="toolTip">
848 <string>Visit Official Web-Site</string>
849 </property>
850 </action>
851 <action name="actionCheckUpdates">
852 <property name="icon">
853 <iconset resource="../res/Icons.qrc">
854 <normaloff>:/icons/transmit_blue.png</normaloff>:/icons/transmit_blue.png</iconset>
855 </property>
856 <property name="text">
857 <string>Check for Updates</string>
858 </property>
859 </action>
860 <action name="actionOpenFolder">
861 <property name="icon">
862 <iconset resource="../res/Icons.qrc">
863 <normaloff>:/icons/folder_add.png</normaloff>:/icons/folder_add.png</iconset>
864 </property>
865 <property name="text">
866 <string>Open Folder...</string>
867 </property>
868 </action>
869 <action name="actionClearAll">
870 <property name="icon">
871 <iconset resource="../res/Icons.qrc">
872 <normaloff>:/icons/bomb.png</normaloff>:/icons/bomb.png</iconset>
873 </property>
874 <property name="text">
875 <string>Clear All</string>
876 </property>
877 </action>
878 </widget>
879 <resources>
880 <include location="../res/Icons.qrc"/>
881 <include location="../res/Images.qrc"/>
882 <include location="../res/Images.qrc"/>
883 <include location="../res/Images.qrc"/>
884 <include location="../res/Images.qrc"/>
885 <include location="../res/Images.qrc"/>
886 <include location="../res/Images.qrc"/>
887 <include location="../res/Images.qrc"/>
888 <include location="../res/Images.qrc"/>
889 <include location="../res/Images.qrc"/>
890 <include location="../res/Images.qrc"/>
891 <include location="../res/Images.qrc"/>
892 <include location="../res/Images.qrc"/>
893 <include location="../res/Images.qrc"/>
894 <include location="../res/Images.qrc"/>
895 <include location="../res/Images.qrc"/>
896 <include location="../res/Images.qrc"/>
897 <include location="../res/Images.qrc"/>
898 <include location="../res/Images.qrc"/>
899 <include location="../res/Images.qrc"/>
900 <include location="../res/Images.qrc"/>
901 </resources>
902 <connections>
903 <connection>
904 <sender>buttonQuit</sender>
905 <signal>clicked()</signal>
906 <receiver>MainWindow</receiver>
907 <slot>close()</slot>
908 <hints>
909 <hint type="sourcelabel">
910 <x>483</x>
911 <y>422</y>
912 </hint>
913 <hint type="destinationlabel">
914 <x>276</x>
915 <y>222</y>
916 </hint>
917 </hints>
918 </connection>
919 <connection>
920 <sender>actionAbout</sender>
921 <signal>triggered()</signal>
922 <receiver>buttonAbout</receiver>
923 <slot>click()</slot>
924 <hints>
925 <hint type="sourcelabel">
926 <x>-1</x>
927 <y>-1</y>
928 </hint>
929 <hint type="destinationlabel">
930 <x>304</x>
931 <y>433</y>
932 </hint>
933 </hints>
934 </connection>
935 <connection>
936 <sender>actionQuit</sender>
937 <signal>triggered()</signal>
938 <receiver>buttonQuit</receiver>
939 <slot>click()</slot>
940 <hints>
941 <hint type="sourcelabel">
942 <x>-1</x>
943 <y>-1</y>
944 </hint>
945 <hint type="destinationlabel">
946 <x>602</x>
947 <y>416</y>
948 </hint>
949 </hints>
950 </connection>
951 <connection>
952 <sender>actionOpen</sender>
953 <signal>triggered()</signal>
954 <receiver>buttonAddFiles</receiver>
955 <slot>click()</slot>
956 <hints>
957 <hint type="sourcelabel">
958 <x>-1</x>
959 <y>-1</y>
960 </hint>
961 <hint type="destinationlabel">
962 <x>67</x>
963 <y>460</y>
964 </hint>
965 </hints>
966 </connection>
967 <connection>
968 <sender>sourceFileView</sender>
969 <signal>doubleClicked(QModelIndex)</signal>
970 <receiver>buttonEditMeta</receiver>
971 <slot>click()</slot>
972 <hints>
973 <hint type="sourcelabel">
974 <x>327</x>
975 <y>253</y>
976 </hint>
977 <hint type="destinationlabel">
978 <x>587</x>
979 <y>460</y>
980 </hint>
981 </hints>
982 </connection>
983 <connection>
984 <sender>saveToSourceFolderCheckBox</sender>
985 <signal>toggled(bool)</signal>
986 <receiver>outputFolderView</receiver>
987 <slot>setDisabled(bool)</slot>
988 <hints>
989 <hint type="sourcelabel">
990 <x>327</x>
991 <y>465</y>
992 </hint>
993 <hint type="destinationlabel">
994 <x>327</x>
995 <y>264</y>
996 </hint>
997 </hints>
998 </connection>
999 <connection>
1000 <sender>saveToSourceFolderCheckBox</sender>
1001 <signal>toggled(bool)</signal>
1002 <receiver>outputFolderLabel</receiver>
1003 <slot>setDisabled(bool)</slot>
1004 <hints>
1005 <hint type="sourcelabel">
1006 <x>327</x>
1007 <y>465</y>
1008 </hint>
1009 <hint type="destinationlabel">
1010 <x>327</x>
1011 <y>72</y>
1012 </hint>
1013 </hints>
1014 </connection>
1015 <connection>
1016 <sender>saveToSourceFolderCheckBox</sender>
1017 <signal>toggled(bool)</signal>
1018 <receiver>buttonGotoDesktop</receiver>
1019 <slot>setDisabled(bool)</slot>
1020 <hints>
1021 <hint type="sourcelabel">
1022 <x>344</x>
1023 <y>465</y>
1024 </hint>
1025 <hint type="destinationlabel">
1026 <x>215</x>
1027 <y>430</y>
1028 </hint>
1029 </hints>
1030 </connection>
1031 <connection>
1032 <sender>saveToSourceFolderCheckBox</sender>
1033 <signal>toggled(bool)</signal>
1034 <receiver>buttonGotoHome</receiver>
1035 <slot>setDisabled(bool)</slot>
1036 <hints>
1037 <hint type="sourcelabel">
1038 <x>344</x>
1039 <y>465</y>
1040 </hint>
1041 <hint type="destinationlabel">
1042 <x>84</x>
1043 <y>430</y>
1044 </hint>
1045 </hints>
1046 </connection>
1047 <connection>
1048 <sender>saveToSourceFolderCheckBox</sender>
1049 <signal>toggled(bool)</signal>
1050 <receiver>buttonMakeFolder</receiver>
1051 <slot>setDisabled(bool)</slot>
1052 <hints>
1053 <hint type="sourcelabel">
1054 <x>344</x>
1055 <y>465</y>
1056 </hint>
1057 <hint type="destinationlabel">
1058 <x>603</x>
1059 <y>430</y>
1060 </hint>
1061 </hints>
1062 </connection>
1063 <connection>
1064 <sender>saveToSourceFolderCheckBox</sender>
1065 <signal>toggled(bool)</signal>
1066 <receiver>buttonGotoMusic</receiver>
1067 <slot>setDisabled(bool)</slot>
1068 <hints>
1069 <hint type="sourcelabel">
1070 <x>344</x>
1071 <y>465</y>
1072 </hint>
1073 <hint type="destinationlabel">
1074 <x>214</x>
1075 <y>430</y>
1076 </hint>
1077 </hints>
1078 </connection>
1079 <connection>
1080 <sender>actionClearAll</sender>
1081 <signal>triggered()</signal>
1082 <receiver>buttonClearFiles</receiver>
1083 <slot>click()</slot>
1084 <hints>
1085 <hint type="sourcelabel">
1086 <x>-1</x>
1087 <y>-1</y>
1088 </hint>
1089 <hint type="destinationlabel">
1090 <x>255</x>
1091 <y>460</y>
1092 </hint>
1093 </hints>
1094 </connection>
1095 </connections>
1096 </ui>