qtmodern icon indicating copy to clipboard operation
qtmodern copied to clipboard

Windows 10 - Aero Snapping not working

Open PurpleCrumpets opened this issue 3 years ago • 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)?

PurpleCrumpets avatar Jul 14 '21 13:07 PurpleCrumpets

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

Jerakin avatar Aug 24 '21 22:08 Jerakin