QColorGroup Class ReferenceThe QColorGroup class contains color groups for each widget state. Далее... #include <QColorGroup> Данный класс является частью библиотеки поддержки Qt 3. Он предоставлен для поддержки ранее написанного кода. Мы настоятельно не рекомендуем использовать этот класс в новом коде. Для получения дополнительной информации смотрите Портирование на Qt 4. Inherits: QPalette. Открытые функции
Подробное описаниеThe QColorGroup class contains color groups for each widget state. Описание функций-членовQColorGroup::QColorGroup ()Use QPalette() instead. 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 )Use QPalette(foreground, button, light, dark, mid, text, bright_text, base, background) instead. QColorGroup::QColorGroup ( const QColor & foreground, const QColor & background, const QColor & light, const QColor & dark, const QColor & mid, const QColor & text, const QColor & base )Use QColorGroup(foreground, background, light, dark, mid, text, base) instead. QColorGroup::QColorGroup ( const QColorGroup & other )Use QPalette(other) instead. QColorGroup::QColorGroup ( const QPalette & pal )Use QPalette(pal) instead. QColorGroup::operator QVariant () constReturns the color group as a QVariant bool QColorGroup::operator!= ( const QColorGroup & other ) constReturns true if this color group is not equal to other; otherwise returns false. bool QColorGroup::operator== ( const QColorGroup & other ) constReturns true if this color group is equal to other; otherwise returns false. |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |