summaryrefslogtreecommitdiffstats
path: root/src/gui/graphicsview
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-15 13:28:59 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2010-11-15 13:28:59 (GMT)
commitf0990583431166e721d038e150ba00b0edc4e105 (patch)
treeaec15ab5569118b3576353208da57231f93ef1d9 /src/gui/graphicsview
parent1781b3c876b4e1025b2a85f4e7975c171b1a1404 (diff)
downloadQt-f0990583431166e721d038e150ba00b0edc4e105.zip
Qt-f0990583431166e721d038e150ba00b0edc4e105.tar.gz
Qt-f0990583431166e721d038e150ba00b0edc4e105.tar.bz2
Some improvements to the docs that was added in merge request 894
Diffstat (limited to 'src/gui/graphicsview')
-rw-r--r--src/gui/graphicsview/qgraphicsgridlayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsgridlayout.cpp b/src/gui/graphicsview/qgraphicsgridlayout.cpp
index c3bb6c3..20ebab6 100644
--- a/src/gui/graphicsview/qgraphicsgridlayout.cpp
+++ b/src/gui/graphicsview/qgraphicsgridlayout.cpp
@@ -67,7 +67,7 @@
\section1 Size Hints and Size Policies in QGraphicsGridLayout
QGraphicsGridLayout respects each item's size hints and size policies,
- and when the layout contains more space than the items can fill, each item
+ and when a cell in the grid has more space than the items can fill, each item
is arranged according to the layout's alignment for that item. You can set
an alignment for each item by calling setAlignment(), and check the
alignment for any item by calling alignment(). You can also set the alignment