From 6a12da7fb3b78335ee4c39949381380b5a3325f9 Mon Sep 17 00:00:00 2001 From: Bernd Weimer Date: Wed, 18 Sep 2013 16:14:49 +0200 Subject: Added support for cover windows on BlackBerry platform On the BlackBerry platform when an application is minimized an alternate cover window is shown. This patch allows Qt to render into those windows. A new window type "Qt::CoverWindow" has been introduced. Change-Id: If5e321f5cb00f6d3ed7a5dc0af425655d7a9253a Reviewed-by: Thomas McGuire Reviewed-by: Fabian Bumberger Reviewed-by: Rafael Roquetto --- src/corelib/global/qnamespace.qdoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/corelib/global/qnamespace.qdoc') diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index c1dde19a2e..5398740316 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -1997,6 +1997,10 @@ representing a native platform window created by another process or by manually using native code. + \value CoverWindow Indicates that the window represents a cover window, + which is shown when the application is minimized + on the BlackBerry platform for instance. + There are also a number of flags which you can use to customize the appearance of top-level windows. These have no effect on other windows: -- cgit v1.2.3