Merging trondeau/qtdigital branch r11210-11215 to add some QT GUI's to the digital...
[debian/gnuradio] / gnuradio-examples / python / digital / qt_digital_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>1236</width>
10     <height>739</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QPushButton" name="closeButton">
18     <property name="geometry">
19      <rect>
20       <x>1120</x>
21       <y>640</y>
22       <width>101</width>
23       <height>31</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string>Close</string>
28     </property>
29    </widget>
30    <widget class="QFrame" name="sinkFrame">
31     <property name="geometry">
32      <rect>
33       <x>10</x>
34       <y>10</y>
35       <width>1221</width>
36       <height>501</height>
37      </rect>
38     </property>
39     <property name="frameShape">
40      <enum>QFrame::StyledPanel</enum>
41     </property>
42     <property name="frameShadow">
43      <enum>QFrame::Raised</enum>
44     </property>
45     <widget class="QWidget" name="horizontalLayoutWidget">
46      <property name="geometry">
47       <rect>
48        <x>10</x>
49        <y>10</y>
50        <width>1201</width>
51        <height>481</height>
52       </rect>
53      </property>
54      <layout class="QHBoxLayout" name="sinkLayout"/>
55     </widget>
56    </widget>
57    <widget class="QGroupBox" name="channelModeBox">
58     <property name="geometry">
59      <rect>
60       <x>290</x>
61       <y>520</y>
62       <width>291</width>
63       <height>161</height>
64      </rect>
65     </property>
66     <property name="title">
67      <string>Channel Model Parameters</string>
68     </property>
69     <widget class="QLabel" name="timeLabel">
70      <property name="geometry">
71       <rect>
72        <x>10</x>
73        <y>90</y>
74        <width>101</width>
75        <height>17</height>
76       </rect>
77      </property>
78      <property name="text">
79       <string>Timing Offset</string>
80      </property>
81     </widget>
82     <widget class="QLineEdit" name="timeEdit">
83      <property name="geometry">
84       <rect>
85        <x>160</x>
86        <y>90</y>
87        <width>113</width>
88        <height>23</height>
89       </rect>
90      </property>
91     </widget>
92     <widget class="QLineEdit" name="snrEdit">
93      <property name="geometry">
94       <rect>
95        <x>160</x>
96        <y>30</y>
97        <width>113</width>
98        <height>23</height>
99       </rect>
100      </property>
101     </widget>
102     <widget class="QLabel" name="snrLabel">
103      <property name="geometry">
104       <rect>
105        <x>10</x>
106        <y>30</y>
107        <width>111</width>
108        <height>20</height>
109       </rect>
110      </property>
111      <property name="text">
112       <string>SNR (dB)</string>
113      </property>
114     </widget>
115     <widget class="QLineEdit" name="freqEdit">
116      <property name="geometry">
117       <rect>
118        <x>160</x>
119        <y>60</y>
120        <width>113</width>
121        <height>23</height>
122       </rect>
123      </property>
124     </widget>
125     <widget class="QLabel" name="freqLabel">
126      <property name="geometry">
127       <rect>
128        <x>10</x>
129        <y>60</y>
130        <width>141</width>
131        <height>17</height>
132       </rect>
133      </property>
134      <property name="text">
135       <string>Frequency Offset (Hz)</string>
136      </property>
137     </widget>
138    </widget>
139    <widget class="QGroupBox" name="rxBox">
140     <property name="geometry">
141      <rect>
142       <x>590</x>
143       <y>520</y>
144       <width>251</width>
145       <height>161</height>
146      </rect>
147     </property>
148     <property name="title">
149      <string>Receiver Parameters</string>
150     </property>
151     <widget class="QLineEdit" name="gainMuEdit">
152      <property name="geometry">
153       <rect>
154        <x>120</x>
155        <y>30</y>
156        <width>113</width>
157        <height>23</height>
158       </rect>
159      </property>
160     </widget>
161     <widget class="QLabel" name="gainMuLabel">
162      <property name="geometry">
163       <rect>
164        <x>10</x>
165        <y>30</y>
166        <width>111</width>
167        <height>20</height>
168       </rect>
169      </property>
170      <property name="text">
171       <string>Gain mu</string>
172      </property>
173     </widget>
174     <widget class="QLineEdit" name="alphaEdit">
175      <property name="geometry">
176       <rect>
177        <x>120</x>
178        <y>60</y>
179        <width>113</width>
180        <height>23</height>
181       </rect>
182      </property>
183     </widget>
184     <widget class="QLabel" name="alphaLabel">
185      <property name="geometry">
186       <rect>
187        <x>10</x>
188        <y>60</y>
189        <width>111</width>
190        <height>20</height>
191       </rect>
192      </property>
193      <property name="text">
194       <string>Alpha</string>
195      </property>
196     </widget>
197    </widget>
198    <widget class="QGroupBox" name="sysBox">
199     <property name="geometry">
200      <rect>
201       <x>20</x>
202       <y>520</y>
203       <width>261</width>
204       <height>161</height>
205      </rect>
206     </property>
207     <property name="title">
208      <string>System Parameters</string>
209     </property>
210     <widget class="QLineEdit" name="sampleRateEdit">
211      <property name="geometry">
212       <rect>
213        <x>140</x>
214        <y>30</y>
215        <width>113</width>
216        <height>23</height>
217       </rect>
218      </property>
219     </widget>
220     <widget class="QLabel" name="sampleRateLabel">
221      <property name="geometry">
222       <rect>
223        <x>10</x>
224        <y>30</y>
225        <width>121</width>
226        <height>20</height>
227       </rect>
228      </property>
229      <property name="text">
230       <string>Sample Rate (sps)</string>
231      </property>
232     </widget>
233    </widget>
234    <widget class="QPushButton" name="pauseButton">
235     <property name="geometry">
236      <rect>
237       <x>1120</x>
238       <y>520</y>
239       <width>101</width>
240       <height>31</height>
241      </rect>
242     </property>
243     <property name="text">
244      <string>Pause</string>
245     </property>
246    </widget>
247    <widget class="QGroupBox" name="rxBox_2">
248     <property name="geometry">
249      <rect>
250       <x>850</x>
251       <y>520</y>
252       <width>251</width>
253       <height>161</height>
254      </rect>
255     </property>
256     <property name="title">
257      <string>Received Packet Info</string>
258     </property>
259     <widget class="QLineEdit" name="pktsRcvdEdit">
260      <property name="geometry">
261       <rect>
262        <x>120</x>
263        <y>30</y>
264        <width>113</width>
265        <height>23</height>
266       </rect>
267      </property>
268     </widget>
269     <widget class="QLabel" name="pktsRcvdLabel">
270      <property name="geometry">
271       <rect>
272        <x>10</x>
273        <y>30</y>
274        <width>111</width>
275        <height>20</height>
276       </rect>
277      </property>
278      <property name="text">
279       <string>Packets Rcvd.</string>
280      </property>
281     </widget>
282     <widget class="QLineEdit" name="pktsCorrectEdit">
283      <property name="geometry">
284       <rect>
285        <x>120</x>
286        <y>60</y>
287        <width>113</width>
288        <height>23</height>
289       </rect>
290      </property>
291     </widget>
292     <widget class="QLabel" name="pktsCorrectLabel">
293      <property name="geometry">
294       <rect>
295        <x>10</x>
296        <y>60</y>
297        <width>111</width>
298        <height>20</height>
299       </rect>
300      </property>
301      <property name="text">
302       <string>Packets Correct</string>
303      </property>
304     </widget>
305     <widget class="QLabel" name="perLabel">
306      <property name="geometry">
307       <rect>
308        <x>10</x>
309        <y>90</y>
310        <width>111</width>
311        <height>20</height>
312       </rect>
313      </property>
314      <property name="text">
315       <string>PER</string>
316      </property>
317     </widget>
318     <widget class="QLineEdit" name="perEdit">
319      <property name="geometry">
320       <rect>
321        <x>120</x>
322        <y>90</y>
323        <width>113</width>
324        <height>23</height>
325       </rect>
326      </property>
327     </widget>
328    </widget>
329   </widget>
330   <widget class="QMenuBar" name="menubar">
331    <property name="geometry">
332     <rect>
333      <x>0</x>
334      <y>0</y>
335      <width>1236</width>
336      <height>25</height>
337     </rect>
338    </property>
339    <widget class="QMenu" name="menuFile">
340     <property name="title">
341      <string>&amp;File</string>
342     </property>
343     <addaction name="actionExit"/>
344    </widget>
345    <addaction name="menuFile"/>
346   </widget>
347   <widget class="QStatusBar" name="statusbar"/>
348   <action name="actionExit">
349    <property name="text">
350     <string>E&amp;xit</string>
351    </property>
352   </action>
353  </widget>
354  <tabstops>
355   <tabstop>closeButton</tabstop>
356   <tabstop>snrEdit</tabstop>
357   <tabstop>freqEdit</tabstop>
358   <tabstop>timeEdit</tabstop>
359  </tabstops>
360  <resources/>
361  <connections>
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>322</x>
370      <y>623</y>
371     </hint>
372     <hint type="destinationlabel">
373      <x>66</x>
374      <y>561</y>
375     </hint>
376    </hints>
377   </connection>
378   <connection>
379    <sender>actionExit</sender>
380    <signal>triggered()</signal>
381    <receiver>DigitalWindow</receiver>
382    <slot>close()</slot>
383    <hints>
384     <hint type="sourcelabel">
385      <x>-1</x>
386      <y>-1</y>
387     </hint>
388     <hint type="destinationlabel">
389      <x>617</x>
390      <y>327</y>
391     </hint>
392    </hints>
393   </connection>
394  </connections>
395 </ui>