From f8ed4ca51333157170f0fc94e2deff0d91cf4833 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 6 Apr 2016 16:08:00 +0200 Subject: Doc: Add docs for new WebEngineView properties Task-number: QTBUG-52355 Change-Id: I4f332e9e4504b2685360dafd32f2947483f5665c Reviewed-by: Kai Koehne --- src/webengine/doc/src/webengineview.qdoc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/webengine/doc/src/webengineview.qdoc b/src/webengine/doc/src/webengineview.qdoc index 5a2623669..79cb90aba 100644 --- a/src/webengine/doc/src/webengineview.qdoc +++ b/src/webengine/doc/src/webengineview.qdoc @@ -354,6 +354,28 @@ to \c{5.0}. The default factor is \c{1.0}. */ +/*! + \qmlproperty QSizeF WebEngineView::contentsSize + \since QtWebEngine 1.3 + + Size of the page contents. +*/ + +/*! + \qmlproperty QPointF WebEngineView::scrollPosition + \since QtWebEngine 1.3 + + Scroll position of the page contents. +*/ + +/*! + \qmlproperty uint WebEngineView::webChannelWorld + \since QtWebEngine 1.3 + + JavaScript world that the web channel instance used by this view is + installed in. +*/ + /*! \qmlmethod void WebEngineView::loadHtml(string html, url baseUrl) Loads the specified \a html as the content of the web view. -- cgit v1.2.3