QML window resize/move flicker
问题 I'm developing a simple QML application right now and I noticed that resizing and moving a QML window generates an ugly flicker compared to a QtWidgets window, for instance. So I created 2 test applications to show the difference: QWidgets: QML: As you can see the QML version of the application flickers pretty ugly while the QtWidgets one is clean. Now this gets pretty ugly when your UI grows in complexity. Do you have any knowledge about this? Is this a bug? Is there any fix/workaround for