QWebView Mouse Events
-
I have an application with a QWebView. A QDialog is called and required to stay on top until the user has finished whatever mouse clicks/wheel operation they need to complete a task. The problem is that after the dialog pops up the user has to first click in the QWebView, and in turns places unwanted data in the QWebView. How can I set the focus to the QWebView while the dialog is still open?
I use a program called MouseWiz that allows you to scroll simply by having the mouse over the desired window and therefore the problem doesn't exist for me but obviously for other users it is/will be.