Qt 6.11 is out! See what's new in the release
blog
QWebEngineView - InstallEventFilter, not firing MouseMove
QtWebEngine
1
Posts
1
Posters
1.1k
Views
1
Watching
-
Just switched from QWebView to QWebEngine,
This signal is no longer fired when moving the mouse on the QWebEngineView, was working with QWebView:
1- webEngineView->installEventFilter(this);
2- mouse move on the View, no signal is firedI need this signal to activate/deactivate the toolbar (location edit, button, etc.) dynamically.
Thanks