diff options
author | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-03-30 08:28:42 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-03-30 08:28:42 (GMT) |
commit | 571454cef27b8e377806ce25f457db0902e4b262 (patch) | |
tree | 9688ea234b375549a60a4addabd90ede5e7ddc3a /src/gui/graphicsview | |
parent | b3a2c210973a77d1517d017637a3d6ef849f4089 (diff) | |
parent | 9748269cb58266fdfdac2c8820dad8c473dcf512 (diff) | |
download | Qt-571454cef27b8e377806ce25f457db0902e4b262.zip Qt-571454cef27b8e377806ce25f457db0902e4b262.tar.gz Qt-571454cef27b8e377806ce25f457db0902e4b262.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-multitouch
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 0b51c8c..7d0d503 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -8229,6 +8229,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 |