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