Qt 6.11 is out! See what's new in the release
blog
QTableWidget has no cellRightClicked
-
I observe that QTableWidget has no cellRightClicked.
What is the workaround to receiving the right-click event for a table cell in C++? -
I observe that QTableWidget has no cellRightClicked.
What is the workaround to receiving the right-click event for a table cell in C++?@clarify
Right clicking on widgets is normally handled as a context menu request.
For aQTableWidgetright click on cell example, see e.g. @SGaist's code at https://forum.qt.io/topic/94905/simpliest-way-for-creating-contextmenu-for-qtablewidget-cells/5.