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