switch source package format to 3.0 quilt
[debian/gnuradio] / gr-utils / src / python / pyqt_filter.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>1124</width>
9     <height>696</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>GNU Radio Filter Design Tool</string>
14   </property>
15   <widget class="QWidget" name="centralwidget" >
16    <layout class="QGridLayout" name="gridLayout" >
17     <item row="1" column="0" >
18      <widget class="QFrame" name="filterFrame" >
19       <property name="minimumSize" >
20        <size>
21         <width>300</width>
22         <height>0</height>
23        </size>
24       </property>
25       <property name="maximumSize" >
26        <size>
27         <width>300</width>
28         <height>16777215</height>
29        </size>
30       </property>
31       <property name="frameShape" >
32        <enum>QFrame::StyledPanel</enum>
33       </property>
34       <property name="frameShadow" >
35        <enum>QFrame::Raised</enum>
36       </property>
37       <layout class="QVBoxLayout" name="verticalLayout" >
38        <item>
39         <widget class="QComboBox" name="filterTypeComboBox" >
40          <item>
41           <property name="text" >
42            <string>Low Pass</string>
43           </property>
44          </item>
45          <item>
46           <property name="text" >
47            <string>Band Pass</string>
48           </property>
49          </item>
50          <item>
51           <property name="text" >
52            <string>Complex Band Pass</string>
53           </property>
54          </item>
55          <item>
56           <property name="text" >
57            <string>Band Notch</string>
58           </property>
59          </item>
60          <item>
61           <property name="text" >
62            <string>High Pass</string>
63           </property>
64          </item>
65          <item>
66           <property name="text" >
67            <string>Root Raised Cosine</string>
68           </property>
69          </item>
70          <item>
71           <property name="text" >
72            <string>Gaussian</string>
73           </property>
74          </item>
75         </widget>
76        </item>
77        <item>
78         <widget class="QComboBox" name="filterDesignTypeComboBox" >
79          <item>
80           <property name="text" >
81            <string>Hamming Window</string>
82           </property>
83          </item>
84          <item>
85           <property name="text" >
86            <string>Hann Window</string>
87           </property>
88          </item>
89          <item>
90           <property name="text" >
91            <string>Blackman Window</string>
92           </property>
93          </item>
94          <item>
95           <property name="text" >
96            <string>Rectangular Window</string>
97           </property>
98          </item>
99          <item>
100           <property name="text" >
101            <string>Kaiser Window</string>
102           </property>
103          </item>
104          <item>
105           <property name="text" >
106            <string>Blackman-harris Window</string>
107           </property>
108          </item>
109          <item>
110           <property name="text" >
111            <string>Equiripple</string>
112           </property>
113          </item>
114         </widget>
115        </item>
116        <item>
117         <layout class="QFormLayout" name="globalParamsLayout" >
118          <property name="fieldGrowthPolicy" >
119           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
120          </property>
121          <item row="0" column="0" >
122           <widget class="QLabel" name="sampleRateLabel" >
123            <property name="maximumSize" >
124             <size>
125              <width>16777215</width>
126              <height>30</height>
127             </size>
128            </property>
129            <property name="text" >
130             <string>Sample Rate (sps)</string>
131            </property>
132           </widget>
133          </item>
134          <item row="0" column="1" >
135           <widget class="QLineEdit" name="sampleRateEdit" >
136            <property name="maximumSize" >
137             <size>
138              <width>16777215</width>
139              <height>30</height>
140             </size>
141            </property>
142           </widget>
143          </item>
144          <item row="1" column="0" >
145           <widget class="QLabel" name="filterGainLabel" >
146            <property name="text" >
147             <string>Filter Gain</string>
148            </property>
149           </widget>
150          </item>
151          <item row="1" column="1" >
152           <widget class="QLineEdit" name="filterGainEdit" />
153          </item>
154         </layout>
155        </item>
156        <item>
157         <widget class="QStackedWidget" name="filterTypeWidget" >
158          <property name="currentIndex" >
159           <number>0</number>
160          </property>
161          <widget class="QWidget" name="firlpfPage" >
162           <layout class="QFormLayout" name="formLayout" >
163            <item row="0" column="0" >
164             <widget class="QLabel" name="endofLpfPassBandLabel" >
165              <property name="text" >
166               <string>End of Pass Band (Hz)</string>
167              </property>
168             </widget>
169            </item>
170            <item row="0" column="1" >
171             <widget class="QLineEdit" name="endofLpfPassBandEdit" />
172            </item>
173            <item row="1" column="0" >
174             <widget class="QLabel" name="startofLpfStopBandLabel" >
175              <property name="text" >
176               <string>Start of Stop Band (Hz)</string>
177              </property>
178             </widget>
179            </item>
180            <item row="1" column="1" >
181             <widget class="QLineEdit" name="startofLpfStopBandEdit" />
182            </item>
183            <item row="2" column="0" >
184             <widget class="QLabel" name="lpfStopBandAttenLabel" >
185              <property name="text" >
186               <string>Stop Band Attenuation (dB)</string>
187              </property>
188             </widget>
189            </item>
190            <item row="2" column="1" >
191             <widget class="QLineEdit" name="lpfStopBandAttenEdit" />
192            </item>
193            <item row="3" column="1" >
194             <widget class="QLineEdit" name="lpfPassBandRippleEdit" />
195            </item>
196            <item row="3" column="0" >
197             <widget class="QLabel" name="lpfPassBandRippleLabel" >
198              <property name="text" >
199               <string>Pass Band Ripple (dB)</string>
200              </property>
201             </widget>
202            </item>
203           </layout>
204          </widget>
205          <widget class="QWidget" name="firbpfPage" >
206           <layout class="QFormLayout" name="formLayout_2" >
207            <item row="0" column="0" >
208             <widget class="QLabel" name="startofBpfPassBandLabel" >
209              <property name="text" >
210               <string>Start of Pass Band (Hz)</string>
211              </property>
212             </widget>
213            </item>
214            <item row="0" column="1" >
215             <widget class="QLineEdit" name="startofBpfPassBandEdit" />
216            </item>
217            <item row="1" column="0" >
218             <widget class="QLabel" name="endofBpfPassBandLabel" >
219              <property name="text" >
220               <string>End of Pass Band (Hz)</string>
221              </property>
222             </widget>
223            </item>
224            <item row="1" column="1" >
225             <widget class="QLineEdit" name="endofBpfPassBandEdit" />
226            </item>
227            <item row="3" column="1" >
228             <widget class="QLineEdit" name="bpfStopBandAttenEdit" />
229            </item>
230            <item row="3" column="0" >
231             <widget class="QLabel" name="bpfStopBandAttenLabel" >
232              <property name="text" >
233               <string>Stop Band Attenuation (dB)</string>
234              </property>
235             </widget>
236            </item>
237            <item row="2" column="0" >
238             <widget class="QLabel" name="bpfTransitionLabel" >
239              <property name="text" >
240               <string>Transition Width (Hz)</string>
241              </property>
242             </widget>
243            </item>
244            <item row="2" column="1" >
245             <widget class="QLineEdit" name="bpfTransitionEdit" />
246            </item>
247            <item row="4" column="1" >
248             <widget class="QLineEdit" name="bpfPassBandRippleEdit" />
249            </item>
250            <item row="4" column="0" >
251             <widget class="QLabel" name="bpfPassBandRippleLabel" >
252              <property name="text" >
253               <string>Pass Band Ripple (dB)</string>
254              </property>
255             </widget>
256            </item>
257           </layout>
258          </widget>
259          <widget class="QWidget" name="firbnfPage" >
260           <layout class="QFormLayout" name="formLayout_5" >
261            <property name="fieldGrowthPolicy" >
262             <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
263            </property>
264            <item row="0" column="0" >
265             <widget class="QLabel" name="startofBnfStopBandLabel" >
266              <property name="text" >
267               <string>Start of Stop Band (Hz)</string>
268              </property>
269             </widget>
270            </item>
271            <item row="0" column="1" >
272             <widget class="QLineEdit" name="startofBnfStopBandEdit" />
273            </item>
274            <item row="1" column="0" >
275             <widget class="QLabel" name="endofBnfStopBandLabel" >
276              <property name="text" >
277               <string>End of Stop Band (Hz)</string>
278              </property>
279             </widget>
280            </item>
281            <item row="1" column="1" >
282             <widget class="QLineEdit" name="endofBnfStopBandEdit" />
283            </item>
284            <item row="2" column="0" >
285             <widget class="QLabel" name="bnfTransitionLabel" >
286              <property name="text" >
287               <string>Transition Width (Hz)</string>
288              </property>
289             </widget>
290            </item>
291            <item row="2" column="1" >
292             <widget class="QLineEdit" name="bnfTransitionEdit" />
293            </item>
294            <item row="3" column="0" >
295             <widget class="QLabel" name="bnfStopBandAttenLabel" >
296              <property name="text" >
297               <string>Stop Band Attenuation (dB)</string>
298              </property>
299             </widget>
300            </item>
301            <item row="3" column="1" >
302             <widget class="QLineEdit" name="bnfStopBandAttenEdit" />
303            </item>
304            <item row="4" column="0" >
305             <widget class="QLabel" name="bnfPassBandRippleLabel" >
306              <property name="text" >
307               <string>Pass Band Ripple (dB)</string>
308              </property>
309             </widget>
310            </item>
311            <item row="4" column="1" >
312             <widget class="QLineEdit" name="bnfPassBandRippleEdit" />
313            </item>
314           </layout>
315          </widget>
316          <widget class="QWidget" name="firhpfPage" >
317           <layout class="QFormLayout" name="formLayout_3" >
318            <property name="fieldGrowthPolicy" >
319             <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
320            </property>
321            <item row="0" column="0" >
322             <widget class="QLabel" name="endofHpfStopBandLabel" >
323              <property name="text" >
324               <string>End of Stop Band (Hz)</string>
325              </property>
326             </widget>
327            </item>
328            <item row="0" column="1" >
329             <widget class="QLineEdit" name="endofHpfStopBandEdit" />
330            </item>
331            <item row="1" column="0" >
332             <widget class="QLabel" name="startofHpfPassBandLabel" >
333              <property name="text" >
334               <string>Start of Pass Band (Hz)</string>
335              </property>
336             </widget>
337            </item>
338            <item row="1" column="1" >
339             <widget class="QLineEdit" name="startofHpfPassBandEdit" />
340            </item>
341            <item row="2" column="0" >
342             <widget class="QLabel" name="hpfStopBandAttenLabel" >
343              <property name="text" >
344               <string>Stop Band Attenuation (dB)</string>
345              </property>
346             </widget>
347            </item>
348            <item row="2" column="1" >
349             <widget class="QLineEdit" name="hpfStopBandAttenEdit" />
350            </item>
351            <item row="3" column="0" >
352             <widget class="QLabel" name="hpfPassBandRippleLabel" >
353              <property name="text" >
354               <string>Pass Band Ripple (dB)</string>
355              </property>
356             </widget>
357            </item>
358            <item row="3" column="1" >
359             <widget class="QLineEdit" name="hpfPassBandRippleEdit" />
360            </item>
361           </layout>
362          </widget>
363          <widget class="QWidget" name="rrcPage" >
364           <layout class="QFormLayout" name="formLayout_6" >
365            <item row="0" column="0" >
366             <widget class="QLabel" name="rrcSymbolRateLabel" >
367              <property name="text" >
368               <string>Symbol Rate (sps)</string>
369              </property>
370             </widget>
371            </item>
372            <item row="1" column="0" >
373             <widget class="QLabel" name="rrcAlphaLabel" >
374              <property name="text" >
375               <string>Roll-off Factor</string>
376              </property>
377             </widget>
378            </item>
379            <item row="2" column="0" >
380             <widget class="QLabel" name="rrcNumTapsLabel" >
381              <property name="text" >
382               <string>Number of Taps</string>
383              </property>
384             </widget>
385            </item>
386            <item row="0" column="1" >
387             <widget class="QLineEdit" name="rrcSymbolRateEdit" />
388            </item>
389            <item row="1" column="1" >
390             <widget class="QLineEdit" name="rrcAlphaEdit" />
391            </item>
392            <item row="2" column="1" >
393             <widget class="QLineEdit" name="rrcNumTapsEdit" />
394            </item>
395           </layout>
396          </widget>
397          <widget class="QWidget" name="gausPage" >
398           <layout class="QFormLayout" name="formLayout_7" >
399            <item row="0" column="0" >
400             <widget class="QLabel" name="gausSymbolRateLabel" >
401              <property name="text" >
402               <string>Symbol Rate (sps)</string>
403              </property>
404             </widget>
405            </item>
406            <item row="0" column="1" >
407             <widget class="QLineEdit" name="gausSymbolRateEdit" />
408            </item>
409            <item row="1" column="0" >
410             <widget class="QLabel" name="gausBTLabel" >
411              <property name="text" >
412               <string>Roll-off Factor</string>
413              </property>
414             </widget>
415            </item>
416            <item row="1" column="1" >
417             <widget class="QLineEdit" name="gausBTEdit" />
418            </item>
419            <item row="2" column="0" >
420             <widget class="QLabel" name="gausNumTapsLabel" >
421              <property name="text" >
422               <string>Number of Taps</string>
423              </property>
424             </widget>
425            </item>
426            <item row="2" column="1" >
427             <widget class="QLineEdit" name="gausNumTapsEdit" />
428            </item>
429           </layout>
430          </widget>
431         </widget>
432        </item>
433        <item>
434         <widget class="QGroupBox" name="filterPropsBox" >
435          <property name="title" >
436           <string>Filter Properties</string>
437          </property>
438          <layout class="QFormLayout" name="formLayout_8" >
439           <property name="fieldGrowthPolicy" >
440            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
441           </property>
442           <item row="1" column="0" >
443            <widget class="QLabel" name="nTapsLabel" >
444             <property name="minimumSize" >
445              <size>
446               <width>150</width>
447               <height>0</height>
448              </size>
449             </property>
450             <property name="text" >
451              <string>Number of Taps:</string>
452             </property>
453            </widget>
454           </item>
455           <item row="1" column="1" >
456            <widget class="QLabel" name="nTapsEdit" >
457             <property name="maximumSize" >
458              <size>
459               <width>100</width>
460               <height>16777215</height>
461              </size>
462             </property>
463             <property name="frameShape" >
464              <enum>QFrame::Box</enum>
465             </property>
466             <property name="frameShadow" >
467              <enum>QFrame::Raised</enum>
468             </property>
469             <property name="text" >
470              <string/>
471             </property>
472            </widget>
473           </item>
474          </layout>
475         </widget>
476        </item>
477        <item>
478         <widget class="QGroupBox" name="sysParamsBox" >
479          <property name="title" >
480           <string>System Parameters</string>
481          </property>
482          <layout class="QFormLayout" name="formLayout_4" >
483           <item row="1" column="1" >
484            <widget class="QLineEdit" name="nfftEdit" />
485           </item>
486           <item row="1" column="0" >
487            <widget class="QLabel" name="nfftLabel" >
488             <property name="minimumSize" >
489              <size>
490               <width>150</width>
491               <height>0</height>
492              </size>
493             </property>
494             <property name="text" >
495              <string>Num FFT points</string>
496             </property>
497            </widget>
498           </item>
499          </layout>
500         </widget>
501        </item>
502        <item>
503         <widget class="QPushButton" name="designButton" >
504          <property name="minimumSize" >
505           <size>
506            <width>0</width>
507            <height>0</height>
508           </size>
509          </property>
510          <property name="maximumSize" >
511           <size>
512            <width>200</width>
513            <height>16777215</height>
514           </size>
515          </property>
516          <property name="text" >
517           <string>Design</string>
518          </property>
519          <property name="autoDefault" >
520           <bool>true</bool>
521          </property>
522          <property name="default" >
523           <bool>true</bool>
524          </property>
525         </widget>
526        </item>
527       </layout>
528      </widget>
529     </item>
530     <item row="1" column="1" >
531      <widget class="QTabWidget" name="tabGroup" >
532       <property name="minimumSize" >
533        <size>
534         <width>800</width>
535         <height>0</height>
536        </size>
537       </property>
538       <property name="currentIndex" >
539        <number>0</number>
540       </property>
541       <widget class="QWidget" name="freqTab" >
542        <attribute name="title" >
543         <string>Frequency Domain</string>
544        </attribute>
545        <layout class="QHBoxLayout" name="horizontalLayout_2" >
546         <item>
547          <widget class="QwtPlot" name="freqPlot" />
548         </item>
549        </layout>
550       </widget>
551       <widget class="QWidget" name="timeTab" >
552        <attribute name="title" >
553         <string>Time Domain</string>
554        </attribute>
555        <layout class="QHBoxLayout" name="horizontalLayout" >
556         <item>
557          <widget class="QwtPlot" name="timePlot" />
558         </item>
559        </layout>
560       </widget>
561       <widget class="QWidget" name="phaseTab" >
562        <attribute name="title" >
563         <string>Phase</string>
564        </attribute>
565        <layout class="QHBoxLayout" name="horizontalLayout_3" >
566         <item>
567          <widget class="QwtPlot" name="phasePlot" />
568         </item>
569        </layout>
570       </widget>
571       <widget class="QWidget" name="groupTab" >
572        <attribute name="title" >
573         <string>Group Delay</string>
574        </attribute>
575        <layout class="QHBoxLayout" name="horizontalLayout_4" >
576         <item>
577          <widget class="QwtPlot" name="groupPlot" />
578         </item>
579        </layout>
580       </widget>
581      </widget>
582     </item>
583    </layout>
584   </widget>
585   <widget class="QMenuBar" name="menubar" >
586    <property name="geometry" >
587     <rect>
588      <x>0</x>
589      <y>0</y>
590      <width>1124</width>
591      <height>24</height>
592     </rect>
593    </property>
594    <widget class="QMenu" name="menu_File" >
595     <property name="title" >
596      <string>&amp;File</string>
597     </property>
598     <addaction name="action_exit" />
599    </widget>
600    <addaction name="menu_File" />
601   </widget>
602   <widget class="QStatusBar" name="statusbar" />
603   <action name="action_open" >
604    <property name="text" >
605     <string>&amp;Open</string>
606    </property>
607    <property name="shortcut" >
608     <string>Ctrl+O</string>
609    </property>
610   </action>
611   <action name="action_exit" >
612    <property name="text" >
613     <string>E&amp;xit</string>
614    </property>
615   </action>
616  </widget>
617  <customwidgets>
618   <customwidget>
619    <class>QwtPlot</class>
620    <extends>QFrame</extends>
621    <header>qwt_plot.h</header>
622   </customwidget>
623  </customwidgets>
624  <tabstops>
625   <tabstop>filterTypeComboBox</tabstop>
626   <tabstop>filterDesignTypeComboBox</tabstop>
627   <tabstop>sampleRateEdit</tabstop>
628   <tabstop>filterGainEdit</tabstop>
629   <tabstop>endofLpfPassBandEdit</tabstop>
630   <tabstop>startofLpfStopBandEdit</tabstop>
631   <tabstop>lpfStopBandAttenEdit</tabstop>
632   <tabstop>lpfPassBandRippleEdit</tabstop>
633   <tabstop>startofBpfPassBandEdit</tabstop>
634   <tabstop>endofBpfPassBandEdit</tabstop>
635   <tabstop>bpfTransitionEdit</tabstop>
636   <tabstop>bpfStopBandAttenEdit</tabstop>
637   <tabstop>bpfPassBandRippleEdit</tabstop>
638   <tabstop>startofBnfStopBandEdit</tabstop>
639   <tabstop>endofBnfStopBandEdit</tabstop>
640   <tabstop>bnfTransitionEdit</tabstop>
641   <tabstop>bnfStopBandAttenEdit</tabstop>
642   <tabstop>bnfPassBandRippleEdit</tabstop>
643   <tabstop>endofHpfStopBandEdit</tabstop>
644   <tabstop>startofHpfPassBandEdit</tabstop>
645   <tabstop>hpfStopBandAttenEdit</tabstop>
646   <tabstop>hpfPassBandRippleEdit</tabstop>
647   <tabstop>rrcSymbolRateEdit</tabstop>
648   <tabstop>rrcAlphaEdit</tabstop>
649   <tabstop>rrcNumTapsEdit</tabstop>
650   <tabstop>gausSymbolRateEdit</tabstop>
651   <tabstop>gausBTEdit</tabstop>
652   <tabstop>gausNumTapsEdit</tabstop>
653   <tabstop>nfftEdit</tabstop>
654   <tabstop>designButton</tabstop>
655   <tabstop>tabGroup</tabstop>
656  </tabstops>
657  <resources/>
658  <connections>
659   <connection>
660    <sender>action_exit</sender>
661    <signal>activated()</signal>
662    <receiver>MainWindow</receiver>
663    <slot>close()</slot>
664    <hints>
665     <hint type="sourcelabel" >
666      <x>-1</x>
667      <y>-1</y>
668     </hint>
669     <hint type="destinationlabel" >
670      <x>399</x>
671      <y>347</y>
672     </hint>
673    </hints>
674   </connection>
675  </connections>
676 </ui>