- enum ColorGroup
 
- enum ColorRole
 
- QPalette ()
 
- QPalette ( const QColor & )
 
- QPalette ( Qt::GlobalColor )
 
- QPalette ( const QColor &, const QColor & )
 
- QPalette ( const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush & )
 
- QPalette ( const QPalette & )
 
- ~QPalette ()
 
- alternateBase () const : const QBrush &
 
- base () const : const QBrush &
 
- brightText () const : const QBrush &
 
- brush ( ColorGroup, ColorRole ) const : const QBrush &
 
- brush ( ColorRole ) const : const QBrush &
 
- button () const : const QBrush &
 
- buttonText () const : const QBrush &
 
- color ( ColorGroup, ColorRole ) const : const QColor &
 
- color ( ColorRole ) const : const QColor &
 
- currentColorGroup () const : ColorGroup
 
- dark () const : const QBrush &
 
- highlight () const : const QBrush &
 
- highlightedText () const : const QBrush &
 
- isCopyOf ( const QPalette & ) const : bool
 
  | 
- isEqual ( ColorGroup, ColorGroup ) const : bool
 
- light () const : const QBrush &
 
- link () const : const QBrush &
 
- linkVisited () const : const QBrush &
 
- mid () const : const QBrush &
 
- midlight () const : const QBrush &
 
- resolve ( const QPalette & ) const : QPalette
 
- serialNumber () const : int
 
- setBrush ( ColorRole, const QBrush & )
 
- setBrush ( ColorGroup, ColorRole, const QBrush & )
 
- setColor ( ColorGroup, ColorRole, const QColor & )
 
- setColor ( ColorRole, const QColor & )
 
- setColorGroup ( ColorGroup, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush &, const QBrush & )
 
- setCurrentColorGroup ( ColorGroup )
 
- shadow () const : const QBrush &
 
- text () const : const QBrush &
 
- window () const : const QBrush &
 
- windowText () const : const QBrush &
 
- operator QVariant () const
 
- operator!= ( const QPalette & ) const : bool
 
- operator= ( const QPalette & ) : QPalette &
 
- operator== ( const QPalette & ) const : bool
 
 
 |