Doc: corrected some minor link issues
Change-Id: I6bdd485eafe2c2a0c925690dab451664af1223dc Task-number: QTBUG-43810 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
This commit is contained in:
parent
978993b3a3
commit
2d7921184e
|
@ -4229,7 +4229,7 @@ void QQuickItem::setBaselineOffset(qreal offset)
|
|||
* The call to QQuickItem::updatePaintNode() will always happen if the
|
||||
* item is showing in a QQuickWindow.
|
||||
*
|
||||
* Only items which specifies QQuickItem::ItemHasContents are allowed
|
||||
* Only items which specify QQuickItem::ItemHasContents are allowed
|
||||
* to call QQuickItem::update().
|
||||
*/
|
||||
void QQuickItem::update()
|
||||
|
@ -4269,7 +4269,7 @@ void QQuickItem::polish()
|
|||
\qmlmethod object QtQuick::Item::mapFromItem(Item item, real x, real y, real width, real height)
|
||||
|
||||
Maps the point (\a x, \a y) or rect (\a x, \a y, \a width, \a height), which is in \a
|
||||
item's coordinate system, to this item's coordinate system, and returns a \l point or \rect
|
||||
item's coordinate system, to this item's coordinate system, and returns a \l point or \l rect
|
||||
matching the mapped coordinate.
|
||||
|
||||
If \a item is a \c null value, this maps the point or rect from the coordinate system of
|
||||
|
|
|
@ -3983,7 +3983,7 @@ void QQuickWindow::resetOpenGLState()
|
|||
*/
|
||||
|
||||
/*!
|
||||
\qmlproperty Window::active
|
||||
\qmlproperty bool Window::active
|
||||
\since 5.1
|
||||
|
||||
The active status of the window.
|
||||
|
|
Loading…
Reference in New Issue