PyQt QTable

Michael Melchert mmelchert at cgg.com
Thu Apr 18 11:16:58 EDT 2002


Hello,

I am having some difficulties using QTable (PyQt3.0-2.3.1) 
in a python QDialog:
basically all I want to do is to connect the QTable.clicked() signal to
a python method [ self.connect(qtb,SIGNAL('clicked(....)'),self.the_method)]
my problem arises from the parameters which are defined for 
QTable.clicked(int,int,int,QPoint&).
what would be the correct way to write the connect() call, especially 
regarding the QPoint& reference? And how would the connected python method 
be defined?

cheers
Michael

-- 
--------------------------------------
Michael Melchert

E-Mail: mmelchert at cgg.com
--------------------------------------




More information about the Python-list mailing list