Home | History | Annotate | Download | only in declarative

Lines Matching full:progress

47       , progress(1.0)
62 qreal progress;
173 the \l progress property is updated to indicate how much of the page has been
316 \qmlproperty real WebView::progress
317 This property holds the progress of loading the current URL, from 0 to 1.
319 If you just want to know when progress gets to 1, use
322 qreal QDeclarativeWebView::progress() const
324 return d->progress;
338 if (d->progress == p / 100.0)
340 d->progress = p / 100.0;
804 \sa progress