diff options
Diffstat (limited to 'gr-utils')
-rw-r--r-- | gr-utils/src/python/pyqt_filter_firhpf.py | 47 | ||||
-rw-r--r-- | gr-utils/src/python/pyqt_filter_firhpf.ui | 60 | ||||
-rw-r--r-- | gr-utils/src/python/pyqt_filter_firlpf.py | 47 | ||||
-rw-r--r-- | gr-utils/src/python/pyqt_filter_firlpf.ui | 60 |
4 files changed, 0 insertions, 214 deletions
diff --git a/gr-utils/src/python/pyqt_filter_firhpf.py b/gr-utils/src/python/pyqt_filter_firhpf.py deleted file mode 100644 index 9aa8d0ed6..000000000 --- a/gr-utils/src/python/pyqt_filter_firhpf.py +++ /dev/null @@ -1,47 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'pyqt_filter_firhpf.ui' -# -# Created: Tue Aug 18 22:19:04 2009 -# by: PyQt4 UI code generator 4.4.4 -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore, QtGui - -class Ui_firhpfForm(object): - def setupUi(self, firhpfForm): - firhpfForm.setObjectName("firhpfForm") - firhpfForm.resize(335, 300) - firhpfForm.setMinimumSize(QtCore.QSize(200, 0)) - self.formLayout = QtGui.QFormLayout(firhpfForm) - self.formLayout.setFieldGrowthPolicy(QtGui.QFormLayout.AllNonFixedFieldsGrow) - self.formLayout.setObjectName("formLayout") - self.endofPassBandLabel = QtGui.QLabel(firhpfForm) - self.endofPassBandLabel.setObjectName("endofPassBandLabel") - self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.endofPassBandLabel) - self.endofPassBandEdit = QtGui.QLineEdit(firhpfForm) - self.endofPassBandEdit.setObjectName("endofPassBandEdit") - self.formLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.endofPassBandEdit) - self.startofStopBandLabel = QtGui.QLabel(firhpfForm) - self.startofStopBandLabel.setObjectName("startofStopBandLabel") - self.formLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.startofStopBandLabel) - self.startofStopBandEdit = QtGui.QLineEdit(firhpfForm) - self.startofStopBandEdit.setObjectName("startofStopBandEdit") - self.formLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.startofStopBandEdit) - self.stopBandAttenLabel = QtGui.QLabel(firhpfForm) - self.stopBandAttenLabel.setObjectName("stopBandAttenLabel") - self.formLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.stopBandAttenLabel) - self.stopBandAttenEdit = QtGui.QLineEdit(firhpfForm) - self.stopBandAttenEdit.setObjectName("stopBandAttenEdit") - self.formLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.stopBandAttenEdit) - - self.retranslateUi(firhpfForm) - QtCore.QMetaObject.connectSlotsByName(firhpfForm) - - def retranslateUi(self, firhpfForm): - firhpfForm.setWindowTitle(QtGui.QApplication.translate("firhpfForm", "Form", None, QtGui.QApplication.UnicodeUTF8)) - self.endofPassBandLabel.setText(QtGui.QApplication.translate("firhpfForm", "End of Stop Band (Hz)", None, QtGui.QApplication.UnicodeUTF8)) - self.startofStopBandLabel.setText(QtGui.QApplication.translate("firhpfForm", "Start of Pass Band (Hz)", None, QtGui.QApplication.UnicodeUTF8)) - self.stopBandAttenLabel.setText(QtGui.QApplication.translate("firhpfForm", "Stop Band Attenuation (dB)", None, QtGui.QApplication.UnicodeUTF8)) - diff --git a/gr-utils/src/python/pyqt_filter_firhpf.ui b/gr-utils/src/python/pyqt_filter_firhpf.ui deleted file mode 100644 index 4c04ef9c1..000000000 --- a/gr-utils/src/python/pyqt_filter_firhpf.ui +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>firhpfForm</class> - <widget class="QWidget" name="firhpfForm"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>335</width> - <height>300</height> - </rect> - </property> - <property name="minimumSize"> - <size> - <width>200</width> - <height>0</height> - </size> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <layout class="QFormLayout" name="formLayout"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::AllNonFixedFieldsGrow</enum> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="endofPassBandLabel"> - <property name="text"> - <string>End of Stop Band (Hz)</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="endofPassBandEdit"/> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="startofStopBandLabel"> - <property name="text"> - <string>Start of Pass Band (Hz)</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="startofStopBandEdit"/> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="stopBandAttenLabel"> - <property name="text"> - <string>Stop Band Attenuation (dB)</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="stopBandAttenEdit"/> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> diff --git a/gr-utils/src/python/pyqt_filter_firlpf.py b/gr-utils/src/python/pyqt_filter_firlpf.py deleted file mode 100644 index 47aca0f2d..000000000 --- a/gr-utils/src/python/pyqt_filter_firlpf.py +++ /dev/null @@ -1,47 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file 'pyqt_filter_firlpf.ui' -# -# Created: Tue Aug 18 22:19:03 2009 -# by: PyQt4 UI code generator 4.4.4 -# -# WARNING! All changes made in this file will be lost! - -from PyQt4 import QtCore, QtGui - -class Ui_firlpfForm(object): - def setupUi(self, firlpfForm): - firlpfForm.setObjectName("firlpfForm") - firlpfForm.resize(335, 300) - firlpfForm.setMinimumSize(QtCore.QSize(200, 0)) - self.formLayout = QtGui.QFormLayout(firlpfForm) - self.formLayout.setFieldGrowthPolicy(QtGui.QFormLayout.AllNonFixedFieldsGrow) - self.formLayout.setObjectName("formLayout") - self.endofPassBandLabel = QtGui.QLabel(firlpfForm) - self.endofPassBandLabel.setObjectName("endofPassBandLabel") - self.formLayout.setWidget(0, QtGui.QFormLayout.LabelRole, self.endofPassBandLabel) - self.endofPassBandEdit = QtGui.QLineEdit(firlpfForm) - self.endofPassBandEdit.setObjectName("endofPassBandEdit") - self.formLayout.setWidget(0, QtGui.QFormLayout.FieldRole, self.endofPassBandEdit) - self.startofStopBandLabel = QtGui.QLabel(firlpfForm) - self.startofStopBandLabel.setObjectName("startofStopBandLabel") - self.formLayout.setWidget(1, QtGui.QFormLayout.LabelRole, self.startofStopBandLabel) - self.stopBandAttenLabel = QtGui.QLabel(firlpfForm) - self.stopBandAttenLabel.setObjectName("stopBandAttenLabel") - self.formLayout.setWidget(2, QtGui.QFormLayout.LabelRole, self.stopBandAttenLabel) - self.stopBandAttenEdit = QtGui.QLineEdit(firlpfForm) - self.stopBandAttenEdit.setObjectName("stopBandAttenEdit") - self.formLayout.setWidget(2, QtGui.QFormLayout.FieldRole, self.stopBandAttenEdit) - self.startofStopBandEdit = QtGui.QLineEdit(firlpfForm) - self.startofStopBandEdit.setObjectName("startofStopBandEdit") - self.formLayout.setWidget(1, QtGui.QFormLayout.FieldRole, self.startofStopBandEdit) - - self.retranslateUi(firlpfForm) - QtCore.QMetaObject.connectSlotsByName(firlpfForm) - - def retranslateUi(self, firlpfForm): - firlpfForm.setWindowTitle(QtGui.QApplication.translate("firlpfForm", "Form", None, QtGui.QApplication.UnicodeUTF8)) - self.endofPassBandLabel.setText(QtGui.QApplication.translate("firlpfForm", "End of Pass Band (Hz)", None, QtGui.QApplication.UnicodeUTF8)) - self.startofStopBandLabel.setText(QtGui.QApplication.translate("firlpfForm", "Start of Stop Band (Hz)", None, QtGui.QApplication.UnicodeUTF8)) - self.stopBandAttenLabel.setText(QtGui.QApplication.translate("firlpfForm", "Stop Band Attenuation (dB)", None, QtGui.QApplication.UnicodeUTF8)) - diff --git a/gr-utils/src/python/pyqt_filter_firlpf.ui b/gr-utils/src/python/pyqt_filter_firlpf.ui deleted file mode 100644 index a96d609b8..000000000 --- a/gr-utils/src/python/pyqt_filter_firlpf.ui +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>firlpfForm</class> - <widget class="QWidget" name="firlpfForm"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>335</width> - <height>300</height> - </rect> - </property> - <property name="minimumSize"> - <size> - <width>200</width> - <height>0</height> - </size> - </property> - <property name="windowTitle"> - <string>Form</string> - </property> - <layout class="QFormLayout" name="formLayout"> - <property name="fieldGrowthPolicy"> - <enum>QFormLayout::AllNonFixedFieldsGrow</enum> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="endofPassBandLabel"> - <property name="text"> - <string>End of Pass Band (Hz)</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="endofPassBandEdit"/> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="startofStopBandLabel"> - <property name="text"> - <string>Start of Stop Band (Hz)</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="stopBandAttenLabel"> - <property name="text"> - <string>Stop Band Attenuation (dB)</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="stopBandAttenEdit"/> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="startofStopBandEdit"/> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> |