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