Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
SGIStyle () | |
QStringList | keys () const |
QStyle * | create (const QString &) |
SGIStyle::SGIStyle | ( | ) |
Creates and returns a QStyle object for the style key key. The style key is usually the class name of the required style.
Implementa QStylePlugin.
QStringList SGIStyle::keys | ( | ) | const [virtual] |
Returns the list of style keys this plugin supports.
These keys are usually the class names of the custom styles that are implemented in the plugin.
Implementa QStylePlugin.