QTableWidget header and a fuzzy unexpected effect
-
Hello there,
Right now I am implementing my own QTableWidget component and it looks like this:
!http://www.maefloresta.com/portal/files/timeline01.png!But, when I start to move the scrollbar of the table, then the table header starts to look a little fuzzy/incomplete, just like this:
!http://www.maefloresta.com/portal/files/timeline02.png!I understand the problem, but I wonder if there is a better solution than to repaint the header by myself any time that scrollbar is moved or if there is a better approach to fix this.
Thank you for any hint! :)