Adding a QT-based data file viewer.
[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           <widget class="QWidget" name="formLayoutWidget">
57            <property name="geometry">
58             <rect>
59              <x>0</x>
60              <y>20</y>
61              <width>151</width>
62              <height>191</height>
63             </rect>
64            </property>
65            <layout class="QFormLayout" name="formLayout">
66             <item row="0" column="0">
67              <widget class="QLabel" name="fftSizeLabel">
68               <property name="text">
69                <string>FFT Size</string>
70               </property>
71              </widget>
72             </item>
73             <item row="0" column="1">
74              <widget class="QComboBox" name="fftComboBox"/>
75             </item>
76            </layout>
77           </widget>
78          </widget>
79         </item>
80         <item>
81          <widget class="QwtPlot" name="freqPlot"/>
82         </item>
83        </layout>
84       </widget>
85      </widget>
86     </item>
87     <item row="3" column="0">
88      <widget class="QGroupBox" name="filePosBox">
89       <property name="minimumSize">
90        <size>
91         <width>0</width>
92         <height>120</height>
93        </size>
94       </property>
95       <property name="title">
96        <string>File Position</string>
97       </property>
98       <widget class="QWidget" name="formLayoutWidget_2">
99        <property name="geometry">
100         <rect>
101          <x>0</x>
102          <y>20</y>
103          <width>160</width>
104          <height>92</height>
105         </rect>
106        </property>
107        <layout class="QFormLayout" name="filePosLayout">
108         <item row="0" column="0">
109          <widget class="QLabel" name="filePosStartLabel">
110           <property name="text">
111            <string>Start</string>
112           </property>
113          </widget>
114         </item>
115         <item row="0" column="1">
116          <widget class="QLineEdit" name="filePosStartLineEdit"/>
117         </item>
118         <item row="1" column="0">
119          <widget class="QLabel" name="filePosStopLabel">
120           <property name="text">
121            <string>Stop</string>
122           </property>
123          </widget>
124         </item>
125         <item row="1" column="1">
126          <widget class="QLineEdit" name="filePosStopLineEdit"/>
127         </item>
128         <item row="2" column="0">
129          <widget class="QLabel" name="filePosLengthLabel">
130           <property name="text">
131            <string>Length</string>
132           </property>
133          </widget>
134         </item>
135         <item row="2" column="1">
136          <widget class="QLineEdit" name="filePosLengthLineEdit"/>
137         </item>
138        </layout>
139       </widget>
140       <widget class="QWidget" name="formLayoutWidget_4">
141        <property name="geometry">
142         <rect>
143          <x>180</x>
144          <y>20</y>
145          <width>231</width>
146          <height>92</height>
147         </rect>
148        </property>
149        <layout class="QFormLayout" name="fileTimeLayout">
150         <item row="0" column="0">
151          <widget class="QLabel" name="fileTimeStartLabel">
152           <property name="text">
153            <string>time start (sec)</string>
154           </property>
155          </widget>
156         </item>
157         <item row="0" column="1">
158          <widget class="QLineEdit" name="fileTimeStartLineEdit"/>
159         </item>
160         <item row="1" column="0">
161          <widget class="QLabel" name="fileTimeStopLabel">
162           <property name="text">
163            <string>time stop (sec)</string>
164           </property>
165          </widget>
166         </item>
167         <item row="1" column="1">
168          <widget class="QLineEdit" name="fileTimeStopLineEdit"/>
169         </item>
170         <item row="2" column="0">
171          <widget class="QLabel" name="fileTimeLengthLabel">
172           <property name="text">
173            <string>time length (sec)</string>
174           </property>
175          </widget>
176         </item>
177         <item row="2" column="1">
178          <widget class="QLineEdit" name="fileTimeLengthLineEdit"/>
179         </item>
180        </layout>
181       </widget>
182       <widget class="QGroupBox" name="sysGroupBox">
183        <property name="geometry">
184         <rect>
185          <x>530</x>
186          <y>0</y>
187          <width>200</width>
188          <height>120</height>
189         </rect>
190        </property>
191        <property name="minimumSize">
192         <size>
193          <width>200</width>
194          <height>0</height>
195         </size>
196        </property>
197        <property name="title">
198         <string>System Properties</string>
199        </property>
200        <widget class="QWidget" name="formLayoutWidget_3">
201         <property name="geometry">
202          <rect>
203           <x>0</x>
204           <y>20</y>
205           <width>191</width>
206           <height>91</height>
207          </rect>
208         </property>
209         <layout class="QFormLayout" name="formLayout_2">
210          <item row="0" column="0">
211           <widget class="QLabel" name="sampleRateLabel">
212            <property name="text">
213             <string>Sample Rate</string>
214            </property>
215           </widget>
216          </item>
217          <item row="0" column="1">
218           <widget class="QLineEdit" name="sampleRateLineEdit">
219            <property name="minimumSize">
220             <size>
221              <width>0</width>
222              <height>0</height>
223             </size>
224            </property>
225           </widget>
226          </item>
227         </layout>
228        </widget>
229       </widget>
230       <widget class="QGroupBox" name="displayGroupBox">
231        <property name="geometry">
232         <rect>
233          <x>730</x>
234          <y>0</y>
235          <width>170</width>
236          <height>120</height>
237         </rect>
238        </property>
239        <property name="minimumSize">
240         <size>
241          <width>170</width>
242          <height>0</height>
243         </size>
244        </property>
245        <property name="title">
246         <string>Display Properties</string>
247        </property>
248        <widget class="QWidget" name="verticalLayoutWidget">
249         <property name="geometry">
250          <rect>
251           <x>0</x>
252           <y>20</y>
253           <width>160</width>
254           <height>91</height>
255          </rect>
256         </property>
257         <layout class="QVBoxLayout" name="verticalLayout">
258          <item>
259           <widget class="QComboBox" name="colorComboBox"/>
260          </item>
261          <item>
262           <spacer name="verticalSpacer">
263            <property name="orientation">
264             <enum>Qt::Vertical</enum>
265            </property>
266            <property name="sizeHint" stdset="0">
267             <size>
268              <width>20</width>
269              <height>40</height>
270             </size>
271            </property>
272           </spacer>
273          </item>
274         </layout>
275        </widget>
276       </widget>
277      </widget>
278     </item>
279    </layout>
280   </widget>
281   <widget class="QMenuBar" name="menubar">
282    <property name="geometry">
283     <rect>
284      <x>0</x>
285      <y>0</y>
286      <width>927</width>
287      <height>25</height>
288     </rect>
289    </property>
290    <widget class="QMenu" name="menu_File">
291     <property name="title">
292      <string>&amp;File</string>
293     </property>
294     <addaction name="action_open"/>
295     <addaction name="action_exit"/>
296    </widget>
297    <addaction name="menu_File"/>
298   </widget>
299   <widget class="QStatusBar" name="statusbar"/>
300   <action name="action_open">
301    <property name="text">
302     <string>&amp;Open</string>
303    </property>
304    <property name="shortcut">
305     <string>Ctrl+O</string>
306    </property>
307   </action>
308   <action name="action_exit">
309    <property name="text">
310     <string>E&amp;xit</string>
311    </property>
312   </action>
313  </widget>
314  <customwidgets>
315   <customwidget>
316    <class>QwtPlot</class>
317    <extends>QFrame</extends>
318    <header>qwt_plot.h</header>
319   </customwidget>
320  </customwidgets>
321  <resources/>
322  <connections>
323   <connection>
324    <sender>action_exit</sender>
325    <signal>activated()</signal>
326    <receiver>MainWindow</receiver>
327    <slot>close()</slot>
328    <hints>
329     <hint type="sourcelabel">
330      <x>-1</x>
331      <y>-1</y>
332     </hint>
333     <hint type="destinationlabel">
334      <x>399</x>
335      <y>347</y>
336     </hint>
337    </hints>
338   </connection>
339  </connections>
340 </ui>