Lines Matching full:load
350 \sa url(), load()
367 This signal is emitted when a new load of the page is started.
375 This signal is emitted when a load of the page is finished.
376 \a ok will indicate whether the load was successful or any error occurred.
384 \sa load()
618 \sa load(), urlChanged()
776 void QGraphicsWebView::load(const QUrl& url)
778 page()->mainFrame()->load(url);
782 \fn void QGraphicsWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
793 void QGraphicsWebView::load(const QNetworkRequest& request,
797 page()->mainFrame()->load(request, operation, body);
814 \sa load(), setContent(), QWebFrame::toHtml()
830 \sa load(), setHtml(), QWebFrame::toHtml()