Adding a spectrogram plot. The axis need work.
[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>2</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           <zorder>formLayoutWidget</zorder>
84           <zorder>psdFFTComboBox</zorder>
85           <zorder>psdFFTSizeLabel</zorder>
86          </widget>
87         </item>
88         <item>
89          <widget class="QwtPlot" name="freqPlot" />
90         </item>
91        </layout>
92       </widget>
93       <widget class="QWidget" name="specTab" >
94        <attribute name="title" >
95         <string>Spectrogram</string>
96        </attribute>
97        <layout class="QHBoxLayout" name="horizontalLayout_3" >
98         <item>
99          <widget class="QGroupBox" name="groupBox" >
100           <property name="title" >
101            <string>Spectrogram Properties</string>
102           </property>
103           <layout class="QFormLayout" name="formLayout_3" >
104            <item row="1" column="0" >
105             <widget class="QLabel" name="specFFTLabel" >
106              <property name="text" >
107               <string>FFT Size</string>
108              </property>
109             </widget>
110            </item>
111            <item row="1" column="1" >
112             <widget class="QComboBox" name="specFFTComboBox" >
113              <property name="minimumSize" >
114               <size>
115                <width>96</width>
116                <height>0</height>
117               </size>
118              </property>
119              <property name="maximumSize" >
120               <size>
121                <width>96</width>
122                <height>16777215</height>
123               </size>
124              </property>
125             </widget>
126            </item>
127           </layout>
128           <zorder>specFFTLabel</zorder>
129           <zorder>specFFTComboBox</zorder>
130           <zorder>specFFTComboBox</zorder>
131          </widget>
132         </item>
133         <item>
134          <widget class="QwtPlot" name="specPlot" />
135         </item>
136        </layout>
137        <zorder>specPlot</zorder>
138        <zorder>groupBox</zorder>
139       </widget>
140      </widget>
141     </item>
142     <item row="3" column="0" >
143      <widget class="QGroupBox" name="filePosBox" >
144       <property name="minimumSize" >
145        <size>
146         <width>0</width>
147         <height>120</height>
148        </size>
149       </property>
150       <property name="title" >
151        <string>File Position</string>
152       </property>
153       <widget class="QWidget" name="formLayoutWidget_2" >
154        <property name="geometry" >
155         <rect>
156          <x>0</x>
157          <y>20</y>
158          <width>160</width>
159          <height>92</height>
160         </rect>
161        </property>
162        <layout class="QFormLayout" name="filePosLayout" >
163         <item row="0" column="0" >
164          <widget class="QLabel" name="filePosStartLabel" >
165           <property name="text" >
166            <string>Start</string>
167           </property>
168          </widget>
169         </item>
170         <item row="0" column="1" >
171          <widget class="QLineEdit" name="filePosStartLineEdit" />
172         </item>
173         <item row="1" column="0" >
174          <widget class="QLabel" name="filePosStopLabel" >
175           <property name="text" >
176            <string>Stop</string>
177           </property>
178          </widget>
179         </item>
180         <item row="1" column="1" >
181          <widget class="QLineEdit" name="filePosStopLineEdit" />
182         </item>
183         <item row="2" column="0" >
184          <widget class="QLabel" name="filePosLengthLabel" >
185           <property name="text" >
186            <string>Length</string>
187           </property>
188          </widget>
189         </item>
190         <item row="2" column="1" >
191          <widget class="QLineEdit" name="filePosLengthLineEdit" />
192         </item>
193        </layout>
194       </widget>
195       <widget class="QWidget" name="formLayoutWidget_4" >
196        <property name="geometry" >
197         <rect>
198          <x>180</x>
199          <y>20</y>
200          <width>231</width>
201          <height>92</height>
202         </rect>
203        </property>
204        <layout class="QFormLayout" name="fileTimeLayout" >
205         <item row="0" column="0" >
206          <widget class="QLabel" name="fileTimeStartLabel" >
207           <property name="text" >
208            <string>time start (sec)</string>
209           </property>
210          </widget>
211         </item>
212         <item row="0" column="1" >
213          <widget class="QLineEdit" name="fileTimeStartLineEdit" />
214         </item>
215         <item row="1" column="0" >
216          <widget class="QLabel" name="fileTimeStopLabel" >
217           <property name="text" >
218            <string>time stop (sec)</string>
219           </property>
220          </widget>
221         </item>
222         <item row="1" column="1" >
223          <widget class="QLineEdit" name="fileTimeStopLineEdit" />
224         </item>
225         <item row="2" column="0" >
226          <widget class="QLabel" name="fileTimeLengthLabel" >
227           <property name="text" >
228            <string>time length (sec)</string>
229           </property>
230          </widget>
231         </item>
232         <item row="2" column="1" >
233          <widget class="QLineEdit" name="fileTimeLengthLineEdit" />
234         </item>
235        </layout>
236       </widget>
237       <widget class="QGroupBox" name="sysGroupBox" >
238        <property name="geometry" >
239         <rect>
240          <x>530</x>
241          <y>0</y>
242          <width>200</width>
243          <height>120</height>
244         </rect>
245        </property>
246        <property name="minimumSize" >
247         <size>
248          <width>200</width>
249          <height>0</height>
250         </size>
251        </property>
252        <property name="title" >
253         <string>System Properties</string>
254        </property>
255        <widget class="QWidget" name="formLayoutWidget_3" >
256         <property name="geometry" >
257          <rect>
258           <x>0</x>
259           <y>20</y>
260           <width>191</width>
261           <height>91</height>
262          </rect>
263         </property>
264         <layout class="QFormLayout" name="formLayout_2" >
265          <item row="0" column="0" >
266           <widget class="QLabel" name="sampleRateLabel" >
267            <property name="text" >
268             <string>Sample Rate</string>
269            </property>
270           </widget>
271          </item>
272          <item row="0" column="1" >
273           <widget class="QLineEdit" name="sampleRateLineEdit" >
274            <property name="minimumSize" >
275             <size>
276              <width>0</width>
277              <height>0</height>
278             </size>
279            </property>
280           </widget>
281          </item>
282         </layout>
283        </widget>
284       </widget>
285       <widget class="QGroupBox" name="displayGroupBox" >
286        <property name="geometry" >
287         <rect>
288          <x>730</x>
289          <y>0</y>
290          <width>170</width>
291          <height>120</height>
292         </rect>
293        </property>
294        <property name="minimumSize" >
295         <size>
296          <width>170</width>
297          <height>0</height>
298         </size>
299        </property>
300        <property name="title" >
301         <string>Display Properties</string>
302        </property>
303        <widget class="QWidget" name="verticalLayoutWidget" >
304         <property name="geometry" >
305          <rect>
306           <x>0</x>
307           <y>20</y>
308           <width>160</width>
309           <height>91</height>
310          </rect>
311         </property>
312         <layout class="QVBoxLayout" name="verticalLayout" >
313          <item>
314           <widget class="QComboBox" name="colorComboBox" />
315          </item>
316          <item>
317           <spacer name="verticalSpacer" >
318            <property name="orientation" >
319             <enum>Qt::Vertical</enum>
320            </property>
321            <property name="sizeHint" stdset="0" >
322             <size>
323              <width>20</width>
324              <height>40</height>
325             </size>
326            </property>
327           </spacer>
328          </item>
329         </layout>
330        </widget>
331       </widget>
332      </widget>
333     </item>
334    </layout>
335   </widget>
336   <widget class="QMenuBar" name="menubar" >
337    <property name="geometry" >
338     <rect>
339      <x>0</x>
340      <y>0</y>
341      <width>927</width>
342      <height>24</height>
343     </rect>
344    </property>
345    <widget class="QMenu" name="menu_File" >
346     <property name="title" >
347      <string>&amp;File</string>
348     </property>
349     <addaction name="action_open" />
350     <addaction name="action_exit" />
351    </widget>
352    <addaction name="menu_File" />
353   </widget>
354   <widget class="QStatusBar" name="statusbar" />
355   <action name="action_open" >
356    <property name="text" >
357     <string>&amp;Open</string>
358    </property>
359    <property name="shortcut" >
360     <string>Ctrl+O</string>
361    </property>
362   </action>
363   <action name="action_exit" >
364    <property name="text" >
365     <string>E&amp;xit</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>