Difference between cellPressed and cellClicked signals of PyQt4 QTableWidget
- by Nikwin
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?