i have highlighted a cell in this image,how can i get the cell click event of that cell
its a QTableWidget.
Untitled.png
i have highlighted a cell in this image,how can i get the cell click event of that cell
its a QTableWidget.
Untitled.png
it is not a cell. It is the header.
QHeaderView has a signal:
void sectionClicked ( int logicalIndex );
thanks for the reply...
i used im using that signal at the moment in my application...
i have events for vertical and horizontal header both.. non of them respond when i click the area i have highlighted in the picture.
simply that signal is not the one to catch that specific event...
and which header does this area belong to?? vertical or horizontal or both...![]()
Bookmarks