Mapped rocker switch to favorite keysets
[pierogi] / mainwindow.ui
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>800</width>
10     <height>480</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Pierogi Remote Control</string>
21   </property>
22   <widget class="QWidget" name="centralWidget">
23    <property name="sizePolicy">
24     <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
25      <horstretch>0</horstretch>
26      <verstretch>0</verstretch>
27     </sizepolicy>
28    </property>
29    <layout class="QGridLayout" name="gridLayout_2">
30     <property name="margin">
31      <number>0</number>
32     </property>
33     <item row="0" column="0">
34      <widget class="QTabWidget" name="buttonsWidget">
35       <property name="sizePolicy">
36        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
37         <horstretch>0</horstretch>
38         <verstretch>0</verstretch>
39        </sizepolicy>
40       </property>
41       <property name="tabPosition">
42        <enum>QTabWidget::North</enum>
43       </property>
44       <property name="tabShape">
45        <enum>QTabWidget::Rounded</enum>
46       </property>
47       <property name="currentIndex">
48        <number>0</number>
49       </property>
50       <widget class="QWidget" name="mainTab">
51        <property name="sizePolicy">
52         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
53          <horstretch>0</horstretch>
54          <verstretch>0</verstretch>
55         </sizepolicy>
56        </property>
57        <attribute name="title">
58         <string>Main</string>
59        </attribute>
60        <layout class="QGridLayout" name="gridLayout_4">
61         <property name="margin">
62          <number>8</number>
63         </property>
64         <item row="0" column="0">
65          <widget class="QPushButton" name="mainChannelUpButton">
66           <property name="sizePolicy">
67            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
68             <horstretch>0</horstretch>
69             <verstretch>0</verstretch>
70            </sizepolicy>
71           </property>
72           <property name="text">
73            <string>Channel Up</string>
74           </property>
75           <property name="icon">
76            <iconset resource="PierogiResources.qrc">
77             <normaloff>:/icons/br_up_icon&amp;48.png</normaloff>:/icons/br_up_icon&amp;48.png</iconset>
78           </property>
79           <property name="iconSize">
80            <size>
81             <width>48</width>
82             <height>48</height>
83            </size>
84           </property>
85          </widget>
86         </item>
87         <item row="0" column="1" rowspan="2">
88          <layout class="QVBoxLayout" name="verticalLayout_2">
89           <property name="spacing">
90            <number>-1</number>
91           </property>
92           <property name="leftMargin">
93            <number>0</number>
94           </property>
95           <item>
96            <widget class="QPushButton" name="powerButton">
97             <property name="sizePolicy">
98              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
99               <horstretch>0</horstretch>
100               <verstretch>0</verstretch>
101              </sizepolicy>
102             </property>
103             <property name="layoutDirection">
104              <enum>Qt::LeftToRight</enum>
105             </property>
106             <property name="text">
107              <string>Power</string>
108             </property>
109             <property name="icon">
110              <iconset resource="PierogiResources.qrc">
111               <normaloff>:/icons/on-off_icon&amp;48.png</normaloff>:/icons/on-off_icon&amp;48.png</iconset>
112             </property>
113             <property name="iconSize">
114              <size>
115               <width>48</width>
116               <height>48</height>
117              </size>
118             </property>
119            </widget>
120           </item>
121           <item>
122            <spacer name="verticalSpacer">
123             <property name="orientation">
124              <enum>Qt::Vertical</enum>
125             </property>
126             <property name="sizeType">
127              <enum>QSizePolicy::Minimum</enum>
128             </property>
129             <property name="sizeHint" stdset="0">
130              <size>
131               <width>20</width>
132               <height>20</height>
133              </size>
134             </property>
135            </spacer>
136           </item>
137           <item>
138            <widget class="QLabel" name="makeLabel">
139             <property name="sizePolicy">
140              <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
141               <horstretch>0</horstretch>
142               <verstretch>0</verstretch>
143              </sizepolicy>
144             </property>
145             <property name="text">
146              <string>Keyset Make</string>
147             </property>
148             <property name="alignment">
149              <set>Qt::AlignCenter</set>
150             </property>
151            </widget>
152           </item>
153           <item>
154            <widget class="QLabel" name="nameLabel">
155             <property name="sizePolicy">
156              <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
157               <horstretch>0</horstretch>
158               <verstretch>0</verstretch>
159              </sizepolicy>
160             </property>
161             <property name="text">
162              <string>Keyset Name</string>
163             </property>
164             <property name="alignment">
165              <set>Qt::AlignCenter</set>
166             </property>
167            </widget>
168           </item>
169           <item>
170            <spacer name="verticalSpacer_2">
171             <property name="orientation">
172              <enum>Qt::Vertical</enum>
173             </property>
174             <property name="sizeType">
175              <enum>QSizePolicy::Minimum</enum>
176             </property>
177             <property name="sizeHint" stdset="0">
178              <size>
179               <width>20</width>
180               <height>20</height>
181              </size>
182             </property>
183            </spacer>
184           </item>
185           <item>
186            <widget class="QPushButton" name="muteButton">
187             <property name="sizePolicy">
188              <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
189               <horstretch>0</horstretch>
190               <verstretch>0</verstretch>
191              </sizepolicy>
192             </property>
193             <property name="text">
194              <string>Mute</string>
195             </property>
196             <property name="icon">
197              <iconset resource="PierogiResources.qrc">
198               <normaloff>:/icons/sound_mute_icon&amp;48.png</normaloff>:/icons/sound_mute_icon&amp;48.png</iconset>
199             </property>
200             <property name="iconSize">
201              <size>
202               <width>48</width>
203               <height>48</height>
204              </size>
205             </property>
206            </widget>
207           </item>
208          </layout>
209         </item>
210         <item row="0" column="2">
211          <widget class="QPushButton" name="mainVolumeUp">
212           <property name="sizePolicy">
213            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
214             <horstretch>0</horstretch>
215             <verstretch>0</verstretch>
216            </sizepolicy>
217           </property>
218           <property name="layoutDirection">
219            <enum>Qt::LeftToRight</enum>
220           </property>
221           <property name="text">
222            <string>Volume Up</string>
223           </property>
224           <property name="icon">
225            <iconset resource="PierogiResources.qrc">
226             <normaloff>:/icons/sound_high_icon&amp;48.png</normaloff>:/icons/sound_high_icon&amp;48.png</iconset>
227           </property>
228           <property name="iconSize">
229            <size>
230             <width>48</width>
231             <height>48</height>
232            </size>
233           </property>
234          </widget>
235         </item>
236         <item row="1" column="0">
237          <widget class="QPushButton" name="mainChannelDownButton">
238           <property name="sizePolicy">
239            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
240             <horstretch>0</horstretch>
241             <verstretch>0</verstretch>
242            </sizepolicy>
243           </property>
244           <property name="text">
245            <string>Channel Down</string>
246           </property>
247           <property name="icon">
248            <iconset resource="PierogiResources.qrc">
249             <normaloff>:/icons/br_down_icon&amp;48.png</normaloff>:/icons/br_down_icon&amp;48.png</iconset>
250           </property>
251           <property name="iconSize">
252            <size>
253             <width>48</width>
254             <height>48</height>
255            </size>
256           </property>
257          </widget>
258         </item>
259         <item row="1" column="2">
260          <widget class="QPushButton" name="mainVolumeDownButton">
261           <property name="sizePolicy">
262            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
263             <horstretch>0</horstretch>
264             <verstretch>0</verstretch>
265            </sizepolicy>
266           </property>
267           <property name="text">
268            <string>Volume Down</string>
269           </property>
270           <property name="icon">
271            <iconset resource="PierogiResources.qrc">
272             <normaloff>:/icons/sound_low_icon&amp;48.png</normaloff>:/icons/sound_low_icon&amp;48.png</iconset>
273           </property>
274           <property name="iconSize">
275            <size>
276             <width>48</width>
277             <height>48</height>
278            </size>
279           </property>
280          </widget>
281         </item>
282        </layout>
283       </widget>
284       <widget class="QWidget" name="utilityTab">
285        <attribute name="title">
286         <string>Utility</string>
287        </attribute>
288        <layout class="QGridLayout" name="gridLayout_9">
289         <property name="margin">
290          <number>8</number>
291         </property>
292         <item row="0" column="0">
293          <widget class="QPushButton" name="redButton">
294           <property name="sizePolicy">
295            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
296             <horstretch>0</horstretch>
297             <verstretch>0</verstretch>
298            </sizepolicy>
299           </property>
300           <property name="text">
301            <string>Red</string>
302           </property>
303           <property name="icon">
304            <iconset resource="PierogiResources.qrc">
305             <normaloff>:/icons/red_square.png</normaloff>:/icons/red_square.png</iconset>
306           </property>
307           <property name="iconSize">
308            <size>
309             <width>48</width>
310             <height>48</height>
311            </size>
312           </property>
313          </widget>
314         </item>
315         <item row="0" column="1">
316          <widget class="QPushButton" name="greenButton">
317           <property name="sizePolicy">
318            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
319             <horstretch>0</horstretch>
320             <verstretch>0</verstretch>
321            </sizepolicy>
322           </property>
323           <property name="text">
324            <string>Green</string>
325           </property>
326           <property name="icon">
327            <iconset resource="PierogiResources.qrc">
328             <normaloff>:/icons/green_square.png</normaloff>:/icons/green_square.png</iconset>
329           </property>
330           <property name="iconSize">
331            <size>
332             <width>48</width>
333             <height>48</height>
334            </size>
335           </property>
336          </widget>
337         </item>
338         <item row="0" column="2">
339          <widget class="QPushButton" name="yellowButton">
340           <property name="sizePolicy">
341            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
342             <horstretch>0</horstretch>
343             <verstretch>0</verstretch>
344            </sizepolicy>
345           </property>
346           <property name="text">
347            <string>Yellow</string>
348           </property>
349           <property name="icon">
350            <iconset resource="PierogiResources.qrc">
351             <normaloff>:/icons/yellow_square.png</normaloff>:/icons/yellow_square.png</iconset>
352           </property>
353           <property name="iconSize">
354            <size>
355             <width>48</width>
356             <height>48</height>
357            </size>
358           </property>
359          </widget>
360         </item>
361         <item row="0" column="3">
362          <widget class="QPushButton" name="blueButton">
363           <property name="sizePolicy">
364            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
365             <horstretch>0</horstretch>
366             <verstretch>0</verstretch>
367            </sizepolicy>
368           </property>
369           <property name="text">
370            <string>Blue</string>
371           </property>
372           <property name="icon">
373            <iconset resource="PierogiResources.qrc">
374             <normaloff>:/icons/blue_square.png</normaloff>:/icons/blue_square.png</iconset>
375           </property>
376           <property name="iconSize">
377            <size>
378             <width>48</width>
379             <height>48</height>
380            </size>
381           </property>
382          </widget>
383         </item>
384         <item row="1" column="2">
385          <widget class="QPushButton" name="audioButton">
386           <property name="sizePolicy">
387            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
388             <horstretch>0</horstretch>
389             <verstretch>0</verstretch>
390            </sizepolicy>
391           </property>
392           <property name="text">
393            <string>I/II Audio</string>
394           </property>
395          </widget>
396         </item>
397         <item row="1" column="3">
398          <widget class="QPushButton" name="infoButton">
399           <property name="sizePolicy">
400            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
401             <horstretch>0</horstretch>
402             <verstretch>0</verstretch>
403            </sizepolicy>
404           </property>
405           <property name="text">
406            <string>Info</string>
407           </property>
408          </widget>
409         </item>
410         <item row="3" column="1">
411          <widget class="QPushButton" name="inputButton">
412           <property name="sizePolicy">
413            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
414             <horstretch>0</horstretch>
415             <verstretch>0</verstretch>
416            </sizepolicy>
417           </property>
418           <property name="text">
419            <string>Input</string>
420           </property>
421          </widget>
422         </item>
423         <item row="3" column="2">
424          <widget class="QPushButton" name="sleepButton">
425           <property name="sizePolicy">
426            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
427             <horstretch>0</horstretch>
428             <verstretch>0</verstretch>
429            </sizepolicy>
430           </property>
431           <property name="text">
432            <string>Sleep</string>
433           </property>
434          </widget>
435         </item>
436         <item row="1" column="1">
437          <widget class="QPushButton" name="aspectRatioButton">
438           <property name="sizePolicy">
439            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
440             <horstretch>0</horstretch>
441             <verstretch>0</verstretch>
442            </sizepolicy>
443           </property>
444           <property name="text">
445            <string>Aspect Ratio</string>
446           </property>
447          </widget>
448         </item>
449         <item row="3" column="3">
450          <widget class="QPushButton" name="captionButton">
451           <property name="sizePolicy">
452            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
453             <horstretch>0</horstretch>
454             <verstretch>0</verstretch>
455            </sizepolicy>
456           </property>
457           <property name="text">
458            <string>CC / Subtitle</string>
459           </property>
460          </widget>
461         </item>
462         <item row="1" column="0">
463          <widget class="QPushButton" name="soundModeButton">
464           <property name="sizePolicy">
465            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
466             <horstretch>0</horstretch>
467             <verstretch>0</verstretch>
468            </sizepolicy>
469           </property>
470           <property name="text">
471            <string>Sound Mode</string>
472           </property>
473          </widget>
474         </item>
475         <item row="3" column="0">
476          <widget class="QPushButton" name="pictureModeButton">
477           <property name="sizePolicy">
478            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
479             <horstretch>0</horstretch>
480             <verstretch>0</verstretch>
481            </sizepolicy>
482           </property>
483           <property name="text">
484            <string>Picture Mode</string>
485           </property>
486          </widget>
487         </item>
488        </layout>
489       </widget>
490       <widget class="QWidget" name="keypadTab">
491        <property name="sizePolicy">
492         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
493          <horstretch>0</horstretch>
494          <verstretch>0</verstretch>
495         </sizepolicy>
496        </property>
497        <attribute name="title">
498         <string>Keypad</string>
499        </attribute>
500        <layout class="QGridLayout" name="gridLayout_3">
501         <property name="margin">
502          <number>8</number>
503         </property>
504         <item row="1" column="0">
505          <widget class="QPushButton" name="oneButton">
506           <property name="sizePolicy">
507            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
508             <horstretch>0</horstretch>
509             <verstretch>0</verstretch>
510            </sizepolicy>
511           </property>
512           <property name="text">
513            <string>1</string>
514           </property>
515          </widget>
516         </item>
517         <item row="1" column="1">
518          <widget class="QPushButton" name="twoButton">
519           <property name="sizePolicy">
520            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
521             <horstretch>0</horstretch>
522             <verstretch>0</verstretch>
523            </sizepolicy>
524           </property>
525           <property name="text">
526            <string>2</string>
527           </property>
528          </widget>
529         </item>
530         <item row="1" column="2">
531          <widget class="QPushButton" name="threeButton">
532           <property name="sizePolicy">
533            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
534             <horstretch>0</horstretch>
535             <verstretch>0</verstretch>
536            </sizepolicy>
537           </property>
538           <property name="text">
539            <string>3</string>
540           </property>
541          </widget>
542         </item>
543         <item row="2" column="0">
544          <widget class="QPushButton" name="fourButton">
545           <property name="sizePolicy">
546            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
547             <horstretch>0</horstretch>
548             <verstretch>0</verstretch>
549            </sizepolicy>
550           </property>
551           <property name="text">
552            <string>4</string>
553           </property>
554          </widget>
555         </item>
556         <item row="2" column="1">
557          <widget class="QPushButton" name="fiveButton">
558           <property name="sizePolicy">
559            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
560             <horstretch>0</horstretch>
561             <verstretch>0</verstretch>
562            </sizepolicy>
563           </property>
564           <property name="text">
565            <string>5</string>
566           </property>
567          </widget>
568         </item>
569         <item row="2" column="2">
570          <widget class="QPushButton" name="sixButton">
571           <property name="sizePolicy">
572            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
573             <horstretch>0</horstretch>
574             <verstretch>0</verstretch>
575            </sizepolicy>
576           </property>
577           <property name="text">
578            <string>6</string>
579           </property>
580          </widget>
581         </item>
582         <item row="3" column="0">
583          <widget class="QPushButton" name="sevenButton">
584           <property name="sizePolicy">
585            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
586             <horstretch>0</horstretch>
587             <verstretch>0</verstretch>
588            </sizepolicy>
589           </property>
590           <property name="text">
591            <string>7</string>
592           </property>
593          </widget>
594         </item>
595         <item row="3" column="1">
596          <widget class="QPushButton" name="eightButton">
597           <property name="sizePolicy">
598            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
599             <horstretch>0</horstretch>
600             <verstretch>0</verstretch>
601            </sizepolicy>
602           </property>
603           <property name="text">
604            <string>8</string>
605           </property>
606          </widget>
607         </item>
608         <item row="3" column="2">
609          <widget class="QPushButton" name="nineButton">
610           <property name="sizePolicy">
611            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
612             <horstretch>0</horstretch>
613             <verstretch>0</verstretch>
614            </sizepolicy>
615           </property>
616           <property name="text">
617            <string>9</string>
618           </property>
619          </widget>
620         </item>
621         <item row="5" column="1">
622          <widget class="QPushButton" name="zeroButton">
623           <property name="sizePolicy">
624            <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
625             <horstretch>0</horstretch>
626             <verstretch>0</verstretch>
627            </sizepolicy>
628           </property>
629           <property name="text">
630            <string>0</string>
631           </property>
632          </widget>
633         </item>
634         <item row="5" column="2">
635          <widget class="QPushButton" name="enterButton">
636           <property name="sizePolicy">
637            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
638             <horstretch>0</horstretch>
639             <verstretch>0</verstretch>
640            </sizepolicy>
641           </property>
642           <property name="text">
643            <string>Enter</string>
644           </property>
645          </widget>
646         </item>
647         <item row="5" column="0">
648          <widget class="QPushButton" name="clearButton">
649           <property name="sizePolicy">
650            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
651             <horstretch>0</horstretch>
652             <verstretch>0</verstretch>
653            </sizepolicy>
654           </property>
655           <property name="text">
656            <string>Clear</string>
657           </property>
658           <property name="iconSize">
659            <size>
660             <width>48</width>
661             <height>48</height>
662            </size>
663           </property>
664          </widget>
665         </item>
666         <item row="1" column="3">
667          <widget class="QPushButton" name="dashButton">
668           <property name="sizePolicy">
669            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
670             <horstretch>0</horstretch>
671             <verstretch>0</verstretch>
672            </sizepolicy>
673           </property>
674           <property name="text">
675            <string>Dash</string>
676           </property>
677           <property name="icon">
678            <iconset resource="PierogiResources.qrc">
679             <normaloff>:/icons/dash.png</normaloff>:/icons/dash.png</iconset>
680           </property>
681           <property name="iconSize">
682            <size>
683             <width>48</width>
684             <height>48</height>
685            </size>
686           </property>
687          </widget>
688         </item>
689         <item row="2" column="3">
690          <widget class="QPushButton" name="plusOneHundredButton">
691           <property name="sizePolicy">
692            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
693             <horstretch>0</horstretch>
694             <verstretch>0</verstretch>
695            </sizepolicy>
696           </property>
697           <property name="text">
698            <string>+100</string>
699           </property>
700          </widget>
701         </item>
702         <item row="5" column="3">
703          <widget class="QPushButton" name="prevChannelButton">
704           <property name="sizePolicy">
705            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
706             <horstretch>0</horstretch>
707             <verstretch>0</verstretch>
708            </sizepolicy>
709           </property>
710           <property name="text">
711            <string>Prev Channel</string>
712           </property>
713          </widget>
714         </item>
715         <item row="3" column="3">
716          <widget class="QPushButton" name="doubleDigitButton">
717           <property name="sizePolicy">
718            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
719             <horstretch>0</horstretch>
720             <verstretch>0</verstretch>
721            </sizepolicy>
722           </property>
723           <property name="text">
724            <string>-/-- Double Digit</string>
725           </property>
726          </widget>
727         </item>
728        </layout>
729       </widget>
730       <widget class="QWidget" name="menuTab">
731        <property name="sizePolicy">
732         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
733          <horstretch>0</horstretch>
734          <verstretch>0</verstretch>
735         </sizepolicy>
736        </property>
737        <attribute name="title">
738         <string>Menu</string>
739        </attribute>
740        <layout class="QGridLayout" name="gridLayout">
741         <property name="margin">
742          <number>8</number>
743         </property>
744         <item row="0" column="0">
745          <widget class="QPushButton" name="guideButton">
746           <property name="sizePolicy">
747            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
748             <horstretch>0</horstretch>
749             <verstretch>0</verstretch>
750            </sizepolicy>
751           </property>
752           <property name="text">
753            <string>Guide</string>
754           </property>
755          </widget>
756         </item>
757         <item row="0" column="1">
758          <widget class="QPushButton" name="upButton">
759           <property name="sizePolicy">
760            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
761             <horstretch>0</horstretch>
762             <verstretch>0</verstretch>
763            </sizepolicy>
764           </property>
765           <property name="text">
766            <string>Up</string>
767           </property>
768           <property name="icon">
769            <iconset resource="PierogiResources.qrc">
770             <normaloff>:/icons/arrow_top_icon&amp;48.png</normaloff>:/icons/arrow_top_icon&amp;48.png</iconset>
771           </property>
772           <property name="iconSize">
773            <size>
774             <width>48</width>
775             <height>48</height>
776            </size>
777           </property>
778          </widget>
779         </item>
780         <item row="0" column="3">
781          <widget class="QPushButton" name="menuButton">
782           <property name="sizePolicy">
783            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
784             <horstretch>0</horstretch>
785             <verstretch>0</verstretch>
786            </sizepolicy>
787           </property>
788           <property name="text">
789            <string>Menu</string>
790           </property>
791          </widget>
792         </item>
793         <item row="2" column="0">
794          <widget class="QPushButton" name="leftButton">
795           <property name="sizePolicy">
796            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
797             <horstretch>0</horstretch>
798             <verstretch>0</verstretch>
799            </sizepolicy>
800           </property>
801           <property name="text">
802            <string>Left</string>
803           </property>
804           <property name="icon">
805            <iconset resource="PierogiResources.qrc">
806             <normaloff>:/icons/arrow_left_icon&amp;48.png</normaloff>:/icons/arrow_left_icon&amp;48.png</iconset>
807           </property>
808           <property name="iconSize">
809            <size>
810             <width>48</width>
811             <height>48</height>
812            </size>
813           </property>
814          </widget>
815         </item>
816         <item row="2" column="3">
817          <widget class="QPushButton" name="rightButton">
818           <property name="sizePolicy">
819            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
820             <horstretch>0</horstretch>
821             <verstretch>0</verstretch>
822            </sizepolicy>
823           </property>
824           <property name="text">
825            <string>Right</string>
826           </property>
827           <property name="icon">
828            <iconset resource="PierogiResources.qrc">
829             <normaloff>:/icons/arrow_right_icon&amp;48.png</normaloff>:/icons/arrow_right_icon&amp;48.png</iconset>
830           </property>
831           <property name="iconSize">
832            <size>
833             <width>48</width>
834             <height>48</height>
835            </size>
836           </property>
837          </widget>
838         </item>
839         <item row="3" column="0">
840          <widget class="QPushButton" name="discMenuButton">
841           <property name="sizePolicy">
842            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
843             <horstretch>0</horstretch>
844             <verstretch>0</verstretch>
845            </sizepolicy>
846           </property>
847           <property name="text">
848            <string>Disc Menu</string>
849           </property>
850          </widget>
851         </item>
852         <item row="3" column="3">
853          <widget class="QPushButton" name="exitButton">
854           <property name="sizePolicy">
855            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
856             <horstretch>0</horstretch>
857             <verstretch>0</verstretch>
858            </sizepolicy>
859           </property>
860           <property name="text">
861            <string>Exit</string>
862           </property>
863          </widget>
864         </item>
865         <item row="2" column="1">
866          <widget class="QPushButton" name="selectButton">
867           <property name="sizePolicy">
868            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
869             <horstretch>0</horstretch>
870             <verstretch>0</verstretch>
871            </sizepolicy>
872           </property>
873           <property name="text">
874            <string>Select</string>
875           </property>
876          </widget>
877         </item>
878         <item row="3" column="1">
879          <widget class="QPushButton" name="downButton">
880           <property name="sizePolicy">
881            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
882             <horstretch>0</horstretch>
883             <verstretch>0</verstretch>
884            </sizepolicy>
885           </property>
886           <property name="text">
887            <string>Down</string>
888           </property>
889           <property name="icon">
890            <iconset resource="PierogiResources.qrc">
891             <normaloff>:/icons/arrow_bottom_icon&amp;48.png</normaloff>:/icons/arrow_bottom_icon&amp;48.png</iconset>
892           </property>
893           <property name="iconSize">
894            <size>
895             <width>48</width>
896             <height>48</height>
897            </size>
898           </property>
899          </widget>
900         </item>
901        </layout>
902       </widget>
903       <widget class="QWidget" name="mediaTab">
904        <property name="sizePolicy">
905         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
906          <horstretch>0</horstretch>
907          <verstretch>0</verstretch>
908         </sizepolicy>
909        </property>
910        <attribute name="title">
911         <string>Media</string>
912        </attribute>
913        <layout class="QGridLayout" name="gridLayout_7">
914         <property name="margin">
915          <number>8</number>
916         </property>
917         <item row="0" column="0">
918          <widget class="QPushButton" name="mediaPreviousButton">
919           <property name="sizePolicy">
920            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
921             <horstretch>0</horstretch>
922             <verstretch>0</verstretch>
923            </sizepolicy>
924           </property>
925           <property name="text">
926            <string>Previous</string>
927           </property>
928           <property name="icon">
929            <iconset resource="PierogiResources.qrc">
930             <normaloff>:/icons/rewind_previous_icon&amp;48.png</normaloff>:/icons/rewind_previous_icon&amp;48.png</iconset>
931           </property>
932           <property name="iconSize">
933            <size>
934             <width>48</width>
935             <height>48</height>
936            </size>
937           </property>
938          </widget>
939         </item>
940         <item row="0" column="1">
941          <widget class="QPushButton" name="mediaNextButton">
942           <property name="sizePolicy">
943            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
944             <horstretch>0</horstretch>
945             <verstretch>0</verstretch>
946            </sizepolicy>
947           </property>
948           <property name="text">
949            <string>Next</string>
950           </property>
951           <property name="icon">
952            <iconset resource="PierogiResources.qrc">
953             <normaloff>:/icons/fastforward_next_icon&amp;48.png</normaloff>:/icons/fastforward_next_icon&amp;48.png</iconset>
954           </property>
955           <property name="iconSize">
956            <size>
957             <width>48</width>
958             <height>48</height>
959            </size>
960           </property>
961          </widget>
962         </item>
963         <item row="0" column="2">
964          <widget class="QPushButton" name="replayButton">
965           <property name="sizePolicy">
966            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
967             <horstretch>0</horstretch>
968             <verstretch>0</verstretch>
969            </sizepolicy>
970           </property>
971           <property name="text">
972            <string>Replay</string>
973           </property>
974           <property name="icon">
975            <iconset resource="PierogiResources.qrc">
976             <normaloff>:/icons/undo_icon&amp;48.png</normaloff>:/icons/undo_icon&amp;48.png</iconset>
977           </property>
978           <property name="iconSize">
979            <size>
980             <width>48</width>
981             <height>48</height>
982            </size>
983           </property>
984          </widget>
985         </item>
986         <item row="0" column="3">
987          <widget class="QPushButton" name="advanceButton">
988           <property name="sizePolicy">
989            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
990             <horstretch>0</horstretch>
991             <verstretch>0</verstretch>
992            </sizepolicy>
993           </property>
994           <property name="text">
995            <string>Advance</string>
996           </property>
997           <property name="icon">
998            <iconset resource="PierogiResources.qrc">
999             <normaloff>:/icons/redo_icon&amp;48.png</normaloff>:/icons/redo_icon&amp;48.png</iconset>
1000           </property>
1001           <property name="iconSize">
1002            <size>
1003             <width>48</width>
1004             <height>48</height>
1005            </size>
1006           </property>
1007          </widget>
1008         </item>
1009         <item row="1" column="0">
1010          <widget class="QPushButton" name="stepBackButton">
1011           <property name="sizePolicy">
1012            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1013             <horstretch>0</horstretch>
1014             <verstretch>0</verstretch>
1015            </sizepolicy>
1016           </property>
1017           <property name="text">
1018            <string>Step Back</string>
1019           </property>
1020           <property name="icon">
1021            <iconset resource="PierogiResources.qrc">
1022             <normaloff>:/icons/playback_prev_icon&amp;48.png</normaloff>:/icons/playback_prev_icon&amp;48.png</iconset>
1023           </property>
1024           <property name="iconSize">
1025            <size>
1026             <width>48</width>
1027             <height>48</height>
1028            </size>
1029           </property>
1030          </widget>
1031         </item>
1032         <item row="1" column="2">
1033          <widget class="QPushButton" name="reverseButton">
1034           <property name="sizePolicy">
1035            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1036             <horstretch>0</horstretch>
1037             <verstretch>0</verstretch>
1038            </sizepolicy>
1039           </property>
1040           <property name="text">
1041            <string>Reverse</string>
1042           </property>
1043           <property name="icon">
1044            <iconset resource="PierogiResources.qrc">
1045             <normaloff>:/icons/playback_rew_icon&amp;48.png</normaloff>:/icons/playback_rew_icon&amp;48.png</iconset>
1046           </property>
1047           <property name="iconSize">
1048            <size>
1049             <width>48</width>
1050             <height>48</height>
1051            </size>
1052           </property>
1053          </widget>
1054         </item>
1055         <item row="1" column="3">
1056          <widget class="QPushButton" name="fastForwardButton">
1057           <property name="sizePolicy">
1058            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1059             <horstretch>0</horstretch>
1060             <verstretch>0</verstretch>
1061            </sizepolicy>
1062           </property>
1063           <property name="text">
1064            <string>Fast Fwd</string>
1065           </property>
1066           <property name="icon">
1067            <iconset resource="PierogiResources.qrc">
1068             <normaloff>:/icons/playback_ff_icon&amp;48.png</normaloff>:/icons/playback_ff_icon&amp;48.png</iconset>
1069           </property>
1070           <property name="iconSize">
1071            <size>
1072             <width>48</width>
1073             <height>48</height>
1074            </size>
1075           </property>
1076          </widget>
1077         </item>
1078         <item row="2" column="0">
1079          <widget class="QPushButton" name="playButton">
1080           <property name="sizePolicy">
1081            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1082             <horstretch>0</horstretch>
1083             <verstretch>0</verstretch>
1084            </sizepolicy>
1085           </property>
1086           <property name="text">
1087            <string>Play</string>
1088           </property>
1089           <property name="icon">
1090            <iconset resource="PierogiResources.qrc">
1091             <normaloff>:/icons/playback_play_icon&amp;48.png</normaloff>:/icons/playback_play_icon&amp;48.png</iconset>
1092           </property>
1093           <property name="iconSize">
1094            <size>
1095             <width>48</width>
1096             <height>48</height>
1097            </size>
1098           </property>
1099          </widget>
1100         </item>
1101         <item row="2" column="1">
1102          <widget class="QPushButton" name="pauseButton">
1103           <property name="sizePolicy">
1104            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1105             <horstretch>0</horstretch>
1106             <verstretch>0</verstretch>
1107            </sizepolicy>
1108           </property>
1109           <property name="text">
1110            <string>Pause</string>
1111           </property>
1112           <property name="icon">
1113            <iconset resource="PierogiResources.qrc">
1114             <normaloff>:/icons/playback_pause_icon&amp;48.png</normaloff>:/icons/playback_pause_icon&amp;48.png</iconset>
1115           </property>
1116           <property name="iconSize">
1117            <size>
1118             <width>48</width>
1119             <height>48</height>
1120            </size>
1121           </property>
1122          </widget>
1123         </item>
1124         <item row="2" column="2">
1125          <widget class="QPushButton" name="stopButton">
1126           <property name="sizePolicy">
1127            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1128             <horstretch>0</horstretch>
1129             <verstretch>0</verstretch>
1130            </sizepolicy>
1131           </property>
1132           <property name="text">
1133            <string>Stop</string>
1134           </property>
1135           <property name="icon">
1136            <iconset resource="PierogiResources.qrc">
1137             <normaloff>:/icons/playback_stop_icon&amp;48.png</normaloff>:/icons/playback_stop_icon&amp;48.png</iconset>
1138           </property>
1139           <property name="iconSize">
1140            <size>
1141             <width>48</width>
1142             <height>48</height>
1143            </size>
1144           </property>
1145          </widget>
1146         </item>
1147         <item row="2" column="3">
1148          <widget class="QPushButton" name="ejectButton">
1149           <property name="sizePolicy">
1150            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1151             <horstretch>0</horstretch>
1152             <verstretch>0</verstretch>
1153            </sizepolicy>
1154           </property>
1155           <property name="text">
1156            <string>Eject</string>
1157           </property>
1158           <property name="icon">
1159            <iconset resource="PierogiResources.qrc">
1160             <normaloff>:/icons/eject_icon&amp;48.png</normaloff>:/icons/eject_icon&amp;48.png</iconset>
1161           </property>
1162           <property name="iconSize">
1163            <size>
1164             <width>48</width>
1165             <height>48</height>
1166            </size>
1167           </property>
1168          </widget>
1169         </item>
1170         <item row="1" column="1">
1171          <widget class="QPushButton" name="stepForwardButton">
1172           <property name="sizePolicy">
1173            <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
1174             <horstretch>0</horstretch>
1175             <verstretch>0</verstretch>
1176            </sizepolicy>
1177           </property>
1178           <property name="text">
1179            <string>Step Fwd</string>
1180           </property>
1181           <property name="icon">
1182            <iconset resource="PierogiResources.qrc">
1183             <normaloff>:/icons/playback_next_icon&amp;48.png</normaloff>:/icons/playback_next_icon&amp;48.png</iconset>
1184           </property>
1185           <property name="iconSize">
1186            <size>
1187             <width>48</width>
1188             <height>48</height>
1189            </size>
1190           </property>
1191          </widget>
1192         </item>
1193        </layout>
1194       </widget>
1195       <widget class="QWidget" name="favoritesTab">
1196        <attribute name="title">
1197         <string>Favorite</string>
1198        </attribute>
1199        <layout class="QGridLayout" name="gridLayout_8">
1200         <property name="margin">
1201          <number>8</number>
1202         </property>
1203         <item row="0" column="0">
1204          <widget class="QPushButton" name="addKeysetButton">
1205           <property name="text">
1206            <string>Add Current Keyset</string>
1207           </property>
1208          </widget>
1209         </item>
1210         <item row="0" column="1">
1211          <widget class="QPushButton" name="removeKeysetButton">
1212           <property name="text">
1213            <string>Remove Selected Keyset</string>
1214           </property>
1215          </widget>
1216         </item>
1217         <item row="1" column="0" colspan="2">
1218          <widget class="QListWidget" name="favoriteKeysetsWidget"/>
1219         </item>
1220        </layout>
1221       </widget>
1222      </widget>
1223     </item>
1224    </layout>
1225   </widget>
1226   <widget class="QMenuBar" name="menuBar">
1227    <property name="geometry">
1228     <rect>
1229      <x>0</x>
1230      <y>0</y>
1231      <width>800</width>
1232      <height>22</height>
1233     </rect>
1234    </property>
1235    <widget class="QMenu" name="menuPierogi">
1236     <property name="title">
1237      <string>Pierogi</string>
1238     </property>
1239     <addaction name="actionSelectKeyset"/>
1240     <addaction name="actionSecondary_Buttons"/>
1241     <addaction name="actionDocumentation"/>
1242     <addaction name="actionAbout"/>
1243    </widget>
1244    <addaction name="menuPierogi"/>
1245   </widget>
1246   <action name="actionSelectKeyset">
1247    <property name="text">
1248     <string>Select Keyset</string>
1249    </property>
1250   </action>
1251   <action name="actionAbout">
1252    <property name="text">
1253     <string>About</string>
1254    </property>
1255   </action>
1256   <action name="actionDocumentation">
1257    <property name="text">
1258     <string>Documentation</string>
1259    </property>
1260   </action>
1261   <action name="actionSecondary_Buttons">
1262    <property name="text">
1263     <string>Secondary Buttons</string>
1264    </property>
1265   </action>
1266  </widget>
1267  <layoutdefault spacing="6" margin="11"/>
1268  <resources>
1269   <include location="PierogiResources.qrc"/>
1270  </resources>
1271  <connections>
1272   <connection>
1273    <sender>MainWindow</sender>
1274    <signal>fourEnabled(bool)</signal>
1275    <receiver>fourButton</receiver>
1276    <slot>setEnabled(bool)</slot>
1277    <hints>
1278     <hint type="sourcelabel">
1279      <x>86</x>
1280      <y>442</y>
1281     </hint>
1282     <hint type="destinationlabel">
1283      <x>45</x>
1284      <y>187</y>
1285     </hint>
1286    </hints>
1287   </connection>
1288   <connection>
1289    <sender>MainWindow</sender>
1290    <signal>fiveEnabled(bool)</signal>
1291    <receiver>fiveButton</receiver>
1292    <slot>setEnabled(bool)</slot>
1293    <hints>
1294     <hint type="sourcelabel">
1295      <x>269</x>
1296      <y>442</y>
1297     </hint>
1298     <hint type="destinationlabel">
1299      <x>230</x>
1300      <y>187</y>
1301     </hint>
1302    </hints>
1303   </connection>
1304   <connection>
1305    <sender>MainWindow</sender>
1306    <signal>volumeDownEnabled(bool)</signal>
1307    <receiver>mainVolumeDownButton</receiver>
1308    <slot>setEnabled(bool)</slot>
1309    <hints>
1310     <hint type="sourcelabel">
1311      <x>796</x>
1312      <y>232</y>
1313     </hint>
1314     <hint type="destinationlabel">
1315      <x>546</x>
1316      <y>294</y>
1317     </hint>
1318    </hints>
1319   </connection>
1320   <connection>
1321    <sender>MainWindow</sender>
1322    <signal>enterEnabled(bool)</signal>
1323    <receiver>enterButton</receiver>
1324    <slot>setEnabled(bool)</slot>
1325    <hints>
1326     <hint type="sourcelabel">
1327      <x>547</x>
1328      <y>441</y>
1329     </hint>
1330     <hint type="destinationlabel">
1331      <x>417</x>
1332      <y>344</y>
1333     </hint>
1334    </hints>
1335   </connection>
1336   <connection>
1337    <sender>MainWindow</sender>
1338    <signal>redEnabled(bool)</signal>
1339    <receiver>redButton</receiver>
1340    <slot>setEnabled(bool)</slot>
1341    <hints>
1342     <hint type="sourcelabel">
1343      <x>399</x>
1344      <y>222</y>
1345     </hint>
1346     <hint type="destinationlabel">
1347      <x>116</x>
1348      <y>153</y>
1349     </hint>
1350    </hints>
1351   </connection>
1352   <connection>
1353    <sender>MainWindow</sender>
1354    <signal>yellowEnabled(bool)</signal>
1355    <receiver>yellowButton</receiver>
1356    <slot>setEnabled(bool)</slot>
1357    <hints>
1358     <hint type="sourcelabel">
1359      <x>399</x>
1360      <y>222</y>
1361     </hint>
1362     <hint type="destinationlabel">
1363      <x>494</x>
1364      <y>153</y>
1365     </hint>
1366    </hints>
1367   </connection>
1368   <connection>
1369    <sender>MainWindow</sender>
1370    <signal>oneEnabled(bool)</signal>
1371    <receiver>oneButton</receiver>
1372    <slot>setEnabled(bool)</slot>
1373    <hints>
1374     <hint type="sourcelabel">
1375      <x>792</x>
1376      <y>33</y>
1377     </hint>
1378     <hint type="destinationlabel">
1379      <x>45</x>
1380      <y>110</y>
1381     </hint>
1382    </hints>
1383   </connection>
1384   <connection>
1385    <sender>MainWindow</sender>
1386    <signal>captionsEnabled(bool)</signal>
1387    <receiver>captionButton</receiver>
1388    <slot>setEnabled(bool)</slot>
1389    <hints>
1390     <hint type="sourcelabel">
1391      <x>399</x>
1392      <y>222</y>
1393     </hint>
1394     <hint type="destinationlabel">
1395      <x>116</x>
1396      <y>334</y>
1397     </hint>
1398    </hints>
1399   </connection>
1400   <connection>
1401    <sender>MainWindow</sender>
1402    <signal>inputEnabled(bool)</signal>
1403    <receiver>inputButton</receiver>
1404    <slot>setEnabled(bool)</slot>
1405    <hints>
1406     <hint type="sourcelabel">
1407      <x>399</x>
1408      <y>222</y>
1409     </hint>
1410     <hint type="destinationlabel">
1411      <x>305</x>
1412      <y>334</y>
1413     </hint>
1414    </hints>
1415   </connection>
1416   <connection>
1417    <sender>MainWindow</sender>
1418    <signal>sleepEnabled(bool)</signal>
1419    <receiver>sleepButton</receiver>
1420    <slot>setEnabled(bool)</slot>
1421    <hints>
1422     <hint type="sourcelabel">
1423      <x>399</x>
1424      <y>222</y>
1425     </hint>
1426     <hint type="destinationlabel">
1427      <x>494</x>
1428      <y>334</y>
1429     </hint>
1430    </hints>
1431   </connection>
1432   <connection>
1433    <sender>MainWindow</sender>
1434    <signal>audioEnabled(bool)</signal>
1435    <receiver>audioButton</receiver>
1436    <slot>setEnabled(bool)</slot>
1437    <hints>
1438     <hint type="sourcelabel">
1439      <x>399</x>
1440      <y>222</y>
1441     </hint>
1442     <hint type="destinationlabel">
1443      <x>497</x>
1444      <y>246</y>
1445     </hint>
1446    </hints>
1447   </connection>
1448   <connection>
1449    <sender>MainWindow</sender>
1450    <signal>muteEnabled(bool)</signal>
1451    <receiver>muteButton</receiver>
1452    <slot>setEnabled(bool)</slot>
1453    <hints>
1454     <hint type="sourcelabel">
1455      <x>399</x>
1456      <y>222</y>
1457     </hint>
1458     <hint type="destinationlabel">
1459      <x>399</x>
1460      <y>393</y>
1461     </hint>
1462    </hints>
1463   </connection>
1464   <connection>
1465    <sender>MainWindow</sender>
1466    <signal>aspectRatioEnabled(bool)</signal>
1467    <receiver>aspectRatioButton</receiver>
1468    <slot>setEnabled(bool)</slot>
1469    <hints>
1470     <hint type="sourcelabel">
1471      <x>399</x>
1472      <y>222</y>
1473     </hint>
1474     <hint type="destinationlabel">
1475      <x>107</x>
1476      <y>246</y>
1477     </hint>
1478    </hints>
1479   </connection>
1480   <connection>
1481    <sender>MainWindow</sender>
1482    <signal>ejectEnabled(bool)</signal>
1483    <receiver>ejectButton</receiver>
1484    <slot>setEnabled(bool)</slot>
1485    <hints>
1486     <hint type="sourcelabel">
1487      <x>399</x>
1488      <y>222</y>
1489     </hint>
1490     <hint type="destinationlabel">
1491      <x>692</x>
1492      <y>373</y>
1493     </hint>
1494    </hints>
1495   </connection>
1496   <connection>
1497    <sender>MainWindow</sender>
1498    <signal>sixEnabled(bool)</signal>
1499    <receiver>sixButton</receiver>
1500    <slot>setEnabled(bool)</slot>
1501    <hints>
1502     <hint type="sourcelabel">
1503      <x>438</x>
1504      <y>441</y>
1505     </hint>
1506     <hint type="destinationlabel">
1507      <x>417</x>
1508      <y>187</y>
1509     </hint>
1510    </hints>
1511   </connection>
1512   <connection>
1513    <sender>MainWindow</sender>
1514    <signal>eightEnabled(bool)</signal>
1515    <receiver>eightButton</receiver>
1516    <slot>setEnabled(bool)</slot>
1517    <hints>
1518     <hint type="sourcelabel">
1519      <x>254</x>
1520      <y>443</y>
1521     </hint>
1522     <hint type="destinationlabel">
1523      <x>230</x>
1524      <y>266</y>
1525     </hint>
1526    </hints>
1527   </connection>
1528   <connection>
1529    <sender>MainWindow</sender>
1530    <signal>pauseEnabled(bool)</signal>
1531    <receiver>pauseButton</receiver>
1532    <slot>setEnabled(bool)</slot>
1533    <hints>
1534     <hint type="sourcelabel">
1535      <x>399</x>
1536      <y>222</y>
1537     </hint>
1538     <hint type="destinationlabel">
1539      <x>306</x>
1540      <y>337</y>
1541     </hint>
1542    </hints>
1543   </connection>
1544   <connection>
1545    <sender>MainWindow</sender>
1546    <signal>fastForwardEnabled(bool)</signal>
1547    <receiver>fastForwardButton</receiver>
1548    <slot>setEnabled(bool)</slot>
1549    <hints>
1550     <hint type="sourcelabel">
1551      <x>399</x>
1552      <y>222</y>
1553     </hint>
1554     <hint type="destinationlabel">
1555      <x>678</x>
1556      <y>239</y>
1557     </hint>
1558    </hints>
1559   </connection>
1560   <connection>
1561    <sender>MainWindow</sender>
1562    <signal>playEnabled(bool)</signal>
1563    <receiver>playButton</receiver>
1564    <slot>setEnabled(bool)</slot>
1565    <hints>
1566     <hint type="sourcelabel">
1567      <x>399</x>
1568      <y>222</y>
1569     </hint>
1570     <hint type="destinationlabel">
1571      <x>120</x>
1572      <y>337</y>
1573     </hint>
1574    </hints>
1575   </connection>
1576   <connection>
1577    <sender>MainWindow</sender>
1578    <signal>stopEnabled(bool)</signal>
1579    <receiver>stopButton</receiver>
1580    <slot>setEnabled(bool)</slot>
1581    <hints>
1582     <hint type="sourcelabel">
1583      <x>399</x>
1584      <y>222</y>
1585     </hint>
1586     <hint type="destinationlabel">
1587      <x>492</x>
1588      <y>337</y>
1589     </hint>
1590    </hints>
1591   </connection>
1592   <connection>
1593    <sender>MainWindow</sender>
1594    <signal>replayEnabled(bool)</signal>
1595    <receiver>replayButton</receiver>
1596    <slot>setEnabled(bool)</slot>
1597    <hints>
1598     <hint type="sourcelabel">
1599      <x>399</x>
1600      <y>222</y>
1601     </hint>
1602     <hint type="destinationlabel">
1603      <x>492</x>
1604      <y>141</y>
1605     </hint>
1606    </hints>
1607   </connection>
1608   <connection>
1609    <sender>MainWindow</sender>
1610    <signal>doubleDigitEnabled(bool)</signal>
1611    <receiver>doubleDigitButton</receiver>
1612    <slot>setEnabled(bool)</slot>
1613    <hints>
1614     <hint type="sourcelabel">
1615      <x>399</x>
1616      <y>222</y>
1617     </hint>
1618     <hint type="destinationlabel">
1619      <x>683</x>
1620      <y>289</y>
1621     </hint>
1622    </hints>
1623   </connection>
1624   <connection>
1625    <sender>MainWindow</sender>
1626    <signal>reverseEnabled(bool)</signal>
1627    <receiver>reverseButton</receiver>
1628    <slot>setEnabled(bool)</slot>
1629    <hints>
1630     <hint type="sourcelabel">
1631      <x>399</x>
1632      <y>222</y>
1633     </hint>
1634     <hint type="destinationlabel">
1635      <x>492</x>
1636      <y>239</y>
1637     </hint>
1638    </hints>
1639   </connection>
1640   <connection>
1641    <sender>MainWindow</sender>
1642    <signal>nineEnabled(bool)</signal>
1643    <receiver>nineButton</receiver>
1644    <slot>setEnabled(bool)</slot>
1645    <hints>
1646     <hint type="sourcelabel">
1647      <x>550</x>
1648      <y>442</y>
1649     </hint>
1650     <hint type="destinationlabel">
1651      <x>417</x>
1652      <y>266</y>
1653     </hint>
1654    </hints>
1655   </connection>
1656   <connection>
1657    <sender>MainWindow</sender>
1658    <signal>zeroEnabled(bool)</signal>
1659    <receiver>zeroButton</receiver>
1660    <slot>setEnabled(bool)</slot>
1661    <hints>
1662     <hint type="sourcelabel">
1663      <x>325</x>
1664      <y>440</y>
1665     </hint>
1666     <hint type="destinationlabel">
1667      <x>230</x>
1668      <y>344</y>
1669     </hint>
1670    </hints>
1671   </connection>
1672   <connection>
1673    <sender>MainWindow</sender>
1674    <signal>leftEnabled(bool)</signal>
1675    <receiver>leftButton</receiver>
1676    <slot>setEnabled(bool)</slot>
1677    <hints>
1678     <hint type="sourcelabel">
1679      <x>104</x>
1680      <y>442</y>
1681     </hint>
1682     <hint type="destinationlabel">
1683      <x>119</x>
1684      <y>246</y>
1685     </hint>
1686    </hints>
1687   </connection>
1688   <connection>
1689    <sender>MainWindow</sender>
1690    <signal>sevenEnabled(bool)</signal>
1691    <receiver>sevenButton</receiver>
1692    <slot>setEnabled(bool)</slot>
1693    <hints>
1694     <hint type="sourcelabel">
1695      <x>90</x>
1696      <y>442</y>
1697     </hint>
1698     <hint type="destinationlabel">
1699      <x>45</x>
1700      <y>266</y>
1701     </hint>
1702    </hints>
1703   </connection>
1704   <connection>
1705    <sender>MainWindow</sender>
1706    <signal>prevChannelEnabled(bool)</signal>
1707    <receiver>prevChannelButton</receiver>
1708    <slot>setEnabled(bool)</slot>
1709    <hints>
1710     <hint type="sourcelabel">
1711      <x>595</x>
1712      <y>443</y>
1713     </hint>
1714     <hint type="destinationlabel">
1715      <x>602</x>
1716      <y>110</y>
1717     </hint>
1718    </hints>
1719   </connection>
1720   <connection>
1721    <sender>MainWindow</sender>
1722    <signal>guideEnabled(bool)</signal>
1723    <receiver>guideButton</receiver>
1724    <slot>setEnabled(bool)</slot>
1725    <hints>
1726     <hint type="sourcelabel">
1727      <x>399</x>
1728      <y>222</y>
1729     </hint>
1730     <hint type="destinationlabel">
1731      <x>151</x>
1732      <y>337</y>
1733     </hint>
1734    </hints>
1735   </connection>
1736   <connection>
1737    <sender>MainWindow</sender>
1738    <signal>clearEnabled(bool)</signal>
1739    <receiver>clearButton</receiver>
1740    <slot>setEnabled(bool)</slot>
1741    <hints>
1742     <hint type="sourcelabel">
1743      <x>43</x>
1744      <y>443</y>
1745     </hint>
1746     <hint type="destinationlabel">
1747      <x>45</x>
1748      <y>344</y>
1749     </hint>
1750    </hints>
1751   </connection>
1752   <connection>
1753    <sender>MainWindow</sender>
1754    <signal>nextEnabled(bool)</signal>
1755    <receiver>mediaNextButton</receiver>
1756    <slot>setEnabled(bool)</slot>
1757    <hints>
1758     <hint type="sourcelabel">
1759      <x>399</x>
1760      <y>222</y>
1761     </hint>
1762     <hint type="destinationlabel">
1763      <x>306</x>
1764      <y>141</y>
1765     </hint>
1766    </hints>
1767   </connection>
1768   <connection>
1769    <sender>MainWindow</sender>
1770    <signal>stepForwardEnabled(bool)</signal>
1771    <receiver>stepForwardButton</receiver>
1772    <slot>setEnabled(bool)</slot>
1773    <hints>
1774     <hint type="sourcelabel">
1775      <x>399</x>
1776      <y>222</y>
1777     </hint>
1778     <hint type="destinationlabel">
1779      <x>306</x>
1780      <y>239</y>
1781     </hint>
1782    </hints>
1783   </connection>
1784   <connection>
1785    <sender>MainWindow</sender>
1786    <signal>previousEnabled(bool)</signal>
1787    <receiver>mediaPreviousButton</receiver>
1788    <slot>setEnabled(bool)</slot>
1789    <hints>
1790     <hint type="sourcelabel">
1791      <x>399</x>
1792      <y>222</y>
1793     </hint>
1794     <hint type="destinationlabel">
1795      <x>120</x>
1796      <y>141</y>
1797     </hint>
1798    </hints>
1799   </connection>
1800   <connection>
1801    <sender>MainWindow</sender>
1802    <signal>discMenuEnabled(bool)</signal>
1803    <receiver>discMenuButton</receiver>
1804    <slot>setEnabled(bool)</slot>
1805    <hints>
1806     <hint type="sourcelabel">
1807      <x>399</x>
1808      <y>239</y>
1809     </hint>
1810     <hint type="destinationlabel">
1811      <x>137</x>
1812      <y>405</y>
1813     </hint>
1814    </hints>
1815   </connection>
1816   <connection>
1817    <sender>MainWindow</sender>
1818    <signal>infoEnabled(bool)</signal>
1819    <receiver>infoButton</receiver>
1820    <slot>setEnabled(bool)</slot>
1821    <hints>
1822     <hint type="sourcelabel">
1823      <x>399</x>
1824      <y>239</y>
1825     </hint>
1826     <hint type="destinationlabel">
1827      <x>695</x>
1828      <y>264</y>
1829     </hint>
1830    </hints>
1831   </connection>
1832   <connection>
1833    <sender>MainWindow</sender>
1834    <signal>upEnabled(bool)</signal>
1835    <receiver>upButton</receiver>
1836    <slot>setEnabled(bool)</slot>
1837    <hints>
1838     <hint type="sourcelabel">
1839      <x>350</x>
1840      <y>25</y>
1841     </hint>
1842     <hint type="destinationlabel">
1843      <x>355</x>
1844      <y>139</y>
1845     </hint>
1846    </hints>
1847   </connection>
1848   <connection>
1849    <sender>MainWindow</sender>
1850    <signal>stepBackEnabled(bool)</signal>
1851    <receiver>stepBackButton</receiver>
1852    <slot>setEnabled(bool)</slot>
1853    <hints>
1854     <hint type="sourcelabel">
1855      <x>399</x>
1856      <y>222</y>
1857     </hint>
1858     <hint type="destinationlabel">
1859      <x>120</x>
1860      <y>239</y>
1861     </hint>
1862    </hints>
1863   </connection>
1864   <connection>
1865    <sender>MainWindow</sender>
1866    <signal>selectEnabled(bool)</signal>
1867    <receiver>selectButton</receiver>
1868    <slot>setEnabled(bool)</slot>
1869    <hints>
1870     <hint type="sourcelabel">
1871      <x>310</x>
1872      <y>440</y>
1873     </hint>
1874     <hint type="destinationlabel">
1875      <x>309</x>
1876      <y>245</y>
1877     </hint>
1878    </hints>
1879   </connection>
1880   <connection>
1881    <sender>MainWindow</sender>
1882    <signal>menuEnabled(bool)</signal>
1883    <receiver>menuButton</receiver>
1884    <slot>setEnabled(bool)</slot>
1885    <hints>
1886     <hint type="sourcelabel">
1887      <x>577</x>
1888      <y>85</y>
1889     </hint>
1890     <hint type="destinationlabel">
1891      <x>570</x>
1892      <y>138</y>
1893     </hint>
1894    </hints>
1895   </connection>
1896   <connection>
1897    <sender>MainWindow</sender>
1898    <signal>rightEnabled(bool)</signal>
1899    <receiver>rightButton</receiver>
1900    <slot>setEnabled(bool)</slot>
1901    <hints>
1902     <hint type="sourcelabel">
1903      <x>702</x>
1904      <y>48</y>
1905     </hint>
1906     <hint type="destinationlabel">
1907      <x>699</x>
1908      <y>232</y>
1909     </hint>
1910    </hints>
1911   </connection>
1912   <connection>
1913    <sender>MainWindow</sender>
1914    <signal>downEnabled(bool)</signal>
1915    <receiver>downButton</receiver>
1916    <slot>setEnabled(bool)</slot>
1917    <hints>
1918     <hint type="sourcelabel">
1919      <x>363</x>
1920      <y>443</y>
1921     </hint>
1922     <hint type="destinationlabel">
1923      <x>372</x>
1924      <y>346</y>
1925     </hint>
1926    </hints>
1927   </connection>
1928   <connection>
1929    <sender>MainWindow</sender>
1930    <signal>twoEnabled(bool)</signal>
1931    <receiver>twoButton</receiver>
1932    <slot>setEnabled(bool)</slot>
1933    <hints>
1934     <hint type="sourcelabel">
1935      <x>177</x>
1936      <y>443</y>
1937     </hint>
1938     <hint type="destinationlabel">
1939      <x>230</x>
1940      <y>110</y>
1941     </hint>
1942    </hints>
1943   </connection>
1944   <connection>
1945    <sender>MainWindow</sender>
1946    <signal>threeEnabled(bool)</signal>
1947    <receiver>threeButton</receiver>
1948    <slot>setEnabled(bool)</slot>
1949    <hints>
1950     <hint type="sourcelabel">
1951      <x>479</x>
1952      <y>439</y>
1953     </hint>
1954     <hint type="destinationlabel">
1955      <x>417</x>
1956      <y>110</y>
1957     </hint>
1958    </hints>
1959   </connection>
1960   <connection>
1961    <sender>MainWindow</sender>
1962    <signal>blueEnabled(bool)</signal>
1963    <receiver>blueButton</receiver>
1964    <slot>setEnabled(bool)</slot>
1965    <hints>
1966     <hint type="sourcelabel">
1967      <x>399</x>
1968      <y>222</y>
1969     </hint>
1970     <hint type="destinationlabel">
1971      <x>683</x>
1972      <y>153</y>
1973     </hint>
1974    </hints>
1975   </connection>
1976   <connection>
1977    <sender>MainWindow</sender>
1978    <signal>advanceEnabled(bool)</signal>
1979    <receiver>advanceButton</receiver>
1980    <slot>setEnabled(bool)</slot>
1981    <hints>
1982     <hint type="sourcelabel">
1983      <x>399</x>
1984      <y>222</y>
1985     </hint>
1986     <hint type="destinationlabel">
1987      <x>678</x>
1988      <y>141</y>
1989     </hint>
1990    </hints>
1991   </connection>
1992   <connection>
1993    <sender>MainWindow</sender>
1994    <signal>plusOneHundredEnabled(bool)</signal>
1995    <receiver>plusOneHundredButton</receiver>
1996    <slot>setEnabled(bool)</slot>
1997    <hints>
1998     <hint type="sourcelabel">
1999      <x>399</x>
2000      <y>222</y>
2001     </hint>
2002     <hint type="destinationlabel">
2003      <x>677</x>
2004      <y>106</y>
2005     </hint>
2006    </hints>
2007   </connection>
2008   <connection>
2009    <sender>MainWindow</sender>
2010    <signal>dashEnabled(bool)</signal>
2011    <receiver>dashButton</receiver>
2012    <slot>setEnabled(bool)</slot>
2013    <hints>
2014     <hint type="sourcelabel">
2015      <x>399</x>
2016      <y>222</y>
2017     </hint>
2018     <hint type="destinationlabel">
2019      <x>683</x>
2020      <y>107</y>
2021     </hint>
2022    </hints>
2023   </connection>
2024   <connection>
2025    <sender>MainWindow</sender>
2026    <signal>greenEnabled(bool)</signal>
2027    <receiver>greenButton</receiver>
2028    <slot>setEnabled(bool)</slot>
2029    <hints>
2030     <hint type="sourcelabel">
2031      <x>399</x>
2032      <y>222</y>
2033     </hint>
2034     <hint type="destinationlabel">
2035      <x>305</x>
2036      <y>153</y>
2037     </hint>
2038    </hints>
2039   </connection>
2040   <connection>
2041    <sender>MainWindow</sender>
2042    <signal>exitEnabled(bool)</signal>
2043    <receiver>exitButton</receiver>
2044    <slot>setEnabled(bool)</slot>
2045    <hints>
2046     <hint type="sourcelabel">
2047      <x>578</x>
2048      <y>441</y>
2049     </hint>
2050     <hint type="destinationlabel">
2051      <x>583</x>
2052      <y>343</y>
2053     </hint>
2054    </hints>
2055   </connection>
2056   <connection>
2057    <sender>MainWindow</sender>
2058    <signal>channelUpEnabled(bool)</signal>
2059    <receiver>mainChannelUpButton</receiver>
2060    <slot>setEnabled(bool)</slot>
2061    <hints>
2062     <hint type="sourcelabel">
2063      <x>102</x>
2064      <y>26</y>
2065     </hint>
2066     <hint type="destinationlabel">
2067      <x>51</x>
2068      <y>164</y>
2069     </hint>
2070    </hints>
2071   </connection>
2072   <connection>
2073    <sender>MainWindow</sender>
2074    <signal>channelDownEnabled(bool)</signal>
2075    <receiver>mainChannelDownButton</receiver>
2076    <slot>setEnabled(bool)</slot>
2077    <hints>
2078     <hint type="sourcelabel">
2079      <x>222</x>
2080      <y>27</y>
2081     </hint>
2082     <hint type="destinationlabel">
2083      <x>51</x>
2084      <y>294</y>
2085     </hint>
2086    </hints>
2087   </connection>
2088   <connection>
2089    <sender>MainWindow</sender>
2090    <signal>volumeUpEnabled(bool)</signal>
2091    <receiver>mainVolumeUp</receiver>
2092    <slot>setEnabled(bool)</slot>
2093    <hints>
2094     <hint type="sourcelabel">
2095      <x>621</x>
2096      <y>24</y>
2097     </hint>
2098     <hint type="destinationlabel">
2099      <x>546</x>
2100      <y>164</y>
2101     </hint>
2102    </hints>
2103   </connection>
2104   <connection>
2105    <sender>MainWindow</sender>
2106    <signal>keysetMakeChanged(QString)</signal>
2107    <receiver>makeLabel</receiver>
2108    <slot>setText(QString)</slot>
2109    <hints>
2110     <hint type="sourcelabel">
2111      <x>399</x>
2112      <y>222</y>
2113     </hint>
2114     <hint type="destinationlabel">
2115      <x>399</x>
2116      <y>283</y>
2117     </hint>
2118    </hints>
2119   </connection>
2120   <connection>
2121    <sender>MainWindow</sender>
2122    <signal>powerEnabled(bool)</signal>
2123    <receiver>powerButton</receiver>
2124    <slot>setEnabled(bool)</slot>
2125    <hints>
2126     <hint type="sourcelabel">
2127      <x>375</x>
2128      <y>443</y>
2129     </hint>
2130     <hint type="destinationlabel">
2131      <x>299</x>
2132      <y>164</y>
2133     </hint>
2134    </hints>
2135   </connection>
2136   <connection>
2137    <sender>MainWindow</sender>
2138    <signal>keysetNameChanged(QString)</signal>
2139    <receiver>nameLabel</receiver>
2140    <slot>setText(QString)</slot>
2141    <hints>
2142     <hint type="sourcelabel">
2143      <x>399</x>
2144      <y>222</y>
2145     </hint>
2146     <hint type="destinationlabel">
2147      <x>399</x>
2148      <y>301</y>
2149     </hint>
2150    </hints>
2151   </connection>
2152   <connection>
2153    <sender>MainWindow</sender>
2154    <signal>pictureModeEnabled(bool)</signal>
2155    <receiver>pictureModeButton</receiver>
2156    <slot>setEnabled(bool)</slot>
2157    <hints>
2158     <hint type="sourcelabel">
2159      <x>399</x>
2160      <y>239</y>
2161     </hint>
2162     <hint type="destinationlabel">
2163      <x>103</x>
2164      <y>406</y>
2165     </hint>
2166    </hints>
2167   </connection>
2168   <connection>
2169    <sender>MainWindow</sender>
2170    <signal>soundModeEnabled(bool)</signal>
2171    <receiver>soundModeButton</receiver>
2172    <slot>setEnabled(bool)</slot>
2173    <hints>
2174     <hint type="sourcelabel">
2175      <x>399</x>
2176      <y>239</y>
2177     </hint>
2178     <hint type="destinationlabel">
2179      <x>103</x>
2180      <y>264</y>
2181     </hint>
2182    </hints>
2183   </connection>
2184  </connections>
2185  <slots>
2186   <signal>zeroEnabled(bool)</signal>
2187   <signal>oneEnabled(bool)</signal>
2188   <signal>twoEnabled(bool)</signal>
2189   <signal>threeEnabled(bool)</signal>
2190   <signal>fourEnabled(bool)</signal>
2191   <signal>fiveEnabled(bool)</signal>
2192   <signal>sixEnabled(bool)</signal>
2193   <signal>sevenEnabled(bool)</signal>
2194   <signal>eightEnabled(bool)</signal>
2195   <signal>nineEnabled(bool)</signal>
2196   <signal>powerEnabled(bool)</signal>
2197   <signal>channelUpEnabled(bool)</signal>
2198   <signal>channelDownEnabled(bool)</signal>
2199   <signal>volumeUpEnabled(bool)</signal>
2200   <signal>volumeDownEnabled(bool)</signal>
2201   <signal>muteEnabled(bool)</signal>
2202   <signal>clearEnabled(bool)</signal>
2203   <signal>upEnabled(bool)</signal>
2204   <signal>downEnabled(bool)</signal>
2205   <signal>leftEnabled(bool)</signal>
2206   <signal>rightEnabled(bool)</signal>
2207   <signal>menuEnabled(bool)</signal>
2208   <signal>enterEnabled(bool)</signal>
2209   <signal>fastForwardEnabled(bool)</signal>
2210   <signal>reverseEnabled(bool)</signal>
2211   <signal>playEnabled(bool)</signal>
2212   <signal>pauseEnabled(bool)</signal>
2213   <signal>stopEnabled(bool)</signal>
2214   <signal>inputEnabled(bool)</signal>
2215   <signal>prevChannelEnabled(bool)</signal>
2216   <signal>captionsEnabled(bool)</signal>
2217   <signal>exitEnabled(bool)</signal>
2218   <signal>infoEnabled(bool)</signal>
2219   <signal>guideEnabled(bool)</signal>
2220   <signal>keysetNameChanged(QString)</signal>
2221   <signal>previousEnabled(bool)</signal>
2222   <signal>nextEnabled(bool)</signal>
2223   <signal>replayEnabled(bool)</signal>
2224   <signal>advanceEnabled(bool)</signal>
2225   <signal>stepBackEnabled(bool)</signal>
2226   <signal>stepForwardEnabled(bool)</signal>
2227   <signal>pipEnabled(bool)</signal>
2228   <signal>pipSwapEnabled(bool)</signal>
2229   <signal>sleepEnabled(bool)</signal>
2230   <signal>ejectEnabled(bool)</signal>
2231   <signal>redEnabled(bool)</signal>
2232   <signal>greenEnabled(bool)</signal>
2233   <signal>yellowEnabled(bool)</signal>
2234   <signal>blueEnabled(bool)</signal>
2235   <signal>keysetMakeChanged(QString)</signal>
2236   <signal>plusOneHundredEnabled(bool)</signal>
2237   <signal>dashEnabled(bool)</signal>
2238   <signal>doubleDigitEnabled(bool)</signal>
2239   <signal>surroundEnabled(bool)</signal>
2240   <signal>selectEnabled(bool)</signal>
2241   <signal>aspectRatioEnabled(bool)</signal>
2242   <signal>audioEnabled(bool)</signal>
2243   <signal>favoritesEnabled(bool)</signal>
2244   <signal>pipMoveEnabled(bool)</signal>
2245   <signal>pipSourceEnabled(bool)</signal>
2246   <signal>programEnabled(bool)</signal>
2247   <signal>pictureModeEnabled(bool)</signal>
2248   <signal>discTitleEnabled(bool)</signal>
2249   <signal>discMenuEnabled(bool)</signal>
2250   <signal>discSelectEnabled(bool)</signal>
2251   <signal>trackingPlusEnabled(bool)</signal>
2252   <signal>trackingMinusEnabled(bool)</signal>
2253   <signal>autoTrackingEnabled(bool)</signal>
2254   <signal>vhsSpeedEnabled(bool)</signal>
2255   <signal>soundModeEnabled(bool)</signal>
2256   <signal>pageUpEnabled(bool)</signal>
2257   <signal>pageDownEnabled(bool)</signal>
2258   <signal>slowEnabled(bool)</signal>
2259   <signal>slowMinusEnabled(bool)</signal>
2260   <signal>slowPlusEnabled(bool)</signal>
2261   <signal>tunerBandEnabled(bool)</signal>
2262   <signal>repeatEnabled(bool)</signal>
2263   <signal>repeatABEnabled(bool)</signal>
2264   <signal>randomEnabled(bool)</signal>
2265   <signal>liveTVEnabled(bool)</signal>
2266   <signal>teletextEnabled(bool)</signal>
2267   <signal>teletextHoldEnabled(bool)</signal>
2268   <signal>teletextRevealEnabled(bool)</signal>
2269   <signal>teletextSizeEnabled(bool)</signal>
2270   <signal>pipChannelUpEnabled(bool)</signal>
2271   <signal>pipChannelDownEnabled(bool)</signal>
2272   <signal>pipPauseEnabled(bool)</signal>
2273   <signal>pipSizeEnabled(bool)</signal>
2274  </slots>
2275 </ui>