Difference between cellPressed and cellClicked signals of PyQt4 QTableWidget

Posted by Nikwin on Stack Overflow See other posts from Stack Overflow or by Nikwin
Published on 2010-04-12T01:43:55Z Indexed on 2010/04/12 1:53 UTC
Read the original article Hit count: 479

Filed under:
|

The PyQt4 QTableWidget has both cellPressed and cellClicked signals. From the name, and the little experimentation I did with them, they appear to do exactly the same thing. Is there a difference between the two?

© Stack Overflow or respective owner

Related posts about pyqt4

Related posts about python