Doc: removed reference to sizeHint
sizeHint is not a property of QQuickView Task-number: QTBUG-39044 Change-Id: I6e19e975ab71f73ddaf703956afb90f2e607b6f8 Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
This commit is contained in:
parent
05176ece31
commit
10b6e6a06d
|
@ -379,10 +379,6 @@ QList<QQmlError> QQuickView::errors() const
|
|||
If this property is set to SizeRootObjectToView, the view will
|
||||
automatically resize the root item to the size of the view.
|
||||
|
||||
Regardless of this property, the sizeHint of the view
|
||||
is the initial size of the root item. Note though that
|
||||
since QML may load dynamically, that size may change.
|
||||
|
||||
\sa initialSize()
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue