changes from running bootstrap and then make maintainer-clean
[debian/gnuradio] / gr-qtgui / src / python / usrp_display_qtgui.ui
1 <ui version="4.0" >
2  <class>MainWindow</class>
3  <widget class="QMainWindow" name="MainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>820</width>
9     <height>774</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>USRP Display</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QGridLayout" name="gridLayout_2" >
17     <item row="1" column="0" >
18      <layout class="QHBoxLayout" name="horizontalLayout_2" >
19       <item>
20        <widget class="QGroupBox" name="groupBox" >
21         <property name="sizePolicy" >
22          <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
23           <horstretch>0</horstretch>
24           <verstretch>0</verstretch>
25          </sizepolicy>
26         </property>
27         <property name="minimumSize" >
28          <size>
29           <width>240</width>
30           <height>150</height>
31          </size>
32         </property>
33         <property name="maximumSize" >
34          <size>
35           <width>240</width>
36           <height>16777215</height>
37          </size>
38         </property>
39         <property name="title" >
40          <string>Receiver Parameters</string>
41         </property>
42         <widget class="QWidget" name="formLayoutWidget" >
43          <property name="geometry" >
44           <rect>
45            <x>10</x>
46            <y>20</y>
47            <width>221</width>
48            <height>124</height>
49           </rect>
50          </property>
51          <layout class="QFormLayout" name="formLayout" >
52           <item row="0" column="0" >
53            <widget class="QLabel" name="frequencyLabel" >
54             <property name="text" >
55              <string>Frequency (Hz)</string>
56             </property>
57            </widget>
58           </item>
59           <item row="1" column="0" >
60            <widget class="QLabel" name="gainLabel" >
61             <property name="text" >
62              <string>RF Gain</string>
63             </property>
64            </widget>
65           </item>
66           <item row="2" column="0" >
67            <widget class="QLabel" name="bandwidthLabel" >
68             <property name="text" >
69              <string>Bandwidth</string>
70             </property>
71            </widget>
72           </item>
73           <item row="0" column="1" >
74            <widget class="QLineEdit" name="frequencyEdit" >
75             <property name="sizePolicy" >
76              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
77               <horstretch>0</horstretch>
78               <verstretch>0</verstretch>
79              </sizepolicy>
80             </property>
81             <property name="minimumSize" >
82              <size>
83               <width>120</width>
84               <height>26</height>
85              </size>
86             </property>
87            </widget>
88           </item>
89           <item row="1" column="1" >
90            <widget class="QLineEdit" name="gainEdit" >
91             <property name="sizePolicy" >
92              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
93               <horstretch>0</horstretch>
94               <verstretch>0</verstretch>
95              </sizepolicy>
96             </property>
97             <property name="minimumSize" >
98              <size>
99               <width>120</width>
100               <height>26</height>
101              </size>
102             </property>
103            </widget>
104           </item>
105           <item row="2" column="1" >
106            <widget class="QLineEdit" name="bandwidthEdit" >
107             <property name="sizePolicy" >
108              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
109               <horstretch>0</horstretch>
110               <verstretch>0</verstretch>
111              </sizepolicy>
112             </property>
113             <property name="minimumSize" >
114              <size>
115               <width>120</width>
116               <height>26</height>
117              </size>
118             </property>
119            </widget>
120           </item>
121           <item row="3" column="0" >
122            <widget class="QLabel" name="amplifierLabel" >
123             <property name="text" >
124              <string>Amplifier</string>
125             </property>
126            </widget>
127           </item>
128           <item row="3" column="1" >
129            <widget class="QLineEdit" name="amplifierEdit" >
130             <property name="sizePolicy" >
131              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
132               <horstretch>0</horstretch>
133               <verstretch>0</verstretch>
134              </sizepolicy>
135             </property>
136             <property name="minimumSize" >
137              <size>
138               <width>120</width>
139               <height>26</height>
140              </size>
141             </property>
142            </widget>
143           </item>
144          </layout>
145         </widget>
146        </widget>
147       </item>
148       <item>
149        <widget class="QFrame" name="frame_2" >
150         <property name="minimumSize" >
151          <size>
152           <width>200</width>
153           <height>0</height>
154          </size>
155         </property>
156         <property name="frameShape" >
157          <enum>QFrame::StyledPanel</enum>
158         </property>
159         <property name="frameShadow" >
160          <enum>QFrame::Raised</enum>
161         </property>
162         <widget class="QWidget" name="verticalLayoutWidget" >
163          <property name="geometry" >
164           <rect>
165            <x>10</x>
166            <y>-1</y>
167            <width>191</width>
168            <height>151</height>
169           </rect>
170          </property>
171          <layout class="QVBoxLayout" name="verticalLayout_3" >
172           <item>
173            <widget class="QCheckBox" name="dcCancelCheckBox" >
174             <property name="text" >
175              <string>Cancel DC</string>
176             </property>
177            </widget>
178           </item>
179           <item>
180            <layout class="QHBoxLayout" name="horizontalLayout" >
181             <item>
182              <widget class="QLabel" name="dcGainLabel" >
183               <property name="text" >
184                <string>DC Canceller Gain</string>
185               </property>
186              </widget>
187             </item>
188             <item>
189              <widget class="QLineEdit" name="dcGainEdit" />
190             </item>
191            </layout>
192           </item>
193           <item>
194            <spacer name="verticalSpacer_2" >
195             <property name="orientation" >
196              <enum>Qt::Vertical</enum>
197             </property>
198             <property name="sizeHint" stdset="0" >
199              <size>
200               <width>20</width>
201               <height>40</height>
202              </size>
203             </property>
204            </spacer>
205           </item>
206          </layout>
207         </widget>
208        </widget>
209       </item>
210       <item>
211        <spacer name="horizontalSpacer" >
212         <property name="orientation" >
213          <enum>Qt::Horizontal</enum>
214         </property>
215         <property name="sizeHint" stdset="0" >
216          <size>
217           <width>40</width>
218           <height>20</height>
219          </size>
220         </property>
221        </spacer>
222       </item>
223       <item>
224        <layout class="QVBoxLayout" name="verticalLayout" >
225         <item>
226          <spacer name="verticalSpacer" >
227           <property name="orientation" >
228            <enum>Qt::Vertical</enum>
229           </property>
230           <property name="sizeType" >
231            <enum>QSizePolicy::Fixed</enum>
232           </property>
233           <property name="sizeHint" stdset="0" >
234            <size>
235             <width>20</width>
236             <height>80</height>
237            </size>
238           </property>
239          </spacer>
240         </item>
241         <item>
242          <widget class="QPushButton" name="pauseButton" >
243           <property name="sizePolicy" >
244            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
245             <horstretch>0</horstretch>
246             <verstretch>0</verstretch>
247            </sizepolicy>
248           </property>
249           <property name="text" >
250            <string>Pause</string>
251           </property>
252          </widget>
253         </item>
254         <item>
255          <widget class="QPushButton" name="closeButton" >
256           <property name="sizePolicy" >
257            <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
258             <horstretch>0</horstretch>
259             <verstretch>0</verstretch>
260            </sizepolicy>
261           </property>
262           <property name="minimumSize" >
263            <size>
264             <width>75</width>
265             <height>0</height>
266            </size>
267           </property>
268           <property name="text" >
269            <string>Close</string>
270           </property>
271          </widget>
272         </item>
273        </layout>
274       </item>
275      </layout>
276     </item>
277     <item row="0" column="0" >
278      <layout class="QVBoxLayout" name="verticalLayout_2" >
279       <item>
280        <widget class="QFrame" name="frame" >
281         <property name="sizePolicy" >
282          <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
283           <horstretch>0</horstretch>
284           <verstretch>1</verstretch>
285          </sizepolicy>
286         </property>
287         <property name="minimumSize" >
288          <size>
289           <width>800</width>
290           <height>550</height>
291          </size>
292         </property>
293         <property name="frameShape" >
294          <enum>QFrame::StyledPanel</enum>
295         </property>
296         <property name="frameShadow" >
297          <enum>QFrame::Raised</enum>
298         </property>
299         <layout class="QGridLayout" name="gridLayout" >
300          <item row="0" column="0" >
301           <layout class="QHBoxLayout" name="sinkLayout" />
302          </item>
303         </layout>
304        </widget>
305       </item>
306      </layout>
307     </item>
308    </layout>
309   </widget>
310   <widget class="QMenuBar" name="menubar" >
311    <property name="geometry" >
312     <rect>
313      <x>0</x>
314      <y>0</y>
315      <width>820</width>
316      <height>24</height>
317     </rect>
318    </property>
319    <widget class="QMenu" name="menuFile" >
320     <property name="title" >
321      <string>&amp;File</string>
322     </property>
323     <addaction name="actionSaveData" />
324     <addaction name="actionExit" />
325    </widget>
326    <addaction name="menuFile" />
327   </widget>
328   <widget class="QStatusBar" name="statusbar" />
329   <action name="actionExit" >
330    <property name="text" >
331     <string>E&amp;xit</string>
332    </property>
333   </action>
334   <action name="actionSaveData" >
335    <property name="text" >
336     <string>&amp;Save Data</string>
337    </property>
338   </action>
339  </widget>
340  <resources/>
341  <connections>
342   <connection>
343    <sender>closeButton</sender>
344    <signal>clicked()</signal>
345    <receiver>MainWindow</receiver>
346    <slot>close()</slot>
347    <hints>
348     <hint type="sourcelabel" >
349      <x>808</x>
350      <y>739</y>
351     </hint>
352     <hint type="destinationlabel" >
353      <x>66</x>
354      <y>561</y>
355     </hint>
356    </hints>
357   </connection>
358   <connection>
359    <sender>actionExit</sender>
360    <signal>triggered()</signal>
361    <receiver>MainWindow</receiver>
362    <slot>close()</slot>
363    <hints>
364     <hint type="sourcelabel" >
365      <x>-1</x>
366      <y>-1</y>
367     </hint>
368     <hint type="destinationlabel" >
369      <x>617</x>
370      <y>327</y>
371     </hint>
372    </hints>
373   </connection>
374  </connections>
375 </ui>