Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
4.6.0
-
None
-
049f65b4d07587e26c69602e6e59682e82948bd2
Description
Documentation mistake I think. Original text:
<<<
void QMdiArea::activateNextSubWindow () [slot]
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).
>>>
This is not "the order in which they are created (CreationOrder)", but "QMdiArea::WindowOrder". Which is coherent.
Same thing for activatePreviousSubWindow()