Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
Description
If you set the Qt::NoItemFlags on an QTableWidgetItem the table will no longer emit the cellDoubleClicked or cellPressed signals for this item.
But the cellDoubleClicked signal will be emitted for the same item.
This seems inconsistent.
Attached example reproduce this issue.