Home | History | Annotate | Download | only in Api

Lines Matching refs:html

230     the HTML content readily available, you can use setHtml() instead.
246 The title of an HTML document can be accessed with the title() property.
438 Sets the content of the web view to the specified \a html.
440 External objects such as stylesheets or images referenced in the HTML
443 The \a html is loaded immediately; external objects are loaded asynchronously.
448 through the charset attribute of the HTML script tag. Alternatively, the
453 void QWebView::setHtml(const QString &html, const QUrl &baseUrl)
455 page()->mainFrame()->setHtml(html, baseUrl);
460 is empty it is currently assumed that the content is HTML but in future versions we may introduce
596 Parts of HTML documents can be editable for example through the
597 \c{contenteditable} attribute on HTML elements.