diff options
author | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:38:54 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-03-26 17:38:54 (GMT) |
commit | 9508cfea4731f86664794455c4d3571e41e180fd (patch) | |
tree | 2a05cb04a55ee4ede3fd3c5abaa43d17ef01104a /src/gui | |
parent | 4b56481c749ba62bb2104bb340697dd597de73b8 (diff) | |
download | Qt-9508cfea4731f86664794455c4d3571e41e180fd.zip Qt-9508cfea4731f86664794455c4d3571e41e180fd.tar.gz Qt-9508cfea4731f86664794455c4d3571e41e180fd.tar.bz2 |
Squashed commit of the following:
commit b1220858d9c15b661b7825e733be448ea9962895
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:37:47 2009 +0100
Doc: Added information about the default value of QGraphicsTextItem::tabChangesFocus().
Reviewed-by: TrustMe
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 7b885df..83a7e67 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -8090,6 +8090,8 @@ void QGraphicsTextItem::setTabChangesFocus(bool b) Returns true if the \gui Tab key will cause the widget to change focus; otherwise, false is returned. + By default, this behavior is disabled, and this function will return false. + \sa setTabChangesFocus() */ bool QGraphicsTextItem::tabChangesFocus() const |