Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

How to use qwebkitplatformplugin?

$
0
0
how to use qwebkitplatformplugin in a QWebView? I have the following code: #include <QWebKitPlatformPlugin>   MainWindow::MainWindow(QWidget *parent, bool new) :     QMainWindow(parent),     ui(new Ui::MainWindow) {     ui->setupUi(this);       webView = new QWebView;     ui->webViewLay->addWidget(webView);     webView->setHtml("<p>test</p>"); } but found no example of how to use extensions.

Viewing all articles
Browse latest Browse all 13965

Trending Articles