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