summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2010-01-05 08:01:47 (GMT)
committerMartin Smith <msmith@trolltech.com>2010-01-05 08:01:47 (GMT)
commit049f65b4d07587e26c69602e6e59682e82948bd2 (patch)
treeda92d2fce4f572934534349850e997b8fdb52bb2 /src
parent2a988be53a60156cc5210b251e7a9904426c823c (diff)
downloadQt-049f65b4d07587e26c69602e6e59682e82948bd2.zip
Qt-049f65b4d07587e26c69602e6e59682e82948bd2.tar.gz
Qt-049f65b4d07587e26c69602e6e59682e82948bd2.tar.bz2
doc: Clarified next and previous activation order.
Task-number: QTBUG-6992
Diffstat (limited to 'src')
-rw-r--r--src/gui/widgets/qmdiarea.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/gui/widgets/qmdiarea.cpp b/src/gui/widgets/qmdiarea.cpp
index f3dbe34..a4a4cb2 100644
--- a/src/gui/widgets/qmdiarea.cpp
+++ b/src/gui/widgets/qmdiarea.cpp
@@ -1853,11 +1853,11 @@ void QMdiArea::closeAllSubWindows()
}
/*!
- Gives the keyboard focus to the next window in the list of child
- windows. The windows are activated in the order in which they are
- created (CreationOrder).
+ Gives the keyboard focus to another window in the list of child
+ windows. The window activated will be the next one determined
+ by the current \l{QMdiArea::WindowOrder} {activation order}.
- \sa activatePreviousSubWindow()
+ \sa activatePreviousSubWindow(), QMdiArea::WindowOrder
*/
void QMdiArea::activateNextSubWindow()
{
@@ -1871,11 +1871,11 @@ void QMdiArea::activateNextSubWindow()
}
/*!
- Gives the keyboard focus to the previous window in the list of
- child windows. The windows are activated in the order in which
- they are created (CreationOrder).
+ Gives the keyboard focus to another window in the list of child
+ windows. The window activated will be the previous one determined
+ by the current \l{QMdiArea::WindowOrder} {activation order}.
- \sa activateNextSubWindow()
+ \sa activateNextSubWindow(), QMdiArea::WindowOrder
*/
void QMdiArea::activatePreviousSubWindow()
{