Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
6.5.2
-
None
Description
I just downloaded the latest Qt 6.5.2 with the bug fix to QTBUG-110942. While the bug stipulated in that ticket seems to be fixed (I do not see double icons anymore). It seems a new issue got introduced.
When the TreeWiew has the setAlternatingRowColors flag set to True, icons on the alternate rows do not show up. This is using the same reproducible case than 110942 (which uses a specific combination of parameters in the stylesheet).
I am adding here a code sample that reproduces the issue (in Python using PySide6).