Qt 6.11 is out! See what's new in the release
blog
Displaying a QT Widget on / overlaying a 3rd Party Window (in Windows)
General and Desktop
1
Posts
1
Posters
1.2k
Views
1
Watching
-
I asked this question a while back and got a good response. However, after finally getting around to trying it, what I find happens is Qt::WindowStaysOnTopHint, results in the QT window of course always being on top, but also allows a 3rd window to be moved inbetween.
How would I go about modifying this code, such that the overlay just overlays the identified winapi window, and should a 3rd window be dragged over the target window with QT overlay, it is that which sits on top...and vice verse..i.e the QT overlay is in z order always rendered exactky one layer above the target window.