Merge branch 'dfsg-orig'
[debian/gnuradio] / gr-utils / src / python / pyqt_plot.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>927</width>
10     <height>696</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QGridLayout" name="gridLayout">
18     <item row="2" column="0" colspan="2">
19      <widget class="QScrollBar" name="plotHBar">
20       <property name="orientation">
21        <enum>Qt::Horizontal</enum>
22       </property>
23      </widget>
24     </item>
25     <item row="1" column="0">
26      <widget class="QTabWidget" name="tabGroup">
27       <property name="currentIndex">
28        <number>0</number>
29       </property>
30       <widget class="QWidget" name="timeTab">
31        <attribute name="title">
32         <string>Time Domain</string>
33        </attribute>
34        <layout class="QHBoxLayout" name="horizontalLayout">
35         <item>
36          <widget class="QwtPlot" name="timePlot"/>
37         </item>
38        </layout>
39       </widget>
40       <widget class="QWidget" name="freqTab">
41        <attribute name="title">
42         <string>Frequency Domain</string>
43        </attribute>
44        <layout class="QHBoxLayout" name="horizontalLayout_2">
45         <item>
46          <widget class="QGroupBox" name="fftPropBox">
47           <property name="minimumSize">
48            <size>
49             <width>160</width>
50             <height>0</height>
51            </size>
52           </property>
53           <property name="title">
54            <string>FFT Properties</string>
55           </property>
56           <layout class="QFormLayout" name="formLayout_4">
57            <property name="fieldGrowthPolicy">
58             <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
59            </property>
60            <item row="0" column="1">
61             <widget class="QComboBox" name="psdFFTComboBox">
62              <property name="minimumSize">
63               <size>
64                <width>96</width>
65                <height>0</height>
66               </size>
67              </property>
68              <property name="maximumSize">
69               <size>
70                <width>96</width>
71                <height>16777215</height>
72               </size>
73              </property>
74             </widget>
75            </item>
76            <item row="0" column="0">
77             <widget class="QLabel" name="psdFFTSizeLabel">
78              <property name="text">
79               <string>FFT Size</string>
80              </property>
81             </widget>
82            </item>
83           </layout>
84          </widget>
85         </item>
86         <item>
87          <widget class="QwtPlot" name="freqPlot"/>
88         </item>
89        </layout>
90       </widget>
91       <widget class="QWidget" name="specTab">
92        <attribute name="title">
93         <string>Spectrogram</string>
94        </attribute>
95        <layout class="QHBoxLayout" name="horizontalLayout_3">
96         <item>
97          <widget class="QGroupBox" name="groupBox">
98           <property name="title">
99            <string>Spectrogram Properties</string>
100           </property>
101           <layout class="QFormLayout" name="formLayout_3">
102            <item row="1" column="0">
103             <widget class="QLabel" name="specFFTLabel">
104              <property name="text">
105               <string>FFT Size</string>
106              </property>
107             </widget>
108            </item>
109            <item row="1" column="1">
110             <widget class="QComboBox" name="specFFTComboBox">
111              <property name="minimumSize">
112               <size>
113                <width>96</width>
114                <height>0</height>
115               </size>
116              </property>
117              <property name="maximumSize">
118               <size>
119                <width>96</width>
120                <height>16777215</height>
121               </size>
122              </property>
123             </widget>
124            </item>
125           </layout>
126          </widget>
127         </item>
128         <item>
129          <widget class="QwtPlot" name="specPlot"/>
130         </item>
131        </layout>
132        <zorder>specPlot</zorder>
133        <zorder>groupBox</zorder>
134       </widget>
135      </widget>
136     </item>
137     <item row="3" column="0">
138      <widget class="QGroupBox" name="filePosBox">
139       <property name="minimumSize">
140        <size>
141         <width>0</width>
142         <height>120</height>
143        </size>
144       </property>
145       <property name="title">
146        <string>File Position</string>
147       </property>
148       <widget class="QWidget" name="formLayoutWidget_2">
149        <property name="geometry">
150         <rect>
151          <x>0</x>
152          <y>20</y>
153          <width>160</width>
154          <height>92</height>
155         </rect>
156        </property>
157        <layout class="QFormLayout" name="filePosLayout">
158         <item row="0" column="0">
159          <widget class="QLabel" name="filePosStartLabel">
160           <property name="text">
161            <string>Start</string>
162           </property>
163          </widget>
164         </item>
165         <item row="0" column="1">
166          <widget class="QLineEdit" name="filePosStartLineEdit"/>
167         </item>
168         <item row="1" column="0">
169          <widget class="QLabel" name="filePosStopLabel">
170           <property name="text">
171            <string>Stop</string>
172           </property>
173          </widget>
174         </item>
175         <item row="1" column="1">
176          <widget class="QLineEdit" name="filePosStopLineEdit"/>
177         </item>
178         <item row="2" column="0">
179          <widget class="QLabel" name="filePosLengthLabel">
180           <property name="text">
181            <string>Length</string>
182           </property>
183          </widget>
184         </item>
185         <item row="2" column="1">
186          <widget class="QLineEdit" name="filePosLengthLineEdit"/>
187         </item>
188        </layout>
189       </widget>
190       <widget class="QWidget" name="formLayoutWidget_4">
191        <property name="geometry">
192         <rect>
193          <x>180</x>
194          <y>20</y>
195          <width>231</width>
196          <height>92</height>
197         </rect>
198        </property>
199        <layout class="QFormLayout" name="fileTimeLayout">
200         <item row="0" column="0">
201          <widget class="QLabel" name="fileTimeStartLabel">
202           <property name="text">
203            <string>time start (sec)</string>
204           </property>
205          </widget>
206         </item>
207         <item row="0" column="1">
208          <widget class="QLineEdit" name="fileTimeStartLineEdit"/>
209         </item>
210         <item row="1" column="0">
211          <widget class="QLabel" name="fileTimeStopLabel">
212           <property name="text">
213            <string>time stop (sec)</string>
214           </property>
215          </widget>
216         </item>
217         <item row="1" column="1">
218          <widget class="QLineEdit" name="fileTimeStopLineEdit"/>
219         </item>
220         <item row="2" column="0">
221          <widget class="QLabel" name="fileTimeLengthLabel">
222           <property name="text">
223            <string>time length (sec)</string>
224           </property>
225          </widget>
226         </item>
227         <item row="2" column="1">
228          <widget class="QLineEdit" name="fileTimeLengthLineEdit"/>
229         </item>
230        </layout>
231       </widget>
232       <widget class="QGroupBox" name="sysGroupBox">
233        <property name="geometry">
234         <rect>
235          <x>530</x>
236          <y>0</y>
237          <width>200</width>
238          <height>120</height>
239         </rect>
240        </property>
241        <property name="minimumSize">
242         <size>
243          <width>200</width>
244          <height>0</height>
245         </size>
246        </property>
247        <property name="title">
248         <string>System Properties</string>
249        </property>
250        <widget class="QWidget" name="formLayoutWidget_3">
251         <property name="geometry">
252          <rect>
253           <x>0</x>
254           <y>20</y>
255           <width>191</width>
256           <height>91</height>
257          </rect>
258         </property>
259         <layout class="QFormLayout" name="formLayout_2">
260          <item row="0" column="0">
261           <widget class="QLabel" name="sampleRateLabel">
262            <property name="text">
263             <string>Sample Rate</string>
264            </property>
265           </widget>
266          </item>
267          <item row="0" column="1">
268           <widget class="QLineEdit" name="sampleRateLineEdit">
269            <property name="minimumSize">
270             <size>
271              <width>0</width>
272              <height>0</height>
273             </size>
274            </property>
275           </widget>
276          </item>
277         </layout>
278        </widget>
279       </widget>
280       <widget class="QGroupBox" name="displayGroupBox">
281        <property name="geometry">
282         <rect>
283          <x>730</x>
284          <y>0</y>
285          <width>170</width>
286          <height>120</height>
287         </rect>
288        </property>
289        <property name="minimumSize">
290         <size>
291          <width>170</width>
292          <height>0</height>
293         </size>
294        </property>
295        <property name="title">
296         <string>Display Properties</string>
297        </property>
298        <widget class="QWidget" name="verticalLayoutWidget">
299         <property name="geometry">
300          <rect>
301           <x>0</x>
302           <y>20</y>
303           <width>160</width>
304           <height>91</height>
305          </rect>
306         </property>
307         <layout class="QVBoxLayout" name="verticalLayout">
308          <item>
309           <widget class="QComboBox" name="colorComboBox"/>
310          </item>
311          <item>
312           <spacer name="verticalSpacer">
313            <property name="orientation">
314             <enum>Qt::Vertical</enum>
315            </property>
316            <property name="sizeHint" stdset="0">
317             <size>
318              <width>20</width>
319              <height>40</height>
320             </size>
321            </property>
322           </spacer>
323          </item>
324         </layout>
325        </widget>
326       </widget>
327      </widget>
328     </item>
329    </layout>
330   </widget>
331   <widget class="QMenuBar" name="menubar">
332    <property name="geometry">
333     <rect>
334      <x>0</x>
335      <y>0</y>
336      <width>927</width>
337      <height>25</height>
338     </rect>
339    </property>
340    <widget class="QMenu" name="menu_File">
341     <property name="title">
342      <string>&amp;File</string>
343     </property>
344     <addaction name="action_open"/>
345     <addaction name="action_reload"/>
346     <addaction name="action_exit"/>
347    </widget>
348    <addaction name="menu_File"/>
349   </widget>
350   <widget class="QStatusBar" name="statusbar"/>
351   <action name="action_open">
352    <property name="text">
353     <string>&amp;Open</string>
354    </property>
355    <property name="shortcut">
356     <string>Ctrl+O</string>
357    </property>
358   </action>
359   <action name="action_exit">
360    <property name="text">
361     <string>E&amp;xit</string>
362    </property>
363   </action>
364   <action name="action_reload">
365    <property name="text">
366     <string>&amp;Reload</string>
367    </property>
368    <property name="shortcut">
369     <string>Ctrl+R</string>
370    </property>
371   </action>
372  </widget>
373  <customwidgets>
374   <customwidget>
375    <class>QwtPlot</class>
376    <extends>QFrame</extends>
377    <header>qwt_plot.h</header>
378   </customwidget>
379  </customwidgets>
380  <resources/>
381  <connections>
382   <connection>
383    <sender>action_exit</sender>
384    <signal>activated()</signal>
385    <receiver>MainWindow</receiver>
386    <slot>close()</slot>
387    <hints>
388     <hint type="sourcelabel">
389      <x>-1</x>
390      <y>-1</y>
391     </hint>
392     <hint type="destinationlabel">
393      <x>399</x>
394      <y>347</y>
395     </hint>
396    </hints>
397   </connection>
398  </connections>
399 </ui>