You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a QTableWidgetItem is set to "isUserCheckable" the checkbox that comes with it is not in the style of qdarkstyle, but rather in the default style (white box with black check mark). This only holds for QTableWidgetItem; the checkbox of e.g. a QListWidgetItem is in the qdarkstyle (see example below).
Actual Result
Expected Results / Proposed Result
The checkbox of a user-checkable QTableWidgetItem should be in the same style as the other checkboxes in qdarkstyle.
Describe Your Environment
Please, report the output of the command (from v2.6+) or fill the information below:
Language
Python
Description / Steps to Reproduce [if necessary]
When a QTableWidgetItem is set to "isUserCheckable" the checkbox that comes with it is not in the style of qdarkstyle, but rather in the default style (white box with black check mark). This only holds for QTableWidgetItem; the checkbox of e.g. a QListWidgetItem is in the qdarkstyle (see example below).
Actual Result
Expected Results / Proposed Result
The checkbox of a user-checkable QTableWidgetItem should be in the same style as the other checkboxes in qdarkstyle.
Relevant Code [if necessary]
Minimal example which produces the image above:
The text was updated successfully, but these errors were encountered: