The QDecorationFactory class creates window decorations in Qt for Embedded Linux. More...
#include <QDecorationFactory>
QDecoration * | create ( const QString & key ) |
QStringList | keys () |
The QDecorationFactory class creates window decorations in Qt for Embedded Linux.
Note that this class is only available in Qt for Embedded Linux.
QDecorationFactory is used to detect and instantiate the available decorations, allowing Qt for Embedded Linux to load the preferred decoration into the application at runtime. The create() function returns a QDecoration object representing the decoration identified by a given key. The valid keys (i.e. the supported decorations) can be retrieved using the keys() function.
Qt for Embedded Linux provides three built-in decorations: Default, Styled and Windows. In addition, custom decorations can be added using Qt's plugin mechanism, i.e. by subclassing the QDecoration class and creating a mouse driver plugin (QDecorationPlugin).
See also QDecoration and QDecorationPlugin.
Creates the decoration specified by the given key. Note that the keys are case-insensitive.
See also keys().
Returns the list of valid keys, i.e., the available decorations.
See also create().
© 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.