Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Tous les espaces de nom  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QPalette Class Reference
[QtGui module]

The QPalette class contains color groups for each widget state. More...

 #include <QPalette>

Inherited by QColorGroup.

Public Types

  • enum ColorGroup { Disabled, Active, Inactive, Normal }
  • enum ColorRole { Window, Background, WindowText, Foreground, ..., NoRole }

Public Functions

  • QPalette ( const QColor & button )
  • QPalette ( Qt::GlobalColor button )
  • QPalette ( const QColor & button, const QColor & window )
  • QPalette ( const QBrush & windowText, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & window )
  • QPalette ( const QPalette & p )
  • const QBrush & alternateBase () const
  • const QBrush & base () const
  • const QBrush & brightText () const
  • const QBrush & brush ( ColorGroup group, ColorRole role ) const
  • const QBrush & brush ( ColorRole role ) const
  • const QBrush & button () const
  • const QBrush & buttonText () const
  • qint64 cacheKey () const
  • const QColor & color ( ColorGroup group, ColorRole role ) const
  • const QColor & color ( ColorRole role ) const
  • ColorGroup currentColorGroup () const
  • const QBrush & dark () const
  • const QBrush & highlight () const
  • const QBrush & highlightedText () const
  • bool isBrushSet ( ColorGroup cg, ColorRole cr ) const
  • bool isCopyOf ( const QPalette & p ) const
  • bool isEqual ( ColorGroup cg1, ColorGroup cg2 ) const
  • const QBrush & light () const
  • const QBrush & link () const
  • const QBrush & linkVisited () const
  • const QBrush & mid () const
  • const QBrush & midlight () const
  • QPalette resolve ( const QPalette & other ) const
  • void setBrush ( ColorRole role, const QBrush & brush )
  • void setBrush ( ColorGroup group, ColorRole role, const QBrush & brush )
  • void setColor ( ColorGroup group, ColorRole role, const QColor & color )
  • void setColor ( ColorRole role, const QColor & color )
  • void setColorGroup ( ColorGroup cg, const QBrush & windowText, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & window )
  • void setCurrentColorGroup ( ColorGroup cg )
  • const QBrush & shadow () const
  • const QBrush & text () const
  • const QBrush & toolTipBase () const
  • const QBrush & toolTipText () const
  • const QBrush & window () const
  • const QBrush & windowText () const
  • bool operator!= ( const QPalette & p ) const
  • QPalette & operator= ( const QPalette & p )
  • bool operator== ( const QPalette & p ) const

Related Non-Members

  • QDataStream & operator<< ( QDataStream & s, const QPalette & p )
  • QDataStream & operator>> ( QDataStream & s, QPalette & p )

Detailed Description

The QPalette class contains color groups for each widget state.

A palette consists of three color groups: Active, Disabled, and Inactive. All widgets in Qt contain a palette and use their palette to draw themselves. This makes the user interface easily configurable and easier to keep consistent.

If you create a new widget we strongly recommend that you use the colors in the palette rather than hard-coding specific colors.

The color groups:

  • The Active group is used for the window that has keyboard focus.
  • The Inactive group is used for other windows.
  • The Disabled group is used for widgets (not windows) that are disabled for some reason.

Both active and inactive windows can contain disabled widgets. (Disabled widgets are often called inaccessible or grayed out.)

In most styles, Active and Inactive look the same.

Colors and brushes can be set for particular roles in any of a palette's color groups with setColor() and setBrush(). A color group contains a group of colors used by widgets for drawing themselves. We recommend that widgets use color group roles from the palette such as "foreground" and "base" rather than literal colors like "red" or "turquoise". The color roles are enumerated and defined in the ColorRole documentation.

We strongly recommend that you use the default palette of the current style (returned by QApplication::palette()) and modify that as necessary. This is done by Qt's widgets when they are drawn.

To modify a color group you call the functions setColor() and setBrush(), depending on whether you want a pure color or a pixmap pattern.

There are also corresponding color() and brush() getters, and a commonly used convenience function to get the ColorRole for the current ColorGroup: window(), windowText(), base(), etc.

You can copy a palette using the copy constructor and test to see if two palettes are identical using isCopyOf().

QPalette is optimized by the use of implicit sharing, so it is very efficient to pass QPalette objects as arguments.

Warning: Some styles do not use the palette for all drawing, for instance, if they make use of native theme engines. This is the case for both the Windows XP, Windows Vista, and the Mac OS X styles.

See also QApplication::setPalette(), QWidget::setPalette(), and QColor.


Member Type Documentation

enum QPalette::ColorGroup

ConstantValueDescription
QPalette::Disabled1 
QPalette::Active0 
QPalette::Inactive2 
QPalette::NormalActivesynonym for Active

enum QPalette::ColorRole

Color Roles

The ColorRole enum defines the different symbolic color roles used in current GUIs.

The central roles are:

ConstantValueDescription
QPalette::Window10A general background color.
QPalette::BackgroundWindowThis value is obsolete. Use Window instead.
QPalette::WindowText0A general foreground color.
QPalette::ForegroundWindowTextThis value is obsolete. Use WindowText instead.
QPalette::Base9Used mostly as the background color for text entry widgets, but can also be used for other painting - such as the background of combobox drop down lists and toolbar handles. It is usually white or another light color.
QPalette::AlternateBase16Used as the alternate background color in views with alternating row colors (see QAbstractItemView::setAlternatingRowColors()).
QPalette::ToolTipBase18Used as the background color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
QPalette::ToolTipText19Used as the foreground color for QToolTip and QWhatsThis. Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.
QPalette::Text6The foreground color used with Base. This is usually the same as the WindowText, in which case it must provide good contrast with Window and Base.
QPalette::Button1The general button background color. This background can be different from Window as some styles require a different background color for buttons.
QPalette::ButtonText8A foreground color used with the Button color.
QPalette::BrightText7A text color that is very different from WindowText, and contrasts well with e.g. Dark. Typically used for text that needs to be drawn where Text or WindowText would give poor contrast, such as on pressed push buttons. Note that text colors can be used for things other than just words; text colors are usually used for text, but it's quite common to use the text color roles for lines, icons, etc.

There are some color roles used mostly for 3D bevel and shadow effects. All of these are normally derived from Window, and used in ways that depend on that relationship. For example, buttons depend on it to make the bevels look attractive, and Motif scroll bars depend on Mid to be slightly different from Window.

ConstantValueDescription
QPalette::Light2Lighter than Button color.
QPalette::Midlight3Between Button and Light.
QPalette::Dark4Darker than Button.
QPalette::Mid5Between Button and Dark.
QPalette::Shadow11A very dark color. By default, the shadow color is Qt::black.

Selected (marked) items have two roles:

ConstantValueDescription
QPalette::Highlight12A color to indicate a selected item or the current item. By default, the highlight color is Qt::darkBlue.
QPalette::HighlightedText13A text color that contrasts with Highlight. By default, the highlighted text color is Qt::white.

There are two color roles related to hyperlinks:

ConstantValueDescription
QPalette::Link14A text color used for unvisited hyperlinks. By default, the link color is Qt::blue.
QPalette::LinkVisited15A text color used for already visited hyperlinks. By default, the linkvisited color is Qt::magenta.

Note that we do not use the Link and LinkVisited roles when rendering rich text in Qt, and that we recommend that you use CSS and the QTextDocument::setDefaultStyleSheet() function to alter the appearance of links. For example:

     QTextBrowser browser;
     QColor linkColor(Qt::red);
     QString sheet = QString::fromLatin1("a { text-decoration: underline; color: %1 }").arg(linkColor.name());
     browser.document()->setDefaultStyleSheet(sheet);

ConstantValueDescription
QPalette::NoRole17No role; this special role is often used to indicate that a role has not been assigned.


Member Function Documentation

QPalette::QPalette ()

Constructs a palette object that uses the application's default palette.

See also QApplication::setPalette() and QApplication::palette().

QPalette::QPalette ( const QColor & button )

Constructs a palette from the button color. The other colors are automatically calculated, based on this color. Window will be the button color as well.

QPalette::QPalette ( Qt::GlobalColor button )

Constructs a palette from the button color. The other colors are automatically calculated, based on this color. Window will be the button color as well.

QPalette::QPalette ( const QColor & button, const QColor & window )

Constructs a palette from a button color and a window. The other colors are automatically calculated, based on these colors.

QPalette::QPalette ( const QBrush & windowText, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & window )

Constructs a palette. You can pass either brushes, pixmaps or plain colors for windowText, button, light, dark, mid, text, bright_text, base and window.

See also QBrush.

QPalette::QPalette ( const QPalette & p )

Constructs a copy of p.

This constructor is fast thanks to implicit sharing.

QPalette::~QPalette ()

Destroys the palette.

const QBrush & QPalette::alternateBase () const

Returns the alternate base brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::base () const

Returns the base brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::brightText () const

Returns the bright text foreground brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::brush ( ColorGroup group, ColorRole role ) const

Returns the brush in the specified color group, used for the given color role.

See also color(), setBrush(), and ColorRole.

const QBrush & QPalette::brush ( ColorRole role ) const

This is an overloaded member function, provided for convenience.

Returns the brush that has been set for the given color role in the current ColorGroup.

See also color(), setBrush(), and ColorRole.

const QBrush & QPalette::button () const

Returns the button brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::buttonText () const

Returns the button text foreground brush of the current color group.

See also ColorRole and brush().

qint64 QPalette::cacheKey () const

Returns a number that identifies the contents of this QPalette object. Distinct QPalette objects can have the same key if they refer to the same contents.

The cacheKey() will change when the palette is altered.

const QColor & QPalette::color ( ColorGroup group, ColorRole role ) const

Returns the color in the specified color group, used for the given color role.

See also brush(), setColor(), and ColorRole.

const QColor & QPalette::color ( ColorRole role ) const

This is an overloaded member function, provided for convenience.

Returns the color that has been set for the given color role in the current ColorGroup.

See also brush() and ColorRole.

ColorGroup QPalette::currentColorGroup () const

Returns the palette's current color group.

See also setCurrentColorGroup().

const QBrush & QPalette::dark () const

Returns the dark brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::highlight () const

Returns the highlight brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::highlightedText () const

Returns the highlighted text brush of the current color group.

See also ColorRole and brush().

bool QPalette::isBrushSet ( ColorGroup cg, ColorRole cr ) const

Returns true if the ColorGroup cg and ColorRole cr has been set previously on this palette; otherwise returns false.

This function was introduced in Qt 4.2.

See also setBrush().

bool QPalette::isCopyOf ( const QPalette & p ) const

Returns true if this palette and p 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.

See also operator=() and operator==().

bool QPalette::isEqual ( ColorGroup cg1, ColorGroup cg2 ) const

Returns true (usually quickly) if color group cg1 is equal to cg2; otherwise returns false.

const QBrush & QPalette::light () const

Returns the light brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::link () const

Returns the unvisited link text brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::linkVisited () const

Returns the visited link text brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::mid () const

Returns the mid brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::midlight () const

Returns the midlight brush of the current color group.

See also ColorRole and brush().

QPalette QPalette::resolve ( const QPalette & other ) const

Returns a new QPalette that has attributes copied from other.

void QPalette::setBrush ( ColorRole role, const QBrush & brush )

Sets the brush for the given color role to the specified brush for all groups in the palette.

See also brush(), setColor(), and ColorRole.

void QPalette::setBrush ( ColorGroup group, ColorRole role, const QBrush & brush )

This is an overloaded member function, provided for convenience.

Sets the brush in the specified color group, used for the given color role, to brush.

See also brush(), setColor(), and ColorRole.

void QPalette::setColor ( ColorGroup group, ColorRole role, const QColor & color )

Sets the brush in the specified color group, used for the given color role, to the specified solid color.

See also setBrush(), color(), and ColorRole.

void QPalette::setColor ( ColorRole role, const QColor & color )

This is an overloaded member function, provided for convenience.

Sets the color used for the given color role, in all color groups, to the specified solid color.

See also brush(), setColor(), and ColorRole.

void QPalette::setColorGroup ( ColorGroup cg, const QBrush & windowText, const QBrush & button, const QBrush & light, const QBrush & dark, const QBrush & mid, const QBrush & text, const QBrush & bright_text, const QBrush & base, const QBrush & window )

Sets a the group at cg. You can pass either brushes, pixmaps or plain colors for windowText, button, light, dark, mid, text, bright_text, base and window.

See also QBrush.

void QPalette::setCurrentColorGroup ( ColorGroup cg )

Set the palette's current color group to cg.

See also currentColorGroup().

const QBrush & QPalette::shadow () const

Returns the shadow brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::text () const

Returns the text foreground brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::toolTipBase () const

Returns the tool tip base brush of the current color group. This brush is used by QToolTip and QWhatsThis.

Note: Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.

This function was introduced in Qt 4.4.

See also ColorRole and brush().

const QBrush & QPalette::toolTipText () const

Returns the tool tip text brush of the current color group. This brush is used by QToolTip and QWhatsThis.

Note: Tool tips use the Inactive color group of QPalette, because tool tips are not active windows.

This function was introduced in Qt 4.4.

See also ColorRole and brush().

const QBrush & QPalette::window () const

Returns the window (general background) brush of the current color group.

See also ColorRole and brush().

const QBrush & QPalette::windowText () const

Returns the window text (general foreground) brush of the current color group.

See also ColorRole and brush().

QPalette::operator QVariant () const

Returns the palette as a QVariant

bool QPalette::operator!= ( const QPalette & p ) const

Returns true (slowly) if this palette is different from p; otherwise returns false (usually quickly).

QPalette & QPalette::operator= ( const QPalette & p )

Assigns p to this palette and returns a reference to this palette.

This operation is fast thanks to implicit sharing.

bool QPalette::operator== ( const QPalette & p ) const

Returns true (usually quickly) if this palette is equal to p; otherwise returns false (slowly).


Related Non-Members

QDataStream & operator<< ( QDataStream & s, const QPalette & p )

This is an overloaded member function, provided for convenience.

Writes the palette, p to the stream s and returns a reference to the stream.

See also Format of the QDataStream operators.

QDataStream & operator>> ( QDataStream & s, QPalette & p )

This is an overloaded member function, provided for convenience.

Reads a palette from the stream, s into the palette p, and returns a reference to the stream.

See also Format of the QDataStream operators.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année
  1. « Quelque chose ne va vraiment pas avec les développeurs "modernes" », un développeur à "l'ancienne" critique la multiplication des bibliothèques 53
  2. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  3. BlackBerry 10 : premières images du prochain OS de RIM qui devrait intégrer des widgets et des tuiles inspirées de Windows Phone 0
  4. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  5. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  6. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le blog Digia au hasard

Logo

Créer des applications avec un style Metro avec Qt, exemples en QML et C++, un article de Digia Qt traduit par Thibaut Cuvelier

Le blog Digia est l'endroit privilégié pour la communication sur l'édition commerciale de Qt, où des réponses publiques sont apportées aux questions les plus posées au support. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt 4.4
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web