Qt is shifting the old widget content during a resize
-
When I resize a widget, I have noticed a lot of flickering is happening.
It appears that the old window content is shifted along with the splitter.
Then when the widget is redrawn, the contents are drawn in a slightly different location.
This is resulting in a lot of flickering.I have tried aligning my widget to the right, it still shifts with the old window content as if it is joined to the splitter by its left side.
The final draw is correct, I just want to prevent the shifting of the old widget content that is occuring.
Can anyone explain how to do this? -
@qt101 said in Qt is shifting the old widget content during a resize:
Can anyone explain how to do this?
Not without seeing a sample code which demonstrates the issue. Which platform do you use and which Qt version? I'm not aware of such a problem on Linux and Windows