Global properties about application status More...
The com.nokia.meego plugin provides a context property platformWindow that provides information about the visibility status of the application and whether it is active.
Usage example:
if (platformWindow.active) { ...
active : bool |
True when the window is active. A window may be visible but not active, for example when there is a transparent window on top of it.
animating : bool |
True when the window is undergoing orientation change animation.
Tells whether the application is WindowState.Fullsize or WindowState.Thumbnail.
viewModeString : QString |
View mode as a string, either "Fullsize" or "Thumbnail".
visible : bool |
True when the window is visible to the user, either as a full sized application or as a thumbnail in switcher.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.