summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2011-03-07 05:02:01 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2011-03-07 05:20:13 (GMT)
commitcc6408ccd5453d1bed9f98b9caa14861cea5742b (patch)
treeb8a5b0e0c630ca0040d6d824e18dc65414b266a4 /src
parent27e4302b7f45f22180693d26747f419177c81e27 (diff)
downloadQt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.zip
Qt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.tar.gz
Qt-cc6408ccd5453d1bed9f98b9caa14861cea5742b.tar.bz2
Fix documentation talking about old property LayoutMirror::mirror
Task-number: QTBUG-11042 Reviewed-by: Bea Lam Change-Id: I3f842b7672ee57dadbd1ed9216249c36aa527d6a
Diffstat (limited to 'src')
-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.