You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default pyqt has the same issue, but there are multiple tricks to make it work smoothly, for instance keep widget hot, by firing empty event next frame its created QTimer.singleShot(1, lambda: None), but with Pyqt6Ads it doesn't work. Also I tried many other workarounds, like add eventFilter on Ads resizing events, call repaint, update, processEvents. Added QPixmap of single pixel, none of this help
Vulkan surface code in pyqt is super simple, nothing fancy
Pyqt6Ads
bandicam.2026-02-03.22-02-50-709.mp4
Default Pyqt6
bandicam.2026-02-03.22-15-03-324.mp4
Default pyqt has the same issue, but there are multiple tricks to make it work smoothly, for instance keep widget hot, by firing empty event next frame its created QTimer.singleShot(1, lambda: None), but with Pyqt6Ads it doesn't work. Also I tried many other workarounds, like add eventFilter on Ads resizing events, call repaint, update, processEvents. Added QPixmap of single pixel, none of this help
Vulkan surface code in pyqt is super simple, nothing fancy
then i pass hwnd to vulkan.