79ba0128657dfee5da3338fc5b509d35fbf94118
[debian/gnuradio] / gr-qtgui / src / python / 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>650</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>
248   <widget class="QMenuBar" name="menubar">
249    <property name="geometry">
250     <rect>
251      <x>0</x>
252      <y>0</y>
253      <width>1236</width>
254      <height>25</height>
255     </rect>
256    </property>
257    <widget class="QMenu" name="menuFile">
258     <property name="title">
259      <string>&amp;File</string>
260     </property>
261     <addaction name="actionExit"/>
262    </widget>
263    <addaction name="menuFile"/>
264   </widget>
265   <widget class="QStatusBar" name="statusbar"/>
266   <action name="actionExit">
267    <property name="text">
268     <string>E&amp;xit</string>
269    </property>
270   </action>
271  </widget>
272  <tabstops>
273   <tabstop>closeButton</tabstop>
274   <tabstop>snrEdit</tabstop>
275   <tabstop>freqEdit</tabstop>
276   <tabstop>timeEdit</tabstop>
277  </tabstops>
278  <resources/>
279  <connections>
280   <connection>
281    <sender>closeButton</sender>
282    <signal>clicked()</signal>
283    <receiver>DigitalWindow</receiver>
284    <slot>close()</slot>
285    <hints>
286     <hint type="sourcelabel">
287      <x>322</x>
288      <y>623</y>
289     </hint>
290     <hint type="destinationlabel">
291      <x>66</x>
292      <y>561</y>
293     </hint>
294    </hints>
295   </connection>
296   <connection>
297    <sender>actionExit</sender>
298    <signal>triggered()</signal>
299    <receiver>DigitalWindow</receiver>
300    <slot>close()</slot>
301    <hints>
302     <hint type="sourcelabel">
303      <x>-1</x>
304      <y>-1</y>
305     </hint>
306     <hint type="destinationlabel">
307      <x>617</x>
308      <y>327</y>
309     </hint>
310    </hints>
311   </connection>
312  </connections>
313 </ui>