Repaint child without repainting parent widget
Mobile and Embedded
2
Posts
1
Posters
1.4k
Views
1
Watching
-
I have a parent widget ( QScrollArea ) to which I setWidget my custom QFrame containing some buttons. The QScrollArea has background set with stylesheet and my widget has transparent background. I want to make the QScrollArea not redraw its background each time my widget is moved because this slows down performance very much.
What can I do?