installeventfilter

luca72 lucaberto at libero.it
Tue Oct 11 04:39:39 EDT 2011


helo i have this form how i can install the event filter:
Class Form(QWidget, Ui_Form):
    """
    Class documentation goes here.
    """
    def __init__(self, parent = None):
        """
        Constructor
        """
        QWidget.__init__(self, parent)
        self.setupUi(self)

Thanks



More information about the Python-list mailing list