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