|Home | Tutorial | Classes | Functions | QSA Workbench | Language | Qt API | QSA Articles | Qt Script for Applications | ![]() |
[Prev: Palette] [Home] [Next: ByteArray]
The QColorGroup class contains a group of widget colors.
background : Color; General background color.
foreground : Color; General foreground color.
base : Color; Used as background color for text entry widgets, for example; usually white or another light color.
text : Color; The foreground color used with base.
button : Color; General button background color.
buttonText : Color; A foreground color used with the button color.
light : Color; Used for 3D bevel and shadow effects. Lighter than button color.
midlight : Color; Used for 3D bevel and shadow effects. Between button and light.
dark : Color; Used for 3D bevel and shadow effects. Darker than button.
mid : Color; Used for 3D bevel and shadow effects. Betwen button and dark.
shadow : Color; Used for 3D bevel and shadow effects. A very dark color.
highlight : Color; A color to indicate a selected item or the current item.
highlightedText : Color; A text color that contrasts with highlight.
[Prev: Palette] [Home] [Next: ByteArray]
Copyright © 2001-2006 Trolltech | Trademarks | QSA version 1.1.5
|