Adding a graphical tool to design and analyze filters.
[debian/gnuradio] / gr-utils / src / python / pyqt_filter_firhpf.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>firhpfForm</class>
4  <widget class="QWidget" name="firhpfForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>335</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>200</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QFormLayout" name="formLayout">
23    <property name="fieldGrowthPolicy">
24     <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
25    </property>
26    <item row="0" column="0">
27     <widget class="QLabel" name="endofPassBandLabel">
28      <property name="text">
29       <string>End of Stop Band (Hz)</string>
30      </property>
31     </widget>
32    </item>
33    <item row="0" column="1">
34     <widget class="QLineEdit" name="endofPassBandEdit"/>
35    </item>
36    <item row="1" column="0">
37     <widget class="QLabel" name="startofStopBandLabel">
38      <property name="text">
39       <string>Start of Pass Band (Hz)</string>
40      </property>
41     </widget>
42    </item>
43    <item row="1" column="1">
44     <widget class="QLineEdit" name="startofStopBandEdit"/>
45    </item>
46    <item row="2" column="0">
47     <widget class="QLabel" name="stopBandAttenLabel">
48      <property name="text">
49       <string>Stop Band Attenuation (dB)</string>
50      </property>
51     </widget>
52    </item>
53    <item row="2" column="1">
54     <widget class="QLineEdit" name="stopBandAttenEdit"/>
55    </item>
56   </layout>
57  </widget>
58  <resources/>
59  <connections/>
60 </ui>