|  | Home · All Classes · All Functions · Overviews | 
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.
| const QColor & | background () const | 
| const QColor & | base () const | 
| const QColor & | brightText () const | 
| const QColor & | button () const | 
| const QColor & | buttonText () const | 
| const QColor & | dark () const | 
| const QColor & | foreground () const | 
| const QColor & | highlight () const | 
| const QColor & | highlightedText () const | 
| const QColor & | light () const | 
| const QColor & | link () const | 
| const QColor & | linkVisited () const | 
| const QColor & | mid () const | 
| const QColor & | midlight () const | 
| const QColor & | shadow () const | 
| const QColor & | text () const | 
| QDataStream & | operator<< ( QDataStream & ds, const QColorGroup & colorGroup ) | 
| QDataStream & | operator>> ( QDataStream & ds, QColorGroup & colorGroup ) | 
Use QPalette::window().color() instead.
Use QPalette::base().color() instead.
Use QPalette::brightText().color() instead.
Use QPalette::button().color() instead.
Use QPalette::buttonText().color() instead.
Use QPalette::dark().color() instead.
Use QPalette::windowText().color() instead.
Use QPalette::highlight().color() instead.
Use QPalette::highlightedText().color() instead.
Use QPalette::light().color() instead.
Use QPalette::link().color() instead.
Use QPalette::linkVisited().color() instead.
Use QPalette::mid().color() instead.
Use QPalette::midlight().color() instead.
Use QPalette::shadow().color() instead.
Use QPalette::text().color() instead.
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Trademarks | Qt 4.6.3 |