aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickgridview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/items/qquickgridview.cpp')
-rw-r--r--src/quick/items/qquickgridview.cpp20
1 files changed, 10 insertions, 10 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