def __init__(self, m, parent=None):
        self.module = Module
        self.module = m
        QtGui.QDialog.__init__(self, parent)
        self.ui = Ui_ReadTable_GUI()
        self.ui.setupUi(self)
	self.tmpFile = "TPRtable.txt"
	QtCore.QObject.connect(self.ui.pb_r, QtCore.SIGNAL("released()"),self.load)
	QtCore.QObject.connect(self.ui.pb_del, QtCore.SIGNAL("released()"),self.delete)