[Qt-interest] how can I get the event when the user click over the column name from QTableView

Michael Leupold lemma at confuego.org
Thu Jul 30 15:56:09 CEST 2009


Mhayk Whandson wrote:
> I would like to receive a signal when the user click over the column
> name from QTableView, could you help me ?

Use the QTableView::horizontalHeader() and connect to its 
sectionClicked(int) signal.

Regards,
Michael




More information about the Qt-interest-old mailing list