Home | History | Annotate | Download | only in declarative

Lines Matching full:statustext

64     QString statusText;
689 \qmlproperty string WebView::statusText
696 d->statusText = text;
705 QString QDeclarativeWebView::statusText() const
707 return d->statusText;