@ -273,13 +261,6 @@ Sets the <a href="#ColorGroup-enum">Disabled</a> color group to <em>g</em>.
Sets the <ahref="#ColorGroup-enum">Inactive</a> color group to <em>g</em>.
<p><p>See also <ahref="#active">active</a>(), <ahref="#setDisabled">setDisabled</a>(), <ahref="#setActive">setActive</a>(), and <ahref="qcolorgroup.html">TQColorGroup</a>.
.BI "bool \fBoperator==\fR ( const QPalette & p ) const"
.br
.ti -1c
@ -123,7 +117,7 @@ Both active and inactive windows can contain disabled widgets. (Disabled widgets
.PP
In Motif style, active() and inactive() look the same. In Windows 2000 style and Macintosh Platinum style, the two styles look slightly different.
.PP
There are setActive(), setInactive(), and setDisabled() functions to modify the palette. (Qt also supports a normal() group; this is an obsolete alias for active(), supported for backwards compatibility.)
There are setActive(), setInactive(), and setDisabled() functions to modify the palette.
.PP
Colors and brushes can be set for particular roles in any of a palette's color groups with setColor() and setBrush().
.PP
@ -140,8 +134,6 @@ See also QApplication::setPalette(), QWidget::palette, QColorGroup, QColor, Widg
\fCQPalette::Inactive\fR
.TP
\fCQPalette::NColorGroups\fR
.TP
\fCQPalette::Normal\fR - synonym for Active
.SH MEMBER FUNCTION DOCUMENTATION
.SH "QPalette::QPalette ()"
Constructs a palette that consists of color groups with only black colors.
@ -195,12 +187,6 @@ See also QColorGroup, setInactive(), active(), and disabled().
Returns TRUE if this palette and \fIp\fR are copies of each other, i.e. one of them was created as a copy of the other and neither was subsequently modified; otherwise returns FALSE. This is much stricter than equality.