How to subclass QWebView qml plugin?
Qt WebKit
2
Posts
2
Posters
2.1k
Views
1
Watching
-
I want to subclass the class behind the qml component WebView but I don't know what it is. Certainly it's not QWebView class because their properties are not the same. I want to use the WebView in a desktop app but need some modification like: disable right click, open link in the system default browser, etc. Could someone enlighten the way to do it for me?