Home | History | Annotate | Download | only in Api

Lines Matching defs:setHtml

238     the HTML content readily available, you can use setHtml() instead.
474 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
476 page()->mainFrame()->setHtml(html, baseUrl);
488 \sa load(), setHtml(), QWebFrame::toHtml()