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

QWebView how to load only a ?

$
0
0
Hi, I managed to load an URL in a QWebView using this: QUrl url("http://www.nfe.fazenda.gov.br/"); ui->webView->setUrl( url ); But my goal is to load/show only one specific <div> by its id (#someId). How can I achieve this ? Thanks in advance.

Viewing all articles
Browse latest Browse all 542

Trending Articles