Qt:Документация 4.3.2/qpalette-qt3

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] Qt 3 Support Members for QPalette

The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.



[править] Открытые функции


[править] Описание функций-членов

[править]
QPalette::QPalette ( const QColorGroup & active, const QColorGroup & disabled, const QColorGroup & inactive )

Constructs a palette with the specified active, disabled and inactive color groups.

[править]
QColorGroup QPalette::active () const

See also setActive().

[править]
QPalette QPalette::copy () const

Use simple assignment instead.

[править]
QColorGroup QPalette::disabled () const

See also setDisabled().

[править]
QColorGroup QPalette::inactive () const

See also setInactive().

[править]
QColorGroup QPalette::normal () const

Use createColorGroup(Active) instead.

See also setNormal().

[править]
void QPalette::setActive ( const QColorGroup & colorGroup )

Use setColorGroup(Active, colorGroup) instead.

See also active().

[править]
void QPalette::setDisabled ( const QColorGroup & colorGroup )

Use setColorGroup(Disabled, colorGroup) instead.

See also disabled().

[править]
void QPalette::setInactive ( const QColorGroup & colorGroup )

Use setColorGroup(Inactive, colorGroup) instead.

See also inactive().

[править]
void QPalette::setNormal ( const QColorGroup & colorGroup )

Use setColorGroup(Active, colorGroup) instead.

See also normal().


Copyright © 2007 Trolltech Trademarks
Qt 4.3.2