The QColorGroup class contains color groups for each widget state. More...
#include <QColorGroup>
This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.
Inherits: QPalette.
QColorGroup () | |
QColorGroup ( const QBrush & foreground, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & background ) | |
QColorGroup ( const QColor & foreground, const QColor & background, const QColor & light, const QColor & dark, const QColor & mid, const QColor & text, const QColor & base ) | |
QColorGroup ( const QColorGroup & other ) | |
QColorGroup ( const QPalette & pal ) | |
operator QVariant () const | |
bool | operator!= ( const QColorGroup & other ) const |
bool | operator== ( const QColorGroup & other ) const |
The QColorGroup class contains color groups for each widget state.
Use QPalette() instead.
Use QPalette(foreground, button, light, dark, mid, text, bright_text, base, background) instead.
Use QColorGroup(foreground, background, light, dark, mid, text, base) instead.
Use QPalette(other) instead.
Use QPalette(pal) instead.
Returns the color group as a QVariant
Returns true if this color group is not equal to other; otherwise returns false.
Returns true if this color group is equal to other; otherwise returns false.
© 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.