以下成员源于类 QColorGroup are part of the Qt compatibility layer. 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 ) |
使用 QPalette::window (). color () 代替。
使用 QPalette::base (). color () 代替。
使用 QPalette::brightText (). color () 代替。
使用 QPalette::button (). color () 代替。
使用 QPalette::buttonText (). color () 代替。
使用 QPalette::dark (). color () 代替。
使用 QPalette::windowText (). color () 代替。
使用 QPalette::highlight (). color () 代替。
使用 QPalette::highlightedText (). color () 代替。
使用 QPalette::light (). color () 代替。
使用 QPalette::link (). color () 代替。
使用 QPalette::linkVisited (). color () 代替。
使用 QPalette::mid (). color () 代替。
使用 QPalette::midlight (). color () 代替。
使用 QPalette::shadow (). color () 代替。
使用 QPalette::text (). color () 代替。