Qt 6.11 is out! See what's new in the release
blog
QTableView renders wrong.
General and Desktop
4
Posts
3
Posters
1.5k
Views
1
Watching
-
I poste a link here to qtcentre forum for description:
"www.qtcentre.org/threads/52016":http://www.qtcentre.org/threads/52016-QTableView-renders-wrong!
Should I report this as a bug?
-
"As you can see...". No, I can't, because I'm not registered at Qt Centre (which would be required to view your attachment).
-
Sorry I describe it here:
"example image":http://rghost.net/41600810/image.png
As you can see in the image, setting "background-color" style property together with using QStyle::SH_ScrollView_FrameOnlyAroundContents style hint property, renders incorrect. A workaround this is to change QPalette::Base color and assign the new palette to the tableview, but this is cumbersome.