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