Adding FLL to QT loopback example.
[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="2" column="5" >
18      <layout class="QVBoxLayout" name="verticalLayout" >
19       <item>
20        <widget class="QPushButton" name="pauseButton" >
21         <property name="minimumSize" >
22          <size>
23           <width>80</width>
24           <height>0</height>
25          </size>
26         </property>
27         <property name="maximumSize" >
28          <size>
29           <width>80</width>
30           <height>16777215</height>
31          </size>
32         </property>
33         <property name="text" >
34          <string>Pause</string>
35         </property>
36        </widget>
37       </item>
38       <item>
39        <spacer name="verticalSpacer" >
40         <property name="orientation" >
41          <enum>Qt::Vertical</enum>
42         </property>
43         <property name="sizeType" >
44          <enum>QSizePolicy::Fixed</enum>
45         </property>
46         <property name="sizeHint" stdset="0" >
47          <size>
48           <width>20</width>
49           <height>60</height>
50          </size>
51         </property>
52        </spacer>
53       </item>
54       <item>
55        <widget class="QPushButton" name="closeButton" >
56         <property name="minimumSize" >
57          <size>
58           <width>80</width>
59           <height>0</height>
60          </size>
61         </property>
62         <property name="maximumSize" >
63          <size>
64           <width>80</width>
65           <height>16777215</height>
66          </size>
67         </property>
68         <property name="text" >
69          <string>Close</string>
70         </property>
71        </widget>
72       </item>
73      </layout>
74     </item>
75     <item row="2" column="1" >
76      <widget class="QGroupBox" name="channelModeBox" >
77       <property name="sizePolicy" >
78        <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
79         <horstretch>0</horstretch>
80         <verstretch>0</verstretch>
81        </sizepolicy>
82       </property>
83       <property name="minimumSize" >
84        <size>
85         <width>245</width>
86         <height>130</height>
87        </size>
88       </property>
89       <property name="maximumSize" >
90        <size>
91         <width>245</width>
92         <height>16777215</height>
93        </size>
94       </property>
95       <property name="title" >
96        <string>Channel Model Parameters</string>
97       </property>
98       <widget class="QWidget" name="formLayoutWidget_2" >
99        <property name="geometry" >
100         <rect>
101          <x>10</x>
102          <y>20</y>
103          <width>221</width>
104          <height>98</height>
105         </rect>
106        </property>
107        <layout class="QFormLayout" name="formLayout_2" >
108         <property name="sizeConstraint" >
109          <enum>QLayout::SetFixedSize</enum>
110         </property>
111         <property name="fieldGrowthPolicy" >
112          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
113         </property>
114         <item row="0" column="0" >
115          <widget class="QLabel" name="snrLabel" >
116           <property name="text" >
117            <string>SNR (dB)</string>
118           </property>
119          </widget>
120         </item>
121         <item row="0" column="1" >
122          <widget class="QLineEdit" name="snrEdit" >
123           <property name="minimumSize" >
124            <size>
125             <width>60</width>
126             <height>0</height>
127            </size>
128           </property>
129           <property name="maximumSize" >
130            <size>
131             <width>80</width>
132             <height>16777215</height>
133            </size>
134           </property>
135          </widget>
136         </item>
137         <item row="1" column="0" >
138          <widget class="QLabel" name="freqLabel" >
139           <property name="text" >
140            <string>Frequency Offset (Hz)</string>
141           </property>
142          </widget>
143         </item>
144         <item row="1" column="1" >
145          <widget class="QLineEdit" name="freqEdit" >
146           <property name="minimumSize" >
147            <size>
148             <width>60</width>
149             <height>0</height>
150            </size>
151           </property>
152           <property name="maximumSize" >
153            <size>
154             <width>80</width>
155             <height>16777215</height>
156            </size>
157           </property>
158          </widget>
159         </item>
160         <item row="2" column="0" >
161          <widget class="QLabel" name="timeLabel" >
162           <property name="text" >
163            <string>Timing Offset</string>
164           </property>
165          </widget>
166         </item>
167         <item row="2" column="1" >
168          <widget class="QLineEdit" name="timeEdit" >
169           <property name="minimumSize" >
170            <size>
171             <width>60</width>
172             <height>0</height>
173            </size>
174           </property>
175           <property name="maximumSize" >
176            <size>
177             <width>80</width>
178             <height>16777215</height>
179            </size>
180           </property>
181          </widget>
182         </item>
183        </layout>
184       </widget>
185      </widget>
186     </item>
187     <item row="2" column="0" >
188      <layout class="QVBoxLayout" name="verticalLayout_2" >
189       <item>
190        <widget class="QGroupBox" name="sysBox" >
191         <property name="sizePolicy" >
192          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
193           <horstretch>0</horstretch>
194           <verstretch>0</verstretch>
195          </sizepolicy>
196         </property>
197         <property name="minimumSize" >
198          <size>
199           <width>240</width>
200           <height>60</height>
201          </size>
202         </property>
203         <property name="maximumSize" >
204          <size>
205           <width>240</width>
206           <height>16777215</height>
207          </size>
208         </property>
209         <property name="title" >
210          <string>System Parameters</string>
211         </property>
212         <widget class="QWidget" name="formLayoutWidget" >
213          <property name="geometry" >
214           <rect>
215            <x>10</x>
216            <y>20</y>
217            <width>211</width>
218            <height>31</height>
219           </rect>
220          </property>
221          <layout class="QFormLayout" name="formLayout" >
222           <property name="sizeConstraint" >
223            <enum>QLayout::SetFixedSize</enum>
224           </property>
225           <property name="verticalSpacing" >
226            <number>20</number>
227           </property>
228           <item row="0" column="1" >
229            <widget class="QLineEdit" name="sampleRateEdit" >
230             <property name="sizePolicy" >
231              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
232               <horstretch>0</horstretch>
233               <verstretch>0</verstretch>
234              </sizepolicy>
235             </property>
236             <property name="minimumSize" >
237              <size>
238               <width>60</width>
239               <height>26</height>
240              </size>
241             </property>
242             <property name="maximumSize" >
243              <size>
244               <width>80</width>
245               <height>26</height>
246              </size>
247             </property>
248            </widget>
249           </item>
250           <item row="0" column="0" >
251            <widget class="QLabel" name="sampleRateLabel" >
252             <property name="sizePolicy" >
253              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
254               <horstretch>0</horstretch>
255               <verstretch>0</verstretch>
256              </sizepolicy>
257             </property>
258             <property name="minimumSize" >
259              <size>
260               <width>0</width>
261               <height>20</height>
262              </size>
263             </property>
264             <property name="maximumSize" >
265              <size>
266               <width>16777215</width>
267               <height>20</height>
268              </size>
269             </property>
270             <property name="text" >
271              <string>Sample Rate (sps)</string>
272             </property>
273            </widget>
274           </item>
275          </layout>
276         </widget>
277        </widget>
278       </item>
279       <item>
280        <spacer name="verticalSpacer_2" >
281         <property name="orientation" >
282          <enum>Qt::Vertical</enum>
283         </property>
284         <property name="sizeType" >
285          <enum>QSizePolicy::Fixed</enum>
286         </property>
287         <property name="sizeHint" stdset="0" >
288          <size>
289           <width>20</width>
290           <height>60</height>
291          </size>
292         </property>
293        </spacer>
294       </item>
295      </layout>
296     </item>
297     <item row="2" column="3" >
298      <widget class="QGroupBox" name="rxBox_2" >
299       <property name="sizePolicy" >
300        <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
301         <horstretch>0</horstretch>
302         <verstretch>0</verstretch>
303        </sizepolicy>
304       </property>
305       <property name="minimumSize" >
306        <size>
307         <width>220</width>
308         <height>125</height>
309        </size>
310       </property>
311       <property name="maximumSize" >
312        <size>
313         <width>265</width>
314         <height>125</height>
315        </size>
316       </property>
317       <property name="title" >
318        <string>Received Packet Info</string>
319       </property>
320       <widget class="QWidget" name="formLayoutWidget_4" >
321        <property name="geometry" >
322         <rect>
323          <x>10</x>
324          <y>20</y>
325          <width>248</width>
326          <height>188</height>
327         </rect>
328        </property>
329        <layout class="QFormLayout" name="formLayout_4" >
330         <property name="sizeConstraint" >
331          <enum>QLayout::SetFixedSize</enum>
332         </property>
333         <property name="fieldGrowthPolicy" >
334          <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
335         </property>
336         <item row="0" column="0" >
337          <widget class="QLabel" name="pktsRcvdLabel" >
338           <property name="text" >
339            <string>Packets Rcvd.</string>
340           </property>
341          </widget>
342         </item>
343         <item row="0" column="1" >
344          <widget class="QLineEdit" name="pktsRcvdEdit" >
345           <property name="minimumSize" >
346            <size>
347             <width>60</width>
348             <height>0</height>
349            </size>
350           </property>
351           <property name="maximumSize" >
352            <size>
353             <width>80</width>
354             <height>16777215</height>
355            </size>
356           </property>
357          </widget>
358         </item>
359         <item row="1" column="0" >
360          <widget class="QLabel" name="pktsCorrectLabel" >
361           <property name="text" >
362            <string>Packets Correct</string>
363           </property>
364          </widget>
365         </item>
366         <item row="1" column="1" >
367          <widget class="QLineEdit" name="pktsCorrectEdit" >
368           <property name="minimumSize" >
369            <size>
370             <width>60</width>
371             <height>0</height>
372            </size>
373           </property>
374           <property name="maximumSize" >
375            <size>
376             <width>80</width>
377             <height>16777215</height>
378            </size>
379           </property>
380          </widget>
381         </item>
382         <item row="2" column="0" >
383          <widget class="QLabel" name="perLabel" >
384           <property name="text" >
385            <string>PER</string>
386           </property>
387          </widget>
388         </item>
389         <item row="2" column="1" >
390          <widget class="QLineEdit" name="perEdit" >
391           <property name="minimumSize" >
392            <size>
393             <width>60</width>
394             <height>0</height>
395            </size>
396           </property>
397           <property name="maximumSize" >
398            <size>
399             <width>80</width>
400             <height>16777215</height>
401            </size>
402           </property>
403          </widget>
404         </item>
405        </layout>
406        <zorder>pktsRcvdLabel</zorder>
407        <zorder>pktsCorrectLabel</zorder>
408        <zorder>perLabel</zorder>
409        <zorder>pktsRcvdEdit</zorder>
410        <zorder>pktsCorrectEdit</zorder>
411        <zorder>perEdit</zorder>
412       </widget>
413      </widget>
414     </item>
415     <item row="2" column="4" >
416      <spacer name="horizontalSpacer" >
417       <property name="orientation" >
418        <enum>Qt::Horizontal</enum>
419       </property>
420       <property name="sizeHint" stdset="0" >
421        <size>
422         <width>20</width>
423         <height>20</height>
424        </size>
425       </property>
426      </spacer>
427     </item>
428     <item row="0" column="0" colspan="6" >
429      <layout class="QVBoxLayout" name="verticalLayout_5" >
430       <item>
431        <widget class="QFrame" name="sinkFrame" >
432         <property name="sizePolicy" >
433          <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
434           <horstretch>0</horstretch>
435           <verstretch>0</verstretch>
436          </sizepolicy>
437         </property>
438         <property name="minimumSize" >
439          <size>
440           <width>500</width>
441           <height>550</height>
442          </size>
443         </property>
444         <property name="frameShape" >
445          <enum>QFrame::StyledPanel</enum>
446         </property>
447         <property name="frameShadow" >
448          <enum>QFrame::Raised</enum>
449         </property>
450         <layout class="QGridLayout" name="gridLayout_2" >
451          <item row="1" column="0" >
452           <layout class="QHBoxLayout" name="sinkLayout" />
453          </item>
454         </layout>
455        </widget>
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>161</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="alphaTimeLabel" >
497           <property name="text" >
498            <string>Alpha: time</string>
499           </property>
500          </widget>
501         </item>
502         <item row="2" column="0" >
503          <widget class="QLabel" name="alphaPhaseLabel" >
504           <property name="text" >
505            <string>Alpha: phase</string>
506           </property>
507          </widget>
508         </item>
509         <item row="0" column="1" >
510          <widget class="QLineEdit" name="alphaTimeEdit" >
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="alphaPhaseEdit" >
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="betaTimeEdit" >
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="betaTimeLabel" >
553           <property name="text" >
554            <string>Beta: time</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>