Fixing up GUI windows to better scale with gtgui sinks.
[debian/gnuradio] / gnuradio-examples / python / digital / qt_digital_window2.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>751</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_3">
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        </widget>
244       </item>
245       <item>
246        <widget class="QGroupBox" name="rxBox">
247         <property name="sizePolicy">
248          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
249           <horstretch>0</horstretch>
250           <verstretch>0</verstretch>
251          </sizepolicy>
252         </property>
253         <property name="minimumSize">
254          <size>
255           <width>220</width>
256           <height>130</height>
257          </size>
258         </property>
259         <property name="maximumSize">
260          <size>
261           <width>180</width>
262           <height>16777215</height>
263          </size>
264         </property>
265         <property name="title">
266          <string>Receiver Parameters</string>
267         </property>
268         <widget class="QWidget" name="formLayoutWidget_3">
269          <property name="geometry">
270           <rect>
271            <x>10</x>
272            <y>20</y>
273            <width>201</width>
274            <height>101</height>
275           </rect>
276          </property>
277          <layout class="QFormLayout" name="formLayout_3">
278           <property name="sizeConstraint">
279            <enum>QLayout::SetFixedSize</enum>
280           </property>
281           <item row="0" column="0">
282            <widget class="QLabel" name="gainClockLabel">
283             <property name="text">
284              <string>Clock Loop Gain</string>
285             </property>
286            </widget>
287           </item>
288           <item row="2" column="0">
289            <widget class="QLabel" name="gainPhaseLabel">
290             <property name="text">
291              <string>Freq. Loop Gain</string>
292             </property>
293            </widget>
294           </item>
295           <item row="0" column="1">
296            <widget class="QLineEdit" name="gainClockEdit">
297             <property name="minimumSize">
298              <size>
299               <width>60</width>
300               <height>0</height>
301              </size>
302             </property>
303             <property name="maximumSize">
304              <size>
305               <width>80</width>
306               <height>16777215</height>
307              </size>
308             </property>
309            </widget>
310           </item>
311           <item row="2" column="1">
312            <widget class="QLineEdit" name="gainFreqEdit">
313             <property name="minimumSize">
314              <size>
315               <width>60</width>
316               <height>0</height>
317              </size>
318             </property>
319             <property name="maximumSize">
320              <size>
321               <width>80</width>
322               <height>16777215</height>
323              </size>
324             </property>
325            </widget>
326           </item>
327           <item row="1" column="1">
328            <widget class="QLineEdit" name="gainPhaseEdit">
329             <property name="maximumSize">
330              <size>
331               <width>80</width>
332               <height>16777215</height>
333              </size>
334             </property>
335            </widget>
336           </item>
337           <item row="1" column="0">
338            <widget class="QLabel" name="gainPhaseLabel_2">
339             <property name="text">
340              <string>Phase Loop Gain</string>
341             </property>
342            </widget>
343           </item>
344          </layout>
345         </widget>
346        </widget>
347       </item>
348       <item>
349        <widget class="QGroupBox" name="rxBox_2">
350         <property name="sizePolicy">
351          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
352           <horstretch>0</horstretch>
353           <verstretch>0</verstretch>
354          </sizepolicy>
355         </property>
356         <property name="minimumSize">
357          <size>
358           <width>220</width>
359           <height>125</height>
360          </size>
361         </property>
362         <property name="maximumSize">
363          <size>
364           <width>265</width>
365           <height>125</height>
366          </size>
367         </property>
368         <property name="title">
369          <string>Received Packet Info</string>
370         </property>
371         <widget class="QWidget" name="formLayoutWidget_4">
372          <property name="geometry">
373           <rect>
374            <x>10</x>
375            <y>20</y>
376            <width>201</width>
377            <height>91</height>
378           </rect>
379          </property>
380          <layout class="QFormLayout" name="formLayout_4">
381           <property name="sizeConstraint">
382            <enum>QLayout::SetFixedSize</enum>
383           </property>
384           <property name="fieldGrowthPolicy">
385            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
386           </property>
387           <item row="0" column="0">
388            <widget class="QLabel" name="pktsRcvdLabel">
389             <property name="text">
390              <string>Packets Rcvd.</string>
391             </property>
392            </widget>
393           </item>
394           <item row="0" column="1">
395            <widget class="QLineEdit" name="pktsRcvdEdit">
396             <property name="minimumSize">
397              <size>
398               <width>60</width>
399               <height>0</height>
400              </size>
401             </property>
402             <property name="maximumSize">
403              <size>
404               <width>80</width>
405               <height>16777215</height>
406              </size>
407             </property>
408            </widget>
409           </item>
410           <item row="1" column="0">
411            <widget class="QLabel" name="pktsCorrectLabel">
412             <property name="text">
413              <string>Packets Correct</string>
414             </property>
415            </widget>
416           </item>
417           <item row="1" column="1">
418            <widget class="QLineEdit" name="pktsCorrectEdit">
419             <property name="minimumSize">
420              <size>
421               <width>60</width>
422               <height>0</height>
423              </size>
424             </property>
425             <property name="maximumSize">
426              <size>
427               <width>80</width>
428               <height>16777215</height>
429              </size>
430             </property>
431            </widget>
432           </item>
433           <item row="2" column="0">
434            <widget class="QLabel" name="perLabel">
435             <property name="text">
436              <string>PER</string>
437             </property>
438            </widget>
439           </item>
440           <item row="2" column="1">
441            <widget class="QLineEdit" name="perEdit">
442             <property name="minimumSize">
443              <size>
444               <width>60</width>
445               <height>0</height>
446              </size>
447             </property>
448             <property name="maximumSize">
449              <size>
450               <width>80</width>
451               <height>16777215</height>
452              </size>
453             </property>
454            </widget>
455           </item>
456          </layout>
457          <zorder>pktsRcvdLabel</zorder>
458          <zorder>pktsCorrectLabel</zorder>
459          <zorder>perLabel</zorder>
460          <zorder>pktsRcvdEdit</zorder>
461          <zorder>pktsCorrectEdit</zorder>
462          <zorder>perEdit</zorder>
463         </widget>
464        </widget>
465       </item>
466       <item>
467        <spacer name="horizontalSpacer">
468         <property name="orientation">
469          <enum>Qt::Horizontal</enum>
470         </property>
471         <property name="sizeHint" stdset="0">
472          <size>
473           <width>20</width>
474           <height>20</height>
475          </size>
476         </property>
477        </spacer>
478       </item>
479       <item>
480        <layout class="QVBoxLayout" name="verticalLayout">
481         <item>
482          <widget class="QPushButton" name="pauseButton">
483           <property name="minimumSize">
484            <size>
485             <width>80</width>
486             <height>0</height>
487            </size>
488           </property>
489           <property name="maximumSize">
490            <size>
491             <width>80</width>
492             <height>16777215</height>
493            </size>
494           </property>
495           <property name="text">
496            <string>Pause</string>
497           </property>
498          </widget>
499         </item>
500         <item>
501          <spacer name="verticalSpacer">
502           <property name="orientation">
503            <enum>Qt::Vertical</enum>
504           </property>
505           <property name="sizeType">
506            <enum>QSizePolicy::Fixed</enum>
507           </property>
508           <property name="sizeHint" stdset="0">
509            <size>
510             <width>20</width>
511             <height>60</height>
512            </size>
513           </property>
514          </spacer>
515         </item>
516         <item>
517          <widget class="QPushButton" name="closeButton">
518           <property name="minimumSize">
519            <size>
520             <width>80</width>
521             <height>0</height>
522            </size>
523           </property>
524           <property name="maximumSize">
525            <size>
526             <width>80</width>
527             <height>16777215</height>
528            </size>
529           </property>
530           <property name="text">
531            <string>Close</string>
532           </property>
533          </widget>
534         </item>
535        </layout>
536       </item>
537      </layout>
538     </item>
539    </layout>
540   </widget>
541   <widget class="QMenuBar" name="menubar">
542    <property name="geometry">
543     <rect>
544      <x>0</x>
545      <y>0</y>
546      <width>1059</width>
547      <height>23</height>
548     </rect>
549    </property>
550    <widget class="QMenu" name="menuFile">
551     <property name="title">
552      <string>&amp;File</string>
553     </property>
554     <addaction name="actionExit"/>
555    </widget>
556    <addaction name="menuFile"/>
557   </widget>
558   <widget class="QStatusBar" name="statusbar"/>
559   <action name="actionExit">
560    <property name="text">
561     <string>E&amp;xit</string>
562    </property>
563   </action>
564  </widget>
565  <tabstops>
566   <tabstop>snrEdit</tabstop>
567   <tabstop>freqEdit</tabstop>
568   <tabstop>timeEdit</tabstop>
569  </tabstops>
570  <resources/>
571  <connections>
572   <connection>
573    <sender>closeButton</sender>
574    <signal>clicked()</signal>
575    <receiver>DigitalWindow</receiver>
576    <slot>close()</slot>
577    <hints>
578     <hint type="sourcelabel">
579      <x>322</x>
580      <y>623</y>
581     </hint>
582     <hint type="destinationlabel">
583      <x>66</x>
584      <y>561</y>
585     </hint>
586    </hints>
587   </connection>
588   <connection>
589    <sender>actionExit</sender>
590    <signal>triggered()</signal>
591    <receiver>DigitalWindow</receiver>
592    <slot>close()</slot>
593    <hints>
594     <hint type="sourcelabel">
595      <x>-1</x>
596      <y>-1</y>
597     </hint>
598     <hint type="destinationlabel">
599      <x>617</x>
600      <y>327</y>
601     </hint>
602    </hints>
603   </connection>
604  </connections>
605 </ui>