Home | History | Annotate | Download | only in Api

Lines Matching refs:property

246     The title of an HTML document can be accessed with the title() property.
248 using the icon() property. If the title or the icon changes, the corresponding
250 textSizeMultiplier() property can be used to change the overall size of
501 \property QWebView::title
504 By default, this property contains an empty string.
516 \property QWebView::url
519 Setting this property clears the view and loads the URL.
521 By default, this property contains an empty, invalid URL.
539 \property QWebView::icon
542 By default, this property contains a null icon.
554 \property QWebView::selectedText
557 By default, this property contains an empty string.
593 \property QWebView::modified
599 By default, this property is false.
617 \property QWebView::textInteractionFlags
640 \property QWebView::zoomFactor
656 \property QWebView::textSizeMultiplier
663 \note Setting this property also enables the
666 By default, this property contains a value of 1.0.
687 \property QWebView::renderHints
695 \note This property is not available on Symbian. However, the getter and
1093 QVariant QWebView::inputMethodQuery(Qt::InputMethodQuery property) const
1096 return d->page->inputMethodQuery(property);
1193 property is set to delegate the link handling for the specified \a url.