summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/declarative/graphicsitems/qdeclarativegridview.cpp2
-rw-r--r--src/declarative/graphicsitems/qdeclarativelistview.cpp2
-rw-r--r--src/declarative/graphicsitems/qdeclarativepositioners.cpp6
3 files changed, 5 insertions, 5 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativegridview.cpp b/src/declarative/graphicsitems/qdeclarativegridview.cpp
index e3ec7e2..5c2f781 100644
--- a/src/declarative/graphicsitems/qdeclarativegridview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativegridview.cpp
@@ -1804,7 +1804,7 @@ void QDeclarativeGridView::setLayoutDirection(Qt::LayoutDirection layoutDirectio
\qmlproperty enumeration GridView::effectiveLayoutDirection
This property holds the effective layout direction of the grid.
- When using the attached property \l {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the grid will be mirrored. However, the
property \l {GridView::layoutDirection}{layoutDirection} will remain unchanged.
diff --git a/src/declarative/graphicsitems/qdeclarativelistview.cpp b/src/declarative/graphicsitems/qdeclarativelistview.cpp
index 0a54c92..f9f1a48 100644
--- a/src/declarative/graphicsitems/qdeclarativelistview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativelistview.cpp
@@ -2146,7 +2146,7 @@ void QDeclarativeListView::setLayoutDirection(Qt::LayoutDirection layoutDirectio
\qmlproperty enumeration ListView::effectiveLayoutDirection
This property holds the effective layout direction of the horizontal list.
- When using the attached property \l {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the horizontal list will be mirrored. However, the
property \l {ListView::layoutDirection}{layoutDirection} will remain unchanged.
diff --git a/src/declarative/graphicsitems/qdeclarativepositioners.cpp b/src/declarative/graphicsitems/qdeclarativepositioners.cpp
index c2d0aed..84dcec6 100644
--- a/src/declarative/graphicsitems/qdeclarativepositioners.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepositioners.cpp
@@ -619,7 +619,7 @@ void QDeclarativeRow::setLayoutDirection(Qt::LayoutDirection layoutDirection)
\qmlproperty enumeration Row::effectiveLayoutDirection
This property holds the effective layout direction of the row positioner.
- When using the attached property {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the row positioner will be mirrored. However, the
property \l {Row::layoutDirection}{layoutDirection} will remain unchanged.
@@ -917,7 +917,7 @@ void QDeclarativeGrid::setLayoutDirection(Qt::LayoutDirection layoutDirection)
\qmlproperty enumeration Grid::effectiveLayoutDirection
This property holds the effective layout direction of the grid positioner.
- When using the attached property {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the grid positioner will be mirrored. However, the
property \l {Grid::layoutDirection}{layoutDirection} will remain unchanged.
@@ -1279,7 +1279,7 @@ void QDeclarativeFlow::setLayoutDirection(Qt::LayoutDirection layoutDirection)
\qmlproperty enumeration Flow::effectiveLayoutDirection
This property holds the effective layout direction of the flow positioner.
- When using the attached property {LayoutMirroring::mirror}{LayoutMirroring::mirror} for locale layouts,
+ When using the attached property \l {LayoutMirroring::enabled}{LayoutMirroring::enabled} for locale layouts,
the visual layout direction of the grid positioner will be mirrored. However, the
property \l {Flow::layoutDirection}{layoutDirection} will remain unchanged.