diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-11-15 13:28:59 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-11-15 13:28:59 (GMT) |
commit | f0990583431166e721d038e150ba00b0edc4e105 (patch) | |
tree | aec15ab5569118b3576353208da57231f93ef1d9 /src/gui/graphicsview/qgraphicsgridlayout.cpp | |
parent | 1781b3c876b4e1025b2a85f4e7975c171b1a1404 (diff) | |
download | Qt-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/qgraphicsgridlayout.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsgridlayout.cpp | 2 |
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 |