Qml webView:: howto display html element Tooltip ?
-
Hi,
I was trying to learn the usage of WebView in QML better. I used it as a report page viewer in my test application and I found out that I am not able to see Tooltip of the Html Elements with Title set.
For example :
@<span id="time" title="June 24, 2011 13:14:00">02:34 PM</span>@when mouse is over this span , it will show the content of the title attribute as a tooltip in any kind of webbrowser, but using WebView , nothing happens.
how can I solve it "?
thanks in advance