Thanks all, for the replies.
Bugzilla from [email protected] wrote: > > or if you just want to know the column that was clicked > > QtCore.SIGNAL("sectionClicked(int)") Yes, this was exactly what I was looking for, and it's working! Thanks a bunch! Cheers, Gert-Jan -- View this message in context: http://www.nabble.com/QTableView-header-connection-tp22579905p22598813.html Sent from the PyQt mailing list archive at Nabble.com. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
