9b0b0be84c9a22fc7e0c3e311c666dc6877da098
[debian/gnuradio] / gnuradio-examples / python / digital / qt_rx_window.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>1085</width>
9     <height>766</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>MainWindow</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <widget class="QPushButton" name="closeButton" >
17     <property name="geometry" >
18      <rect>
19       <x>960</x>
20       <y>670</y>
21       <width>101</width>
22       <height>31</height>
23      </rect>
24     </property>
25     <property name="text" >
26      <string>Close</string>
27     </property>
28    </widget>
29    <widget class="QFrame" name="sinkFrame" >
30     <property name="geometry" >
31      <rect>
32       <x>10</x>
33       <y>10</y>
34       <width>1061</width>
35       <height>501</height>
36      </rect>
37     </property>
38     <property name="frameShape" >
39      <enum>QFrame::StyledPanel</enum>
40     </property>
41     <property name="frameShadow" >
42      <enum>QFrame::Raised</enum>
43     </property>
44     <widget class="QWidget" name="horizontalLayoutWidget" >
45      <property name="geometry" >
46       <rect>
47        <x>10</x>
48        <y>10</y>
49        <width>1041</width>
50        <height>481</height>
51       </rect>
52      </property>
53      <layout class="QHBoxLayout" name="sinkLayout" />
54     </widget>
55    </widget>
56    <widget class="QGroupBox" name="rxBox" >
57     <property name="geometry" >
58      <rect>
59       <x>10</x>
60       <y>520</y>
61       <width>251</width>
62       <height>181</height>
63      </rect>
64     </property>
65     <property name="title" >
66      <string>Receiver Parameters</string>
67     </property>
68     <widget class="QLineEdit" name="gainMuEdit" >
69      <property name="geometry" >
70       <rect>
71        <x>120</x>
72        <y>120</y>
73        <width>113</width>
74        <height>23</height>
75       </rect>
76      </property>
77     </widget>
78     <widget class="QLabel" name="gainMuLabel" >
79      <property name="geometry" >
80       <rect>
81        <x>10</x>
82        <y>120</y>
83        <width>111</width>
84        <height>20</height>
85       </rect>
86      </property>
87      <property name="text" >
88       <string>mu's gain</string>
89      </property>
90     </widget>
91     <widget class="QLineEdit" name="alphaEdit" >
92      <property name="geometry" >
93       <rect>
94        <x>120</x>
95        <y>150</y>
96        <width>113</width>
97        <height>23</height>
98       </rect>
99      </property>
100     </widget>
101     <widget class="QLabel" name="alphaLabel" >
102      <property name="geometry" >
103       <rect>
104        <x>10</x>
105        <y>150</y>
106        <width>111</width>
107        <height>20</height>
108       </rect>
109      </property>
110      <property name="text" >
111       <string>Alpha</string>
112      </property>
113     </widget>
114     <widget class="QLabel" name="gainLabel" >
115      <property name="geometry" >
116       <rect>
117        <x>10</x>
118        <y>60</y>
119        <width>101</width>
120        <height>17</height>
121       </rect>
122      </property>
123      <property name="text" >
124       <string>Gain (dB)</string>
125      </property>
126     </widget>
127     <widget class="QLineEdit" name="freqEdit" >
128      <property name="geometry" >
129       <rect>
130        <x>120</x>
131        <y>30</y>
132        <width>113</width>
133        <height>23</height>
134       </rect>
135      </property>
136     </widget>
137     <widget class="QLabel" name="freqLabel" >
138      <property name="geometry" >
139       <rect>
140        <x>10</x>
141        <y>30</y>
142        <width>141</width>
143        <height>17</height>
144       </rect>
145      </property>
146      <property name="text" >
147       <string>Frequency (Hz)</string>
148      </property>
149     </widget>
150     <widget class="QLineEdit" name="gainEdit" >
151      <property name="geometry" >
152       <rect>
153        <x>120</x>
154        <y>60</y>
155        <width>113</width>
156        <height>23</height>
157       </rect>
158      </property>
159     </widget>
160     <widget class="QLabel" name="decimLabel" >
161      <property name="geometry" >
162       <rect>
163        <x>10</x>
164        <y>90</y>
165        <width>101</width>
166        <height>17</height>
167       </rect>
168      </property>
169      <property name="text" >
170       <string>Decimation</string>
171      </property>
172     </widget>
173     <widget class="QLineEdit" name="decimEdit" >
174      <property name="geometry" >
175       <rect>
176        <x>120</x>
177        <y>90</y>
178        <width>113</width>
179        <height>23</height>
180       </rect>
181      </property>
182     </widget>
183    </widget>
184    <widget class="QGroupBox" name="rxBox_2" >
185     <property name="geometry" >
186      <rect>
187       <x>300</x>
188       <y>520</y>
189       <width>251</width>
190       <height>121</height>
191      </rect>
192     </property>
193     <property name="title" >
194      <string>Received Packet Info</string>
195     </property>
196     <widget class="QLineEdit" name="pktsRcvdEdit" >
197      <property name="geometry" >
198       <rect>
199        <x>120</x>
200        <y>30</y>
201        <width>113</width>
202        <height>23</height>
203       </rect>
204      </property>
205     </widget>
206     <widget class="QLabel" name="pktsRcvdLabel" >
207      <property name="geometry" >
208       <rect>
209        <x>10</x>
210        <y>30</y>
211        <width>111</width>
212        <height>20</height>
213       </rect>
214      </property>
215      <property name="text" >
216       <string>Packets Rcvd.</string>
217      </property>
218     </widget>
219     <widget class="QLineEdit" name="pktsCorrectEdit" >
220      <property name="geometry" >
221       <rect>
222        <x>120</x>
223        <y>60</y>
224        <width>113</width>
225        <height>23</height>
226       </rect>
227      </property>
228     </widget>
229     <widget class="QLabel" name="pktsCorrectLabel" >
230      <property name="geometry" >
231       <rect>
232        <x>10</x>
233        <y>60</y>
234        <width>111</width>
235        <height>20</height>
236       </rect>
237      </property>
238      <property name="text" >
239       <string>Packets Correct</string>
240      </property>
241     </widget>
242     <widget class="QLabel" name="perLabel" >
243      <property name="geometry" >
244       <rect>
245        <x>10</x>
246        <y>90</y>
247        <width>111</width>
248        <height>20</height>
249       </rect>
250      </property>
251      <property name="text" >
252       <string>PER</string>
253      </property>
254     </widget>
255     <widget class="QLineEdit" name="perEdit" >
256      <property name="geometry" >
257       <rect>
258        <x>120</x>
259        <y>90</y>
260        <width>113</width>
261        <height>23</height>
262       </rect>
263      </property>
264     </widget>
265    </widget>
266   </widget>
267   <widget class="QMenuBar" name="menubar" >
268    <property name="geometry" >
269     <rect>
270      <x>0</x>
271      <y>0</y>
272      <width>1085</width>
273      <height>24</height>
274     </rect>
275    </property>
276    <widget class="QMenu" name="menuFile" >
277     <property name="title" >
278      <string>&amp;File</string>
279     </property>
280     <addaction name="actionExit" />
281    </widget>
282    <addaction name="menuFile" />
283   </widget>
284   <widget class="QStatusBar" name="statusbar" />
285   <action name="actionExit" >
286    <property name="text" >
287     <string>E&amp;xit</string>
288    </property>
289   </action>
290  </widget>
291  <tabstops>
292   <tabstop>closeButton</tabstop>
293  </tabstops>
294  <resources/>
295  <connections>
296   <connection>
297    <sender>closeButton</sender>
298    <signal>clicked()</signal>
299    <receiver>DigitalWindow</receiver>
300    <slot>close()</slot>
301    <hints>
302     <hint type="sourcelabel" >
303      <x>322</x>
304      <y>623</y>
305     </hint>
306     <hint type="destinationlabel" >
307      <x>66</x>
308      <y>561</y>
309     </hint>
310    </hints>
311   </connection>
312   <connection>
313    <sender>actionExit</sender>
314    <signal>triggered()</signal>
315    <receiver>DigitalWindow</receiver>
316    <slot>close()</slot>
317    <hints>
318     <hint type="sourcelabel" >
319      <x>-1</x>
320      <y>-1</y>
321     </hint>
322     <hint type="destinationlabel" >
323      <x>617</x>
324      <y>327</y>
325     </hint>
326    </hints>
327   </connection>
328  </connections>
329 </ui>