Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QtCurveStylePlugin () | |
QStringList | keys () const |
QStyle * | create (const QString &s) |
QtCurveStylePlugin::QtCurveStylePlugin | ( | ) | [inline] |
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 QtCurveStylePlugin::keys | ( | ) | const [inline, 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.