PDA

View Full Version : QML WebView and mouse interaction issues



hheld
19th June 2014, 09:08
Hi,

I was experimenting a little with QtQuick (Qt 5.3) and was wondering if it is possible to use javascript libraries such as jqplot to display data plots in an application. My naive approach was to simply add a WebView to achieve that. While displaying the data plot works as expected, some things like zooming by selecting a rectangular area in the plot with the mouse does not.

When looking for information how to do that, I stumbled upon this link:

http://www.ggkf.com/qt/qml-webview-not-selectable

This looks like the same underlying problem to me, namely that the web content never gets the move events. Is there any way in the current WebView to make this work?

Thanks for any replies and insights regarding this issue!