Doc: fixed explanation in Qt::Tool documentation

Clarify the the macOS implication of the flag.

Change-Id: Ic68e1ac668cfa68abf868ba6bdd46241dfa9b9a7
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
Samuel Gaist 2017-02-07 00:28:28 +01:00
parent 2aec5c9b34
commit 280225495d

View File

@ -2096,7 +2096,7 @@
On \macos, tool windows correspond to the On \macos, tool windows correspond to the
\l{http://developer.apple.com/documentation/Carbon/Conceptual/HandlingWindowsControls/hitb-wind_cont_concept/chapter_2_section_2.html}{Floating} \l{http://developer.apple.com/documentation/Carbon/Conceptual/HandlingWindowsControls/hitb-wind_cont_concept/chapter_2_section_2.html}{Floating}
class of windows. This means that the window lives on a class of windows. This means that the window lives on a
level above normal windows; it impossible to put a normal level above normal windows making it impossible to put a normal
window on top of it. By default, tool windows will disappear window on top of it. By default, tool windows will disappear
when the application is inactive. This can be controlled by when the application is inactive. This can be controlled by
the Qt::WA_MacAlwaysShowToolWindow attribute. the Qt::WA_MacAlwaysShowToolWindow attribute.