20 SIGNAL (themeChanged ()),
27 color.setAlphaF (alpha);
31 QColor ColorThemeProxy::GetColor (
const QByteArray& group,
const QByteArray& color)
const
Proxy class to the color theme management engine.
virtual QObject * GetQObject()=0
Returns the manager as a QObject.
virtual QColor GetQMLColor(const QByteArray §ion, const QByteArray &key)=0
Returns the color for the given QML section and key.
void colorsChanged()
Emitted when the color theme changes.
ColorThemeProxy(IColorThemeManager *manager, QObject *parent)
Constructs the color theme proxy with the given color manager and parent object.
QColor setAlpha(QColor color, qreal alpha)
Returns the color with the alpha channel set to the given value.