Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
6.4.1
-
None
-
Windows 11
Description
We are trying to port a legacy app from pyside2 to pyside6, we want to use native windows.
The app uses the QWebEngineView component.
We've tried to use a module that sets everything up for us, it can be found in here: https://github.com/yjg30737/pyqt-frameless-window
When using pyside6 with windows 11 the most native windows functionality(moving, resizing, snap to grid) breaks as soon as the web engine is added to the main widget, code sample with video evidence:
https://github.com/yjg30737/pyqt-frameless-window/issues/8#issuecomment-1409538441
It works as expected using pyqt5 and windows 11 , evidence:
https://github.com/yjg30737/pyqt-frameless-window/issues/8#issuecomment-1404429253
Attachments
Issue Links
- relates to
-
QTBUG-84466 startSystemMove and startSystemResize does not enable aero snap on windows with frameless window.
- Closed
-
QTBUG-89127 Investigate use-cases for custom window frames/chrome
- Open