aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-01 14:03:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 05:44:53 +0200
commit76c5bbd375fb41ab2a2226026b810f062614f687 (patch)
tree6125fc7bb5544f2d54a6e884f996843027065d64 /src/quick/items
parent7b75e27e485bacf48bdead1e404144410879e987 (diff)
Use \b instead of \bold
Change-Id: Ica77b78b113321f962066f1edabd34bf21d38910 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickgridview.cpp20
-rw-r--r--src/quick/items/qquicklistview.cpp4
2 files changed, 12 insertions, 12 deletions
diff --git a/src/quick/items/qquickgridview.cpp b/src/quick/items/qquickgridview.cpp
index f60e3f3a5c..b5623800fd 100644
--- a/src/quick/items/qquickgridview.cpp
+++ b/src/quick/items/qquickgridview.cpp
@@ -1233,27 +1233,27 @@ bool QQuickGridViewPrivate::flick(AxisData &data, qreal minExtent, qreal maxExte
\table
\header
\li {4, 1}
- \bold GridViews with GridView.LeftToRight flow
+ \b GridViews with GridView.LeftToRight flow
\row
- \li \bold (H) Left to right \bold (V) Top to bottom
+ \li \b (H) Left to right \b (V) Top to bottom
\image gridview-layout-lefttoright-ltr-ttb.png
- \li \bold (H) Right to left \bold (V) Top to bottom
+ \li \b (H) Right to left \b (V) Top to bottom
\image gridview-layout-lefttoright-rtl-ttb.png
- \li \bold (H) Left to right \bold (V) Bottom to top
+ \li \b (H) Left to right \b (V) Bottom to top
\image gridview-layout-lefttoright-ltr-btt.png
- \li \bold (H) Right to left \bold (V) Bottom to top
+ \li \b (H) Right to left \b (V) Bottom to top
\image gridview-layout-lefttoright-rtl-btt.png
\header
\li {4, 1}
- \bold GridViews with GridView.TopToBottom flow
+ \b GridViews with GridView.TopToBottom flow
\row
- \li \bold (H) Left to right \bold (V) Top to bottom
+ \li \b (H) Left to right \b (V) Top to bottom
\image gridview-layout-toptobottom-ltr-ttb.png
- \li \bold (H) Right to left \bold (V) Top to bottom
+ \li \b (H) Right to left \b (V) Top to bottom
\image gridview-layout-toptobottom-rtl-ttb.png
- \li \bold (H) Left to right \bold (V) Bottom to top
+ \li \b (H) Left to right \b (V) Bottom to top
\image gridview-layout-toptobottom-ltr-btt.png
- \li \bold (H) Right to left \bold (V) Bottom to top
+ \li \b (H) Right to left \b (V) Bottom to top
\image gridview-layout-toptobottom-rtl-btt.png
\endtable
diff --git a/src/quick/items/qquicklistview.cpp b/src/quick/items/qquicklistview.cpp
index f4f6efee19..818f045188 100644
--- a/src/quick/items/qquicklistview.cpp
+++ b/src/quick/items/qquicklistview.cpp
@@ -1731,7 +1731,7 @@ bool QQuickListViewPrivate::flick(AxisData &data, qreal minExtent, qreal maxExte
\table
\header
\li {2, 1}
- \bold ListViews with Qt.Vertical orientation
+ \b ListViews with Qt.Vertical orientation
\row
\li Top to bottom
\image listview-layout-toptobottom.png
@@ -1739,7 +1739,7 @@ bool QQuickListViewPrivate::flick(AxisData &data, qreal minExtent, qreal maxExte
\image listview-layout-bottomtotop.png
\header
\li {2, 1}
- \bold ListViews with Qt.Horizontal orientation
+ \b ListViews with Qt.Horizontal orientation
\row
\li Left to right
\image listview-layout-lefttoright.png