diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-26 21:44:46 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-26 21:44:46 (GMT) |
commit | 4b3d81c629167a24424119ca4f296a85b78eab05 (patch) | |
tree | 7111ec107798ec49ee528a0a9aee496342c8b8a4 /src/gui/graphicsview | |
parent | 20ec83dc4c19436092262ab46615c19c9c8b20e7 (diff) | |
parent | 9508cfea4731f86664794455c4d3571e41e180fd (diff) | |
download | Qt-4b3d81c629167a24424119ca4f296a85b78eab05.zip Qt-4b3d81c629167a24424119ca4f296a85b78eab05.tar.gz Qt-4b3d81c629167a24424119ca4f296a85b78eab05.tar.bz2 |
Merge branch '4.5' of git@scm.dev.troll.no:qt/qt
Diffstat (limited to 'src/gui/graphicsview')
-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 fc81f39..11a37f5 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -8204,6 +8204,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 |