a0af196edc04e8a9e9b17f521fbc4fc72015b889
[debian/gnuradio] / gnuradio-examples / python / digital / qt_digital_window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DigitalWindow</class>
4  <widget class="QMainWindow" name="DigitalWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1019</width>
10     <height>754</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="2" column="2">
19      <layout class="QVBoxLayout" name="verticalLayout_3">
20       <item>
21        <widget class="QGroupBox" name="rxBox">
22         <property name="sizePolicy">
23          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
24           <horstretch>0</horstretch>
25           <verstretch>0</verstretch>
26          </sizepolicy>
27         </property>
28         <property name="minimumSize">
29          <size>
30           <width>180</width>
31           <height>90</height>
32          </size>
33         </property>
34         <property name="maximumSize">
35          <size>
36           <width>180</width>
37           <height>16777215</height>
38          </size>
39         </property>
40         <property name="title">
41          <string>Receiver Parameters</string>
42         </property>
43         <widget class="QWidget" name="formLayoutWidget_3">
44          <property name="geometry">
45           <rect>
46            <x>10</x>
47            <y>20</y>
48            <width>141</width>
49            <height>61</height>
50           </rect>
51          </property>
52          <layout class="QFormLayout" name="formLayout_3">
53           <property name="sizeConstraint">
54            <enum>QLayout::SetFixedSize</enum>
55           </property>
56           <item row="0" column="0">
57            <widget class="QLabel" name="gainMuLabel">
58             <property name="text">
59              <string>Gain mu</string>
60             </property>
61            </widget>
62           </item>
63           <item row="1" column="0">
64            <widget class="QLabel" name="alphaLabel">
65             <property name="text">
66              <string>Alpha</string>
67             </property>
68            </widget>
69           </item>
70           <item row="0" column="1">
71            <widget class="QLineEdit" name="gainMuEdit">
72             <property name="minimumSize">
73              <size>
74               <width>60</width>
75               <height>0</height>
76              </size>
77             </property>
78             <property name="maximumSize">
79              <size>
80               <width>80</width>
81               <height>16777215</height>
82              </size>
83             </property>
84            </widget>
85           </item>
86           <item row="1" column="1">
87            <widget class="QLineEdit" name="alphaEdit">
88             <property name="minimumSize">
89              <size>
90               <width>60</width>
91               <height>0</height>
92              </size>
93             </property>
94             <property name="maximumSize">
95              <size>
96               <width>80</width>
97               <height>16777215</height>
98              </size>
99             </property>
100            </widget>
101           </item>
102          </layout>
103         </widget>
104        </widget>
105       </item>
106       <item>
107        <spacer name="verticalSpacer_4">
108         <property name="orientation">
109          <enum>Qt::Vertical</enum>
110         </property>
111         <property name="sizeType">
112          <enum>QSizePolicy::Fixed</enum>
113         </property>
114         <property name="sizeHint" stdset="0">
115          <size>
116           <width>20</width>
117           <height>30</height>
118          </size>
119         </property>
120        </spacer>
121       </item>
122      </layout>
123     </item>
124     <item row="2" column="5">
125      <layout class="QVBoxLayout" name="verticalLayout">
126       <item>
127        <widget class="QPushButton" name="pauseButton">
128         <property name="minimumSize">
129          <size>
130           <width>80</width>
131           <height>0</height>
132          </size>
133         </property>
134         <property name="maximumSize">
135          <size>
136           <width>80</width>
137           <height>16777215</height>
138          </size>
139         </property>
140         <property name="text">
141          <string>Pause</string>
142         </property>
143        </widget>
144       </item>
145       <item>
146        <spacer name="verticalSpacer">
147         <property name="orientation">
148          <enum>Qt::Vertical</enum>
149         </property>
150         <property name="sizeType">
151          <enum>QSizePolicy::Fixed</enum>
152         </property>
153         <property name="sizeHint" stdset="0">
154          <size>
155           <width>20</width>
156           <height>60</height>
157          </size>
158         </property>
159        </spacer>
160       </item>
161       <item>
162        <widget class="QPushButton" name="closeButton">
163         <property name="minimumSize">
164          <size>
165           <width>80</width>
166           <height>0</height>
167          </size>
168         </property>
169         <property name="maximumSize">
170          <size>
171           <width>80</width>
172           <height>16777215</height>
173          </size>
174         </property>
175         <property name="text">
176          <string>Close</string>
177         </property>
178        </widget>
179       </item>
180      </layout>
181     </item>
182     <item row="2" column="1">
183      <widget class="QGroupBox" name="channelModeBox">
184       <property name="sizePolicy">
185        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
186         <horstretch>0</horstretch>
187         <verstretch>0</verstretch>
188        </sizepolicy>
189       </property>
190       <property name="minimumSize">
191        <size>
192         <width>245</width>
193         <height>130</height>
194        </size>
195       </property>
196       <property name="maximumSize">
197        <size>
198         <width>245</width>
199         <height>16777215</height>
200        </size>
201       </property>
202       <property name="title">
203        <string>Channel Model Parameters</string>
204       </property>
205       <widget class="QWidget" name="formLayoutWidget_2">
206        <property name="geometry">
207         <rect>
208          <x>10</x>
209          <y>20</y>
210          <width>221</width>
211          <height>98</height>
212         </rect>
213        </property>
214        <layout class="QFormLayout" name="formLayout_2">
215         <property name="sizeConstraint">
216          <enum>QLayout::SetFixedSize</enum>
217         </property>
218         <property name="fieldGrowthPolicy">
219          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
220         </property>
221         <item row="0" column="0">
222          <widget class="QLabel" name="snrLabel">
223           <property name="text">
224            <string>SNR (dB)</string>
225           </property>
226          </widget>
227         </item>
228         <item row="0" column="1">
229          <widget class="QLineEdit" name="snrEdit">
230           <property name="minimumSize">
231            <size>
232             <width>60</width>
233             <height>0</height>
234            </size>
235           </property>
236           <property name="maximumSize">
237            <size>
238             <width>80</width>
239             <height>16777215</height>
240            </size>
241           </property>
242          </widget>
243         </item>
244         <item row="1" column="0">
245          <widget class="QLabel" name="freqLabel">
246           <property name="text">
247            <string>Frequency Offset (Hz)</string>
248           </property>
249          </widget>
250         </item>
251         <item row="1" column="1">
252          <widget class="QLineEdit" name="freqEdit">
253           <property name="minimumSize">
254            <size>
255             <width>60</width>
256             <height>0</height>
257            </size>
258           </property>
259           <property name="maximumSize">
260            <size>
261             <width>80</width>
262             <height>16777215</height>
263            </size>
264           </property>
265          </widget>
266         </item>
267         <item row="2" column="0">
268          <widget class="QLabel" name="timeLabel">
269           <property name="text">
270            <string>Timing Offset</string>
271           </property>
272          </widget>
273         </item>
274         <item row="2" column="1">
275          <widget class="QLineEdit" name="timeEdit">
276           <property name="minimumSize">
277            <size>
278             <width>60</width>
279             <height>0</height>
280            </size>
281           </property>
282           <property name="maximumSize">
283            <size>
284             <width>80</width>
285             <height>16777215</height>
286            </size>
287           </property>
288          </widget>
289         </item>
290        </layout>
291       </widget>
292      </widget>
293     </item>
294     <item row="2" column="0">
295      <layout class="QVBoxLayout" name="verticalLayout_2">
296       <item>
297        <widget class="QGroupBox" name="sysBox">
298         <property name="sizePolicy">
299          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
300           <horstretch>0</horstretch>
301           <verstretch>0</verstretch>
302          </sizepolicy>
303         </property>
304         <property name="minimumSize">
305          <size>
306           <width>240</width>
307           <height>60</height>
308          </size>
309         </property>
310         <property name="maximumSize">
311          <size>
312           <width>240</width>
313           <height>16777215</height>
314          </size>
315         </property>
316         <property name="title">
317          <string>System Parameters</string>
318         </property>
319         <widget class="QWidget" name="formLayoutWidget">
320          <property name="geometry">
321           <rect>
322            <x>10</x>
323            <y>20</y>
324            <width>211</width>
325            <height>31</height>
326           </rect>
327          </property>
328          <layout class="QFormLayout" name="formLayout">
329           <property name="sizeConstraint">
330            <enum>QLayout::SetFixedSize</enum>
331           </property>
332           <property name="verticalSpacing">
333            <number>20</number>
334           </property>
335           <item row="0" column="1">
336            <widget class="QLineEdit" name="sampleRateEdit">
337             <property name="sizePolicy">
338              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
339               <horstretch>0</horstretch>
340               <verstretch>0</verstretch>
341              </sizepolicy>
342             </property>
343             <property name="minimumSize">
344              <size>
345               <width>60</width>
346               <height>26</height>
347              </size>
348             </property>
349             <property name="maximumSize">
350              <size>
351               <width>80</width>
352               <height>26</height>
353              </size>
354             </property>
355            </widget>
356           </item>
357           <item row="0" column="0">
358            <widget class="QLabel" name="sampleRateLabel">
359             <property name="sizePolicy">
360              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
361               <horstretch>0</horstretch>
362               <verstretch>0</verstretch>
363              </sizepolicy>
364             </property>
365             <property name="minimumSize">
366              <size>
367               <width>0</width>
368               <height>20</height>
369              </size>
370             </property>
371             <property name="maximumSize">
372              <size>
373               <width>16777215</width>
374               <height>20</height>
375              </size>
376             </property>
377             <property name="text">
378              <string>Sample Rate (sps)</string>
379             </property>
380            </widget>
381           </item>
382          </layout>
383         </widget>
384        </widget>
385       </item>
386       <item>
387        <spacer name="verticalSpacer_2">
388         <property name="orientation">
389          <enum>Qt::Vertical</enum>
390         </property>
391         <property name="sizeType">
392          <enum>QSizePolicy::Fixed</enum>
393         </property>
394         <property name="sizeHint" stdset="0">
395          <size>
396           <width>20</width>
397           <height>60</height>
398          </size>
399         </property>
400        </spacer>
401       </item>
402      </layout>
403     </item>
404     <item row="2" column="3">
405      <widget class="QGroupBox" name="rxBox_2">
406       <property name="sizePolicy">
407        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
408         <horstretch>0</horstretch>
409         <verstretch>0</verstretch>
410        </sizepolicy>
411       </property>
412       <property name="minimumSize">
413        <size>
414         <width>220</width>
415         <height>125</height>
416        </size>
417       </property>
418       <property name="maximumSize">
419        <size>
420         <width>265</width>
421         <height>125</height>
422        </size>
423       </property>
424       <property name="title">
425        <string>Received Packet Info</string>
426       </property>
427       <widget class="QWidget" name="formLayoutWidget_4">
428        <property name="geometry">
429         <rect>
430          <x>10</x>
431          <y>20</y>
432          <width>181</width>
433          <height>92</height>
434         </rect>
435        </property>
436        <layout class="QFormLayout" name="formLayout_4">
437         <property name="sizeConstraint">
438          <enum>QLayout::SetFixedSize</enum>
439         </property>
440         <item row="0" column="0">
441          <widget class="QLabel" name="pktsRcvdLabel">
442           <property name="text">
443            <string>Packets Rcvd.</string>
444           </property>
445          </widget>
446         </item>
447         <item row="1" column="0">
448          <widget class="QLabel" name="pktsCorrectLabel">
449           <property name="text">
450            <string>Packets Correct</string>
451           </property>
452          </widget>
453         </item>
454         <item row="2" column="0">
455          <widget class="QLabel" name="perLabel">
456           <property name="text">
457            <string>PER</string>
458           </property>
459          </widget>
460         </item>
461         <item row="0" column="1">
462          <widget class="QLineEdit" name="pktsRcvdEdit">
463           <property name="minimumSize">
464            <size>
465             <width>60</width>
466             <height>0</height>
467            </size>
468           </property>
469           <property name="maximumSize">
470            <size>
471             <width>80</width>
472             <height>16777215</height>
473            </size>
474           </property>
475          </widget>
476         </item>
477         <item row="1" column="1">
478          <widget class="QLineEdit" name="pktsCorrectEdit">
479           <property name="minimumSize">
480            <size>
481             <width>60</width>
482             <height>0</height>
483            </size>
484           </property>
485           <property name="maximumSize">
486            <size>
487             <width>80</width>
488             <height>16777215</height>
489            </size>
490           </property>
491          </widget>
492         </item>
493         <item row="2" column="1">
494          <widget class="QLineEdit" name="perEdit">
495           <property name="minimumSize">
496            <size>
497             <width>60</width>
498             <height>0</height>
499            </size>
500           </property>
501           <property name="maximumSize">
502            <size>
503             <width>80</width>
504             <height>16777215</height>
505            </size>
506           </property>
507          </widget>
508         </item>
509        </layout>
510       </widget>
511      </widget>
512     </item>
513     <item row="2" column="4">
514      <spacer name="horizontalSpacer">
515       <property name="orientation">
516        <enum>Qt::Horizontal</enum>
517       </property>
518       <property name="sizeHint" stdset="0">
519        <size>
520         <width>20</width>
521         <height>20</height>
522        </size>
523       </property>
524      </spacer>
525     </item>
526     <item row="0" column="0" colspan="6">
527      <layout class="QVBoxLayout" name="verticalLayout_5">
528       <item>
529        <widget class="QFrame" name="sinkFrame">
530         <property name="sizePolicy">
531          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
532           <horstretch>0</horstretch>
533           <verstretch>0</verstretch>
534          </sizepolicy>
535         </property>
536         <property name="minimumSize">
537          <size>
538           <width>500</width>
539           <height>550</height>
540          </size>
541         </property>
542         <property name="frameShape">
543          <enum>QFrame::StyledPanel</enum>
544         </property>
545         <property name="frameShadow">
546          <enum>QFrame::Raised</enum>
547         </property>
548         <layout class="QGridLayout" name="gridLayout_2">
549          <item row="1" column="0">
550           <layout class="QHBoxLayout" name="sinkLayout"/>
551          </item>
552         </layout>
553        </widget>
554       </item>
555      </layout>
556     </item>
557    </layout>
558    <zorder>channelModeBox</zorder>
559    <zorder></zorder>
560    <zorder>rxBox_2</zorder>
561    <zorder>horizontalSpacer</zorder>
562    <zorder></zorder>
563   </widget>
564   <widget class="QMenuBar" name="menubar">
565    <property name="geometry">
566     <rect>
567      <x>0</x>
568      <y>0</y>
569      <width>1019</width>
570      <height>25</height>
571     </rect>
572    </property>
573    <widget class="QMenu" name="menuFile">
574     <property name="title">
575      <string>&amp;File</string>
576     </property>
577     <addaction name="actionExit"/>
578    </widget>
579    <addaction name="menuFile"/>
580   </widget>
581   <widget class="QStatusBar" name="statusbar"/>
582   <action name="actionExit">
583    <property name="text">
584     <string>E&amp;xit</string>
585    </property>
586   </action>
587  </widget>
588  <tabstops>
589   <tabstop>snrEdit</tabstop>
590   <tabstop>freqEdit</tabstop>
591   <tabstop>timeEdit</tabstop>
592  </tabstops>
593  <resources/>
594  <connections>
595   <connection>
596    <sender>closeButton</sender>
597    <signal>clicked()</signal>
598    <receiver>DigitalWindow</receiver>
599    <slot>close()</slot>
600    <hints>
601     <hint type="sourcelabel">
602      <x>322</x>
603      <y>623</y>
604     </hint>
605     <hint type="destinationlabel">
606      <x>66</x>
607      <y>561</y>
608     </hint>
609    </hints>
610   </connection>
611   <connection>
612    <sender>actionExit</sender>
613    <signal>triggered()</signal>
614    <receiver>DigitalWindow</receiver>
615    <slot>close()</slot>
616    <hints>
617     <hint type="sourcelabel">
618      <x>-1</x>
619      <y>-1</y>
620     </hint>
621     <hint type="destinationlabel">
622      <x>617</x>
623      <y>327</y>
624     </hint>
625    </hints>
626   </connection>
627  </connections>
628 </ui>