Details
-
Suggestion
-
Resolution: Won't Do
-
P4: Low
-
4.4.3
-
None
Description
There is no clear way to distinguish between a QTableWidgetItem that has a checkbox and is unchecked, and a QTableWidgetItem that has no checkbox, since the checkedState() of both is Qt::Unchecked. I suggest there should be an explicit Qt::Uncheckable item in the CheckState Enum.