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