Quantcast
Channel: Qt DevNet forums: Qt WebKit
Viewing all articles
Browse latest Browse all 542

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 542

Trending Articles