From d84d16b712129c2afca8bc0586f0db08badc8f5a Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Mon, 29 Jul 2024 08:41:08 +0100 Subject: [PATCH] docs: Clarify "Show window contents while dragging" is required On Windows, as Qt doesn't receive events. --- docs/book/src/qpa-windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/book/src/qpa-windows.md b/docs/book/src/qpa-windows.md index 07e39d912..d379f98cb 100644 --- a/docs/book/src/qpa-windows.md +++ b/docs/book/src/qpa-windows.md @@ -5,5 +5,10 @@ KDDockWidgets not only works fine on `Windows` it also implements some native fe - Support for native Windows drop shadow around the frame - Support mixing with MFC event loop +## Known issues + +- Turning off "Show window contents while dragging" is not supported, as Qt won't receive + any mouse or window move event until mouse is released. + Note: `MinGW` compiler is not tested, but probably works.
Note: KDDW is tested with Windows 10 and 11. `Windows 7` can be made to work, upon request.