Hello.

I've subclassed in Python from a C++ class that has:

  public slots:
    
    virtual void updateSearch (const QString &pattern=QString());

  protected:

    virtual void updateSearch (QTreeWidget *treeWidget);

I want to provide my own updateSearch(), but only for the slot case. Is
this possible at all? At the moment, my python function is gettin called
in both cases.

Any help appreciated.

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
And how do you tell an extroverted mathematician? He looks at *your* shoes
while he's talking to you.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to