Lines Matching full:load
223 A web site can be loaded onto QWebView with the load() function. Like all
229 Alternatively, setUrl() can also be used to load a web site. If you have
237 load success or failure.
291 \sa load()
413 void QWebView::load(const QUrl &url)
415 page()->mainFrame()->load(url);
419 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
430 void QWebView::load(const QNetworkRequest &request,
434 page()->mainFrame()->load(request, operation, body);
451 \sa load(), setContent(), QWebFrame::toHtml()
467 \sa load(), setHtml(), QWebFrame::toHtml()
523 \sa load(), urlChanged()
1130 \sa url(), load()
1153 This signal is emitted when a new load of the page is started.
1161 This signal is emitted when a load of the page is finished.
1162 \a ok will indicate whether the load was successful or any error occurred.