4631b77827c7ec7ceb35b482ea90019239c4d408
[debian/gnuradio] / gnuradio-examples / python / digital / qt_rx_window.ui
1 <ui version="4.0" >
2  <class>DigitalWindow</class>
3  <widget class="QMainWindow" name="DigitalWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1000</width>
9     <height>816</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QGridLayout" name="gridLayout" >
17     <item row="0" column="0" >
18      <widget class="QFrame" name="sinkFrame" >
19       <property name="sizePolicy" >
20        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
21         <horstretch>0</horstretch>
22         <verstretch>1</verstretch>
23        </sizepolicy>
24       </property>
25       <property name="minimumSize" >
26        <size>
27         <width>800</width>
28         <height>500</height>
29        </size>
30       </property>
31       <property name="frameShape" >
32        <enum>QFrame::StyledPanel</enum>
33       </property>
34       <property name="frameShadow" >
35        <enum>QFrame::Raised</enum>
36       </property>
37       <layout class="QHBoxLayout" name="horizontalLayout_2" >
38        <item>
39         <layout class="QHBoxLayout" name="sinkLayout" />
40        </item>
41       </layout>
42      </widget>
43     </item>
44     <item row="1" column="0" >
45      <spacer name="verticalSpacer" >
46       <property name="orientation" >
47        <enum>Qt::Vertical</enum>
48       </property>
49       <property name="sizeType" >
50        <enum>QSizePolicy::Fixed</enum>
51       </property>
52       <property name="sizeHint" stdset="0" >
53        <size>
54         <width>20</width>
55         <height>40</height>
56        </size>
57       </property>
58      </spacer>
59     </item>
60     <item row="2" column="0" >
61      <layout class="QHBoxLayout" name="horizontalLayout" >
62       <property name="sizeConstraint" >
63        <enum>QLayout::SetFixedSize</enum>
64       </property>
65       <item>
66        <widget class="QGroupBox" name="rxBox" >
67         <property name="sizePolicy" >
68          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
69           <horstretch>0</horstretch>
70           <verstretch>0</verstretch>
71          </sizepolicy>
72         </property>
73         <property name="minimumSize" >
74          <size>
75           <width>250</width>
76           <height>190</height>
77          </size>
78         </property>
79         <property name="maximumSize" >
80          <size>
81           <width>250</width>
82           <height>190</height>
83          </size>
84         </property>
85         <property name="title" >
86          <string>Receiver Parameters</string>
87         </property>
88         <widget class="QLineEdit" name="gainMuEdit" >
89          <property name="geometry" >
90           <rect>
91            <x>120</x>
92            <y>120</y>
93            <width>113</width>
94            <height>23</height>
95           </rect>
96          </property>
97         </widget>
98         <widget class="QLabel" name="gainMuLabel" >
99          <property name="geometry" >
100           <rect>
101            <x>10</x>
102            <y>120</y>
103            <width>111</width>
104            <height>20</height>
105           </rect>
106          </property>
107          <property name="text" >
108           <string>mu's gain</string>
109          </property>
110         </widget>
111         <widget class="QLineEdit" name="alphaEdit" >
112          <property name="geometry" >
113           <rect>
114            <x>120</x>
115            <y>150</y>
116            <width>113</width>
117            <height>23</height>
118           </rect>
119          </property>
120         </widget>
121         <widget class="QLabel" name="alphaLabel" >
122          <property name="geometry" >
123           <rect>
124            <x>10</x>
125            <y>150</y>
126            <width>111</width>
127            <height>20</height>
128           </rect>
129          </property>
130          <property name="text" >
131           <string>Alpha</string>
132          </property>
133         </widget>
134         <widget class="QLabel" name="gainLabel" >
135          <property name="geometry" >
136           <rect>
137            <x>10</x>
138            <y>60</y>
139            <width>101</width>
140            <height>17</height>
141           </rect>
142          </property>
143          <property name="text" >
144           <string>Gain (dB)</string>
145          </property>
146         </widget>
147         <widget class="QLineEdit" name="freqEdit" >
148          <property name="geometry" >
149           <rect>
150            <x>120</x>
151            <y>30</y>
152            <width>113</width>
153            <height>23</height>
154           </rect>
155          </property>
156         </widget>
157         <widget class="QLabel" name="freqLabel" >
158          <property name="geometry" >
159           <rect>
160            <x>10</x>
161            <y>30</y>
162            <width>141</width>
163            <height>17</height>
164           </rect>
165          </property>
166          <property name="text" >
167           <string>Frequency (Hz)</string>
168          </property>
169         </widget>
170         <widget class="QLineEdit" name="gainEdit" >
171          <property name="geometry" >
172           <rect>
173            <x>120</x>
174            <y>60</y>
175            <width>113</width>
176            <height>23</height>
177           </rect>
178          </property>
179         </widget>
180         <widget class="QLabel" name="decimLabel" >
181          <property name="geometry" >
182           <rect>
183            <x>10</x>
184            <y>90</y>
185            <width>101</width>
186            <height>17</height>
187           </rect>
188          </property>
189          <property name="text" >
190           <string>Decimation</string>
191          </property>
192         </widget>
193         <widget class="QLineEdit" name="decimEdit" >
194          <property name="geometry" >
195           <rect>
196            <x>120</x>
197            <y>90</y>
198            <width>113</width>
199            <height>23</height>
200           </rect>
201          </property>
202         </widget>
203        </widget>
204       </item>
205       <item>
206        <layout class="QVBoxLayout" name="verticalLayout_3" >
207         <item>
208          <widget class="QGroupBox" name="rxPacketBox" >
209           <property name="enabled" >
210            <bool>true</bool>
211           </property>
212           <property name="sizePolicy" >
213            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
214             <horstretch>0</horstretch>
215             <verstretch>0</verstretch>
216            </sizepolicy>
217           </property>
218           <property name="minimumSize" >
219            <size>
220             <width>250</width>
221             <height>130</height>
222            </size>
223           </property>
224           <property name="maximumSize" >
225            <size>
226             <width>250</width>
227             <height>130</height>
228            </size>
229           </property>
230           <property name="font" >
231            <font>
232             <weight>50</weight>
233             <bold>false</bold>
234            </font>
235           </property>
236           <property name="title" >
237            <string>Received Packet Info</string>
238           </property>
239           <widget class="QLineEdit" name="pktsRcvdEdit" >
240            <property name="geometry" >
241             <rect>
242              <x>120</x>
243              <y>30</y>
244              <width>113</width>
245              <height>23</height>
246             </rect>
247            </property>
248           </widget>
249           <widget class="QLabel" name="pktsRcvdLabel" >
250            <property name="geometry" >
251             <rect>
252              <x>10</x>
253              <y>30</y>
254              <width>111</width>
255              <height>20</height>
256             </rect>
257            </property>
258            <property name="text" >
259             <string>Packets Rcvd.</string>
260            </property>
261           </widget>
262           <widget class="QLineEdit" name="pktsCorrectEdit" >
263            <property name="geometry" >
264             <rect>
265              <x>120</x>
266              <y>60</y>
267              <width>113</width>
268              <height>23</height>
269             </rect>
270            </property>
271           </widget>
272           <widget class="QLabel" name="pktsCorrectLabel" >
273            <property name="geometry" >
274             <rect>
275              <x>10</x>
276              <y>60</y>
277              <width>111</width>
278              <height>20</height>
279             </rect>
280            </property>
281            <property name="text" >
282             <string>Packets Correct</string>
283            </property>
284           </widget>
285           <widget class="QLabel" name="perLabel" >
286            <property name="geometry" >
287             <rect>
288              <x>10</x>
289              <y>90</y>
290              <width>111</width>
291              <height>20</height>
292             </rect>
293            </property>
294            <property name="text" >
295             <string>PER</string>
296            </property>
297           </widget>
298           <widget class="QLineEdit" name="perEdit" >
299            <property name="geometry" >
300             <rect>
301              <x>120</x>
302              <y>90</y>
303              <width>113</width>
304              <height>23</height>
305             </rect>
306            </property>
307           </widget>
308           <zorder>pktsRcvdEdit</zorder>
309           <zorder>pktsRcvdLabel</zorder>
310           <zorder>pktsCorrectEdit</zorder>
311           <zorder>pktsCorrectLabel</zorder>
312           <zorder>perLabel</zorder>
313           <zorder>perEdit</zorder>
314           <zorder>rxBox</zorder>
315           <zorder>verticalLayoutWidget</zorder>
316          </widget>
317         </item>
318         <item>
319          <spacer name="verticalSpacer_2" >
320           <property name="orientation" >
321            <enum>Qt::Vertical</enum>
322           </property>
323           <property name="sizeType" >
324            <enum>QSizePolicy::Fixed</enum>
325           </property>
326           <property name="sizeHint" stdset="0" >
327            <size>
328             <width>20</width>
329             <height>60</height>
330            </size>
331           </property>
332          </spacer>
333         </item>
334        </layout>
335       </item>
336       <item>
337        <spacer name="horizontalSpacer" >
338         <property name="orientation" >
339          <enum>Qt::Horizontal</enum>
340         </property>
341         <property name="sizeHint" stdset="0" >
342          <size>
343           <width>40</width>
344           <height>20</height>
345          </size>
346         </property>
347        </spacer>
348       </item>
349       <item>
350        <layout class="QVBoxLayout" name="verticalLayout_5" >
351         <item>
352          <spacer name="verticalSpacer_3" >
353           <property name="orientation" >
354            <enum>Qt::Vertical</enum>
355           </property>
356           <property name="sizeHint" stdset="0" >
357            <size>
358             <width>20</width>
359             <height>40</height>
360            </size>
361           </property>
362          </spacer>
363         </item>
364         <item>
365          <widget class="QPushButton" name="closeButton" >
366           <property name="sizePolicy" >
367            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
368             <horstretch>0</horstretch>
369             <verstretch>0</verstretch>
370            </sizepolicy>
371           </property>
372           <property name="minimumSize" >
373            <size>
374             <width>80</width>
375             <height>30</height>
376            </size>
377           </property>
378           <property name="maximumSize" >
379            <size>
380             <width>80</width>
381             <height>30</height>
382            </size>
383           </property>
384           <property name="text" >
385            <string>Close</string>
386           </property>
387          </widget>
388         </item>
389        </layout>
390       </item>
391      </layout>
392     </item>
393    </layout>
394    <zorder>closeButton</zorder>
395    <zorder>sinkFrame</zorder>
396    <zorder>rxBox</zorder>
397    <zorder>rxPacketBox</zorder>
398    <zorder>verticalLayoutWidget</zorder>
399    <zorder>verticalSpacer</zorder>
400    <zorder>horizontalLayoutWidget_2</zorder>
401   </widget>
402   <widget class="QMenuBar" name="menubar" >
403    <property name="geometry" >
404     <rect>
405      <x>0</x>
406      <y>0</y>
407      <width>1000</width>
408      <height>24</height>
409     </rect>
410    </property>
411    <widget class="QMenu" name="menuFile" >
412     <property name="title" >
413      <string>&amp;File</string>
414     </property>
415     <addaction name="actionExit" />
416    </widget>
417    <addaction name="menuFile" />
418   </widget>
419   <widget class="QStatusBar" name="statusbar" />
420   <action name="actionExit" >
421    <property name="text" >
422     <string>E&amp;xit</string>
423    </property>
424   </action>
425  </widget>
426  <resources/>
427  <connections>
428   <connection>
429    <sender>actionExit</sender>
430    <signal>triggered()</signal>
431    <receiver>DigitalWindow</receiver>
432    <slot>close()</slot>
433    <hints>
434     <hint type="sourcelabel" >
435      <x>-1</x>
436      <y>-1</y>
437     </hint>
438     <hint type="destinationlabel" >
439      <x>617</x>
440      <y>327</y>
441     </hint>
442    </hints>
443   </connection>
444   <connection>
445    <sender>closeButton</sender>
446    <signal>clicked()</signal>
447    <receiver>DigitalWindow</receiver>
448    <slot>close()</slot>
449    <hints>
450     <hint type="sourcelabel" >
451      <x>960</x>
452      <y>694</y>
453     </hint>
454     <hint type="destinationlabel" >
455      <x>66</x>
456      <y>561</y>
457     </hint>
458    </hints>
459   </connection>
460  </connections>
461 </ui>