Home | History | Annotate | Download | only in Api

Lines Matching defs:load

231     A web site can be loaded onto QWebView with the load() function. Like all
237 Alternatively, setUrl() can also be used to load a web site. If you have
245 load success or failure.
299 \sa load()
429 void QWebView::load(const QUrl &url)
431 page()->mainFrame()->load(url);
435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
446 void QWebView::load(const QNetworkRequest &request,
450 page()->mainFrame()->load(request, operation, body);
472 \sa load(), setContent(), QWebFrame::toHtml(), QWebFrame::setContent()
488 \sa load(), setHtml(), QWebFrame::toHtml()
544 \sa load(), urlChanged()
1187 \sa url(), load()
1210 This signal is emitted when a new load of the page is started.
1218 This signal is emitted when a load of the page is finished.
1219 \a ok will indicate whether the load was successful or any error occurred.