diff options
author | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-06-23 13:45:49 (GMT) |
---|---|---|
committer | Eduardo M. Fleury <eduardo.fleury@openbossa.org> | 2009-07-22 18:04:33 (GMT) |
commit | d3d455e6d019a381b338c24b3c2593b2e12215cb (patch) | |
tree | 11d061893646b7bce599d08bbb90a9304846123f /doc/src/snippets/code/src_gui_text_qtextcursor.cpp | |
parent | 92bca69c15898dd504f96e18227a22566038154a (diff) | |
download | Qt-d3d455e6d019a381b338c24b3c2593b2e12215cb.zip Qt-d3d455e6d019a381b338c24b3c2593b2e12215cb.tar.gz Qt-d3d455e6d019a381b338c24b3c2593b2e12215cb.tar.bz2 |
QGraphicsAnchorLayout: Add convencience "fill" methods
Adding "fillWidth()", "fillHeight()" and "fill()". These convenience
methods simplify the creation of anchor setups where some items
are meant to use the full width and/or height of the layout.
For instance, instead of creating four anchors (bottom, top, left, right)
between an item and the layout, to make it use the full layout area, the
user can call layout->fill(item).
It is also possible to make an item assume the same width or height of
another item, calling layout->fill(firstItem, secondItem).
Signed-off-by: Eduardo M. Fleury <eduardo.fleury@openbossa.org>
Diffstat (limited to 'doc/src/snippets/code/src_gui_text_qtextcursor.cpp')
0 files changed, 0 insertions, 0 deletions