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  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

QML SystemPalette Element

The SystemPalette element provides access to the Qt palettes. More...

This element was introduced in Qt 4.7.

Properties

Detailed Description

The SystemPalette element provides access to the Qt application palettes. This provides information about the standard colors used for application windows, buttons and other features. These colors are grouped into three color groups: Active, Inactive, and Disabled. See the QPalette documentation for details about color groups and the properties provided by SystemPalette.

This can be used to color items in a way that provides a more native look and feel.

The following example creates a palette from the Active color group and uses this to color the window and text items appropriately:

 import QtQuick 1.0

 Rectangle {
     SystemPalette { id: myPalette; colorGroup: SystemPalette.Active }

     width: 640; height: 480
     color: myPalette.window

     Text {
         anchors.fill: parent
         text: "Hello!"; color: myPalette.windowText
     }
 }

See also QPalette.

Property Documentation

read-onlyalternateBase : color

The alternate base color of the current color group.

See also QPalette::ColorRole.


read-onlybase : color

The base color of the current color group.

See also QPalette::ColorRole.


read-onlybutton : color

The button color of the current color group.

See also QPalette::ColorRole.


read-onlybuttonText : color

The button text foreground color of the current color group.

See also QPalette::ColorRole.


colorGroup : enumeration

The color group of the palette. This can be one of:

See also QPalette::ColorGroup.


read-onlydark : color

The dark color of the current color group.

See also QPalette::ColorRole.


read-onlyhighlight : color

The highlight color of the current color group.

See also QPalette::ColorRole.


read-onlyhighlightedText : color

The highlighted text color of the current color group.

See also QPalette::ColorRole.


read-onlylight : color

The light color of the current color group.

See also QPalette::ColorRole.


read-onlymid : color

The mid color of the current color group.

See also QPalette::ColorRole.


read-onlymidlight : color

The midlight color of the current color group.

See also QPalette::ColorRole.


read-onlyshadow : color

The shadow color of the current color group.

See also QPalette::ColorRole.


read-onlytext : color

The text color of the current color group.

See also QPalette::ColorRole.


read-onlywindow : color

The window (general background) color of the current color group.

See also QPalette::ColorRole.


read-onlywindowText : color

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

See also QPalette::ColorRole.


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 64
  2. Apercevoir la troisième dimension ou l'utilisation multithreadée d'OpenGL dans Qt, un article des Qt Quarterly traduit par Guillaume Belz 0
  3. Les développeurs ignorent-ils trop les failles découvertes dans leur code ? Prenez-vous en compte les remarques des autres ? 17
  4. 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
  5. Quelles nouveautés de C++11 Visual C++ doit-il rapidement intégrer ? Donnez-nous votre avis 10
  6. Adieu qmake, bienvenue qbs : Qt Building Suite, un outil déclaratif et extensible pour la compilation de projets Qt 17
  7. La rubrique Qt a besoin de vous ! 1
Page suivante

Le Qt Developer Network au hasard

Logo

Comment fermer une application

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. 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.7
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