Fixing up GUI windows to better scale with gtgui sinks.
[debian/gnuradio] / gnuradio-examples / python / digital / qt_rx_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>999</width>
10     <height>519</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">
18     <item>
19      <layout class="QHBoxLayout" name="sinkLayout"/>
20     </item>
21     <item>
22      <layout class="QHBoxLayout" name="horizontalLayout">
23       <property name="sizeConstraint">
24        <enum>QLayout::SetFixedSize</enum>
25       </property>
26       <item>
27        <widget class="QGroupBox" name="rxBox">
28         <property name="sizePolicy">
29          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
30           <horstretch>0</horstretch>
31           <verstretch>0</verstretch>
32          </sizepolicy>
33         </property>
34         <property name="minimumSize">
35          <size>
36           <width>250</width>
37           <height>190</height>
38          </size>
39         </property>
40         <property name="maximumSize">
41          <size>
42           <width>250</width>
43           <height>190</height>
44          </size>
45         </property>
46         <property name="title">
47          <string>Receiver Parameters</string>
48         </property>
49         <widget class="QLineEdit" name="gainMuEdit">
50          <property name="geometry">
51           <rect>
52            <x>120</x>
53            <y>120</y>
54            <width>113</width>
55            <height>23</height>
56           </rect>
57          </property>
58         </widget>
59         <widget class="QLabel" name="gainMuLabel">
60          <property name="geometry">
61           <rect>
62            <x>10</x>
63            <y>120</y>
64            <width>111</width>
65            <height>20</height>
66           </rect>
67          </property>
68          <property name="text">
69           <string>mu's gain</string>
70          </property>
71         </widget>
72         <widget class="QLineEdit" name="alphaEdit">
73          <property name="geometry">
74           <rect>
75            <x>120</x>
76            <y>150</y>
77            <width>113</width>
78            <height>23</height>
79           </rect>
80          </property>
81         </widget>
82         <widget class="QLabel" name="alphaLabel">
83          <property name="geometry">
84           <rect>
85            <x>10</x>
86            <y>150</y>
87            <width>111</width>
88            <height>20</height>
89           </rect>
90          </property>
91          <property name="text">
92           <string>Alpha</string>
93          </property>
94         </widget>
95         <widget class="QLabel" name="gainLabel">
96          <property name="geometry">
97           <rect>
98            <x>10</x>
99            <y>60</y>
100            <width>101</width>
101            <height>17</height>
102           </rect>
103          </property>
104          <property name="text">
105           <string>Gain (dB)</string>
106          </property>
107         </widget>
108         <widget class="QLineEdit" name="freqEdit">
109          <property name="geometry">
110           <rect>
111            <x>120</x>
112            <y>30</y>
113            <width>113</width>
114            <height>23</height>
115           </rect>
116          </property>
117         </widget>
118         <widget class="QLabel" name="freqLabel">
119          <property name="geometry">
120           <rect>
121            <x>10</x>
122            <y>30</y>
123            <width>141</width>
124            <height>17</height>
125           </rect>
126          </property>
127          <property name="text">
128           <string>Frequency (Hz)</string>
129          </property>
130         </widget>
131         <widget class="QLineEdit" name="gainEdit">
132          <property name="geometry">
133           <rect>
134            <x>120</x>
135            <y>60</y>
136            <width>113</width>
137            <height>23</height>
138           </rect>
139          </property>
140         </widget>
141         <widget class="QLabel" name="decimLabel">
142          <property name="geometry">
143           <rect>
144            <x>10</x>
145            <y>90</y>
146            <width>101</width>
147            <height>17</height>
148           </rect>
149          </property>
150          <property name="text">
151           <string>Decimation</string>
152          </property>
153         </widget>
154         <widget class="QLineEdit" name="decimEdit">
155          <property name="geometry">
156           <rect>
157            <x>120</x>
158            <y>90</y>
159            <width>113</width>
160            <height>23</height>
161           </rect>
162          </property>
163         </widget>
164        </widget>
165       </item>
166       <item>
167        <layout class="QVBoxLayout" name="verticalLayout_3">
168         <item>
169          <widget class="QGroupBox" name="rxPacketBox">
170           <property name="enabled">
171            <bool>true</bool>
172           </property>
173           <property name="sizePolicy">
174            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
175             <horstretch>0</horstretch>
176             <verstretch>0</verstretch>
177            </sizepolicy>
178           </property>
179           <property name="minimumSize">
180            <size>
181             <width>250</width>
182             <height>130</height>
183            </size>
184           </property>
185           <property name="maximumSize">
186            <size>
187             <width>250</width>
188             <height>130</height>
189            </size>
190           </property>
191           <property name="font">
192            <font>
193             <weight>50</weight>
194             <bold>false</bold>
195            </font>
196           </property>
197           <property name="title">
198            <string>Received Packet Info</string>
199           </property>
200           <widget class="QLineEdit" name="pktsRcvdEdit">
201            <property name="geometry">
202             <rect>
203              <x>120</x>
204              <y>30</y>
205              <width>113</width>
206              <height>23</height>
207             </rect>
208            </property>
209           </widget>
210           <widget class="QLabel" name="pktsRcvdLabel">
211            <property name="geometry">
212             <rect>
213              <x>10</x>
214              <y>30</y>
215              <width>111</width>
216              <height>20</height>
217             </rect>
218            </property>
219            <property name="text">
220             <string>Packets Rcvd.</string>
221            </property>
222           </widget>
223           <widget class="QLineEdit" name="pktsCorrectEdit">
224            <property name="geometry">
225             <rect>
226              <x>120</x>
227              <y>60</y>
228              <width>113</width>
229              <height>23</height>
230             </rect>
231            </property>
232           </widget>
233           <widget class="QLabel" name="pktsCorrectLabel">
234            <property name="geometry">
235             <rect>
236              <x>10</x>
237              <y>60</y>
238              <width>111</width>
239              <height>20</height>
240             </rect>
241            </property>
242            <property name="text">
243             <string>Packets Correct</string>
244            </property>
245           </widget>
246           <widget class="QLabel" name="perLabel">
247            <property name="geometry">
248             <rect>
249              <x>10</x>
250              <y>90</y>
251              <width>111</width>
252              <height>20</height>
253             </rect>
254            </property>
255            <property name="text">
256             <string>PER</string>
257            </property>
258           </widget>
259           <widget class="QLineEdit" name="perEdit">
260            <property name="geometry">
261             <rect>
262              <x>120</x>
263              <y>90</y>
264              <width>113</width>
265              <height>23</height>
266             </rect>
267            </property>
268           </widget>
269          </widget>
270         </item>
271         <item>
272          <spacer name="verticalSpacer_2">
273           <property name="orientation">
274            <enum>Qt::Vertical</enum>
275           </property>
276           <property name="sizeType">
277            <enum>QSizePolicy::Fixed</enum>
278           </property>
279           <property name="sizeHint" stdset="0">
280            <size>
281             <width>20</width>
282             <height>60</height>
283            </size>
284           </property>
285          </spacer>
286         </item>
287        </layout>
288       </item>
289       <item>
290        <spacer name="horizontalSpacer">
291         <property name="orientation">
292          <enum>Qt::Horizontal</enum>
293         </property>
294         <property name="sizeHint" stdset="0">
295          <size>
296           <width>40</width>
297           <height>20</height>
298          </size>
299         </property>
300        </spacer>
301       </item>
302       <item>
303        <layout class="QVBoxLayout" name="verticalLayout_5">
304         <item>
305          <spacer name="verticalSpacer_3">
306           <property name="orientation">
307            <enum>Qt::Vertical</enum>
308           </property>
309           <property name="sizeHint" stdset="0">
310            <size>
311             <width>20</width>
312             <height>40</height>
313            </size>
314           </property>
315          </spacer>
316         </item>
317         <item>
318          <widget class="QPushButton" name="closeButton">
319           <property name="sizePolicy">
320            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
321             <horstretch>0</horstretch>
322             <verstretch>0</verstretch>
323            </sizepolicy>
324           </property>
325           <property name="minimumSize">
326            <size>
327             <width>80</width>
328             <height>30</height>
329            </size>
330           </property>
331           <property name="maximumSize">
332            <size>
333             <width>80</width>
334             <height>30</height>
335            </size>
336           </property>
337           <property name="text">
338            <string>Close</string>
339           </property>
340          </widget>
341         </item>
342        </layout>
343       </item>
344      </layout>
345     </item>
346    </layout>
347   </widget>
348   <widget class="QMenuBar" name="menubar">
349    <property name="geometry">
350     <rect>
351      <x>0</x>
352      <y>0</y>
353      <width>999</width>
354      <height>23</height>
355     </rect>
356    </property>
357    <widget class="QMenu" name="menuFile">
358     <property name="title">
359      <string>&amp;File</string>
360     </property>
361     <addaction name="actionExit"/>
362    </widget>
363    <addaction name="menuFile"/>
364   </widget>
365   <widget class="QStatusBar" name="statusbar"/>
366   <action name="actionExit">
367    <property name="text">
368     <string>E&amp;xit</string>
369    </property>
370   </action>
371  </widget>
372  <resources/>
373  <connections>
374   <connection>
375    <sender>actionExit</sender>
376    <signal>triggered()</signal>
377    <receiver>DigitalWindow</receiver>
378    <slot>close()</slot>
379    <hints>
380     <hint type="sourcelabel">
381      <x>-1</x>
382      <y>-1</y>
383     </hint>
384     <hint type="destinationlabel">
385      <x>617</x>
386      <y>327</y>
387     </hint>
388    </hints>
389   </connection>
390   <connection>
391    <sender>closeButton</sender>
392    <signal>clicked()</signal>
393    <receiver>DigitalWindow</receiver>
394    <slot>close()</slot>
395    <hints>
396     <hint type="sourcelabel">
397      <x>960</x>
398      <y>694</y>
399     </hint>
400     <hint type="destinationlabel">
401      <x>66</x>
402      <y>561</y>
403     </hint>
404    </hints>
405   </connection>
406  </connections>
407 </ui>