Qt 6.11 is out! See what's new in the release
blog
Qt and overlays
General and Desktop
1
Posts
1
Posters
517
Views
2
Watching
-
I want some user input/output functionality of my application to be displayed as overlay over other applications. Pretty much like they do it in Fraps or Steam I guess. This overlay must also be drawn over applications using DirectX. If it's possible I'd like to do it without hooking other application's functions. Does Qt provide any classes for such task? If not, what would be the best way to achieve this that is compatible with my qt application based on widgets?