From ea99e2777b7a3692ee50ed0d80eeae006fa60322 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 20 Aug 2009 22:10:50 -0400 Subject: [PATCH] Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui package. --- gr-utils/src/python/pyqt_filter_firhpf.py | 47 ------------------ gr-utils/src/python/pyqt_filter_firhpf.ui | 60 ----------------------- gr-utils/src/python/pyqt_filter_firlpf.py | 47 ------------------ gr-utils/src/python/pyqt_filter_firlpf.ui | 60 ----------------------- 4 files changed, 214 deletions(-) delete mode 100644 gr-utils/src/python/pyqt_filter_firhpf.py delete mode 100644 gr-utils/src/python/pyqt_filter_firhpf.ui delete mode 100644 gr-utils/src/python/pyqt_filter_firlpf.py delete mode 100644 gr-utils/src/python/pyqt_filter_firlpf.ui 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 9aa8d0ed..00000000 --- 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 4c04ef9c..00000000 --- a/gr-utils/src/python/pyqt_filter_firhpf.ui +++ /dev/null @@ -1,60 +0,0 @@ - - - firhpfForm - - - - 0 - 0 - 335 - 300 - - - - - 200 - 0 - - - - Form - - - - QFormLayout::AllNonFixedFieldsGrow - - - - - End of Stop Band (Hz) - - - - - - - - - - Start of Pass Band (Hz) - - - - - - - - - - Stop Band Attenuation (dB) - - - - - - - - - - - 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 47aca0f2..00000000 --- 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 a96d609b..00000000 --- a/gr-utils/src/python/pyqt_filter_firlpf.ui +++ /dev/null @@ -1,60 +0,0 @@ - - - firlpfForm - - - - 0 - 0 - 335 - 300 - - - - - 200 - 0 - - - - Form - - - - QFormLayout::AllNonFixedFieldsGrow - - - - - End of Pass Band (Hz) - - - - - - - - - - Start of Stop Band (Hz) - - - - - - - Stop Band Attenuation (dB) - - - - - - - - - - - - - - -- 2.30.2