When using native title bar on Windows 11, title bar could not work as default Windows title bar.
Using Qt Version: 5.15.2 Windows Version: Windows 11
I have tried to use setAttribute(Qt::WA_DontCreateNativeAncestors), however, I can't make the title bar not native. Is there any method to work around? Hook "WindowProc" of the title bar?
I think that maybe we could forward WM_NCHITTEST message from child to top level window.
Sorry, any widget in non-client area is prohibited to have a native window handle.
Since there is no easy way to access HTML Element directly from Qt Web-Engine, You guys have any plan to exposing the API to Qt Web-Engine? If I want to do this on my self, is there any suggestion?
Sorry, we are not familiar with QtWebEngine stuff.