gmarull/qtmodern

Windows 10 - Aero Snapping not working

PurpleCrumpets opened this issue · 1 comments

When using Windows, how can I get my application to support Windows Aero Snapping (i.e., drag the window to the edge of the screen to allow for the window to snap to the edge)?

Unfortunately that is a qt issue, it is because of how FramelessWindowHint is implemented, I did some googling and this https://codereview.qt-project.org/c/qt/qtbase/+/325649 seems to resolve the issue. I am not able to find a feasible way to work around this, for now we can only wait for that to be fixed and then rolled out to PySide/pyqt