1b493d4f9e13aeada4168ddf4e49824ac1298ab8
[pierogi] / forms / pirinputform.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PIRInputForm</class>
4  <widget class="QWidget" name="PIRInputForm">
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="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <property name="margin">
18     <number>0</number>
19    </property>
20    <item row="0" column="0">
21     <widget class="QPushButton" name="cdInputButton">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="text">
29       <string>CD</string>
30      </property>
31     </widget>
32    </item>
33    <item row="0" column="1">
34     <widget class="QPushButton" name="tapeInputButton">
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="text">
42       <string>Tape</string>
43      </property>
44     </widget>
45    </item>
46    <item row="0" column="2">
47     <widget class="QPushButton" name="phonoInputButton">
48      <property name="sizePolicy">
49       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
50        <horstretch>0</horstretch>
51        <verstretch>0</verstretch>
52       </sizepolicy>
53      </property>
54      <property name="text">
55       <string>Phono</string>
56      </property>
57     </widget>
58    </item>
59    <item row="0" column="3">
60     <widget class="QPushButton" name="tunerInputButton">
61      <property name="sizePolicy">
62       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
63        <horstretch>0</horstretch>
64        <verstretch>0</verstretch>
65       </sizepolicy>
66      </property>
67      <property name="text">
68       <string>Tuner</string>
69      </property>
70     </widget>
71    </item>
72    <item row="1" column="0">
73     <widget class="QPushButton" name="pcInputButton">
74      <property name="sizePolicy">
75       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
76        <horstretch>0</horstretch>
77        <verstretch>0</verstretch>
78       </sizepolicy>
79      </property>
80      <property name="text">
81       <string>PC</string>
82      </property>
83     </widget>
84    </item>
85    <item row="1" column="1">
86     <widget class="QPushButton" name="hdmiInputButton">
87      <property name="sizePolicy">
88       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
89        <horstretch>0</horstretch>
90        <verstretch>0</verstretch>
91       </sizepolicy>
92      </property>
93      <property name="text">
94       <string>HDMI</string>
95      </property>
96     </widget>
97    </item>
98    <item row="1" column="2">
99     <widget class="QPushButton" name="dvdInputButton">
100      <property name="sizePolicy">
101       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
102        <horstretch>0</horstretch>
103        <verstretch>0</verstretch>
104       </sizepolicy>
105      </property>
106      <property name="text">
107       <string>DVD</string>
108      </property>
109     </widget>
110    </item>
111    <item row="1" column="3">
112     <widget class="QPushButton" name="vcrInputButton">
113      <property name="sizePolicy">
114       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
115        <horstretch>0</horstretch>
116        <verstretch>0</verstretch>
117       </sizepolicy>
118      </property>
119      <property name="text">
120       <string>VCR</string>
121      </property>
122     </widget>
123    </item>
124    <item row="2" column="0">
125     <widget class="QPushButton" name="antennaInputButton">
126      <property name="sizePolicy">
127       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
128        <horstretch>0</horstretch>
129        <verstretch>0</verstretch>
130       </sizepolicy>
131      </property>
132      <property name="text">
133       <string>Antenna</string>
134      </property>
135     </widget>
136    </item>
137    <item row="2" column="1">
138     <widget class="QPushButton" name="cableInputButton">
139      <property name="sizePolicy">
140       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
141        <horstretch>0</horstretch>
142        <verstretch>0</verstretch>
143       </sizepolicy>
144      </property>
145      <property name="text">
146       <string>Cable</string>
147      </property>
148     </widget>
149    </item>
150    <item row="2" column="2">
151     <widget class="QPushButton" name="satelliteInputButton">
152      <property name="sizePolicy">
153       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
154        <horstretch>0</horstretch>
155        <verstretch>0</verstretch>
156       </sizepolicy>
157      </property>
158      <property name="text">
159       <string>Satellite</string>
160      </property>
161     </widget>
162    </item>
163    <item row="2" column="3">
164     <widget class="QPushButton" name="auxInputButton">
165      <property name="sizePolicy">
166       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
167        <horstretch>0</horstretch>
168        <verstretch>0</verstretch>
169       </sizepolicy>
170      </property>
171      <property name="text">
172       <string>Aux</string>
173      </property>
174     </widget>
175    </item>
176   </layout>
177  </widget>
178  <resources/>
179  <connections>
180   <connection>
181    <sender>PIRInputForm</sender>
182    <signal>cdInputEnabled(bool)</signal>
183    <receiver>cdInputButton</receiver>
184    <slot>setEnabled(bool)</slot>
185    <hints>
186     <hint type="sourcelabel">
187      <x>399</x>
188      <y>239</y>
189     </hint>
190     <hint type="destinationlabel">
191      <x>102</x>
192      <y>83</y>
193     </hint>
194    </hints>
195   </connection>
196   <connection>
197    <sender>PIRInputForm</sender>
198    <signal>tapeInputEnabled(bool)</signal>
199    <receiver>tapeInputButton</receiver>
200    <slot>setEnabled(bool)</slot>
201    <hints>
202     <hint type="sourcelabel">
203      <x>399</x>
204      <y>239</y>
205     </hint>
206     <hint type="destinationlabel">
207      <x>300</x>
208      <y>83</y>
209     </hint>
210    </hints>
211   </connection>
212   <connection>
213    <sender>PIRInputForm</sender>
214    <signal>phonoInputEnabled(bool)</signal>
215    <receiver>phonoInputButton</receiver>
216    <slot>setEnabled(bool)</slot>
217    <hints>
218     <hint type="sourcelabel">
219      <x>399</x>
220      <y>239</y>
221     </hint>
222     <hint type="destinationlabel">
223      <x>499</x>
224      <y>83</y>
225     </hint>
226    </hints>
227   </connection>
228   <connection>
229    <sender>PIRInputForm</sender>
230    <signal>tunerInputEnabled(bool)</signal>
231    <receiver>tunerInputButton</receiver>
232    <slot>setEnabled(bool)</slot>
233    <hints>
234     <hint type="sourcelabel">
235      <x>399</x>
236      <y>239</y>
237     </hint>
238     <hint type="destinationlabel">
239      <x>697</x>
240      <y>83</y>
241     </hint>
242    </hints>
243   </connection>
244   <connection>
245    <sender>PIRInputForm</sender>
246    <signal>pcInputEnabled(bool)</signal>
247    <receiver>pcInputButton</receiver>
248    <slot>setEnabled(bool)</slot>
249    <hints>
250     <hint type="sourcelabel">
251      <x>399</x>
252      <y>239</y>
253     </hint>
254     <hint type="destinationlabel">
255      <x>102</x>
256      <y>241</y>
257     </hint>
258    </hints>
259   </connection>
260   <connection>
261    <sender>PIRInputForm</sender>
262    <signal>hdmiInputEnabled(bool)</signal>
263    <receiver>hdmiInputButton</receiver>
264    <slot>setEnabled(bool)</slot>
265    <hints>
266     <hint type="sourcelabel">
267      <x>399</x>
268      <y>239</y>
269     </hint>
270     <hint type="destinationlabel">
271      <x>300</x>
272      <y>241</y>
273     </hint>
274    </hints>
275   </connection>
276   <connection>
277    <sender>PIRInputForm</sender>
278    <signal>dvdInputEnabled(bool)</signal>
279    <receiver>dvdInputButton</receiver>
280    <slot>setEnabled(bool)</slot>
281    <hints>
282     <hint type="sourcelabel">
283      <x>399</x>
284      <y>239</y>
285     </hint>
286     <hint type="destinationlabel">
287      <x>499</x>
288      <y>241</y>
289     </hint>
290    </hints>
291   </connection>
292   <connection>
293    <sender>PIRInputForm</sender>
294    <signal>vcrInputEnabled(bool)</signal>
295    <receiver>vcrInputButton</receiver>
296    <slot>setEnabled(bool)</slot>
297    <hints>
298     <hint type="sourcelabel">
299      <x>399</x>
300      <y>239</y>
301     </hint>
302     <hint type="destinationlabel">
303      <x>697</x>
304      <y>241</y>
305     </hint>
306    </hints>
307   </connection>
308   <connection>
309    <sender>PIRInputForm</sender>
310    <signal>antennaInputEnabled(bool)</signal>
311    <receiver>antennaInputButton</receiver>
312    <slot>setEnabled(bool)</slot>
313    <hints>
314     <hint type="sourcelabel">
315      <x>399</x>
316      <y>239</y>
317     </hint>
318     <hint type="destinationlabel">
319      <x>102</x>
320      <y>399</y>
321     </hint>
322    </hints>
323   </connection>
324   <connection>
325    <sender>PIRInputForm</sender>
326    <signal>cableInputEnabled(bool)</signal>
327    <receiver>cableInputButton</receiver>
328    <slot>setEnabled(bool)</slot>
329    <hints>
330     <hint type="sourcelabel">
331      <x>399</x>
332      <y>239</y>
333     </hint>
334     <hint type="destinationlabel">
335      <x>300</x>
336      <y>399</y>
337     </hint>
338    </hints>
339   </connection>
340   <connection>
341    <sender>PIRInputForm</sender>
342    <signal>satelliteInputEnabled(bool)</signal>
343    <receiver>satelliteInputButton</receiver>
344    <slot>setEnabled(bool)</slot>
345    <hints>
346     <hint type="sourcelabel">
347      <x>399</x>
348      <y>239</y>
349     </hint>
350     <hint type="destinationlabel">
351      <x>499</x>
352      <y>399</y>
353     </hint>
354    </hints>
355   </connection>
356   <connection>
357    <sender>PIRInputForm</sender>
358    <signal>auxInputEnabled(bool)</signal>
359    <receiver>auxInputButton</receiver>
360    <slot>setEnabled(bool)</slot>
361    <hints>
362     <hint type="sourcelabel">
363      <x>399</x>
364      <y>239</y>
365     </hint>
366     <hint type="destinationlabel">
367      <x>697</x>
368      <y>399</y>
369     </hint>
370    </hints>
371   </connection>
372  </connections>
373  <slots>
374   <signal>cdInputEnabled(bool)</signal>
375   <signal>tapeInputEnabled(bool)</signal>
376   <signal>phonoInputEnabled(bool)</signal>
377   <signal>tunerInputEnabled(bool)</signal>
378   <signal>pcInputEnabled(bool)</signal>
379   <signal>hdmiInputEnabled(bool)</signal>
380   <signal>dvdInputEnabled(bool)</signal>
381   <signal>vcrInputEnabled(bool)</signal>
382   <signal>antennaInputEnabled(bool)</signal>
383   <signal>cableInputEnabled(bool)</signal>
384   <signal>satelliteInputEnabled(bool)</signal>
385   <signal>auxInputEnabled(bool)</signal>
386  </slots>
387 </ui>