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