How to inherit the QWebView
General and Desktop
1
Posts
1
Posters
594
Views
1
Watching
-
Hi everyone :
I am writing a simple browser by using QWebView.But the QWebView do not meet my needs.
So I want create my own widget inherited from QWebView.
I create a "QT Custom Designer Widget" project.And wrote a widget inherited from QWebView.At last I copy the DLL file that in the project release path to $QT_HOME\Qt5.1.0\Tools\QtCreator\bin\plugins;And restart the QT Creator. But it does not work.................
So,How could I create my own widget inherited from QWebView and use it in my project?
Thanks.