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  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QMacStyle Class Reference
[QtGui module]

The QMacStyle class implements an Appearance Manager style. More...

#include <QMacStyle>

Inherits QWindowsStyle.

Public Types

Public Functions

  • 21 public functions inherited from QStyle
  • 28 public functions inherited from QObject

Static Public Members

  • 6 static public members inherited from QStyle
  • 4 static public members inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 1 signal inherited from QObject
  • 7 protected functions inherited from QObject

Detailed Description

The QMacStyle class implements an Appearance Manager style.

This class is implemented as a wrapper to the Apple Appearance Manager. This allows your application to be styled by whatever theme your Macintosh is using. This is done by having primitives in QStyle implemented in terms of what the Macintosh would normally theme (i.e. the Finder).

There are additional issues that should be taken into consideration to make an application compatible with the Aqua Style Guidelines. Some of these issues are outlined below.

  • Layout - The restrictions on window layout are such that some aspects of layout that are style-dependent cannot be achieved using QLayout. Changes are being considered (and feedback would be appreciated) to make layouts QStyle-able. Some of the restrictions involve horizontal and vertical widget alignment and widget size (covered below).
  • Widget size - Aqua allows widgets to have specific fixed sizes. Qt does not fully implement this behavior so as to maintain cross-platform compatibility. As a result some widgets sizes may be inappropriate (and subsequently not rendered correctly by the Appearance Manager).The QWidget::sizeHint() will return the appropriate size for many managed widgets (widgets enumerated in QStyle::ContentsType).
  • Effects - QMacStyle uses Appearance Manager for performing most of the drawing, but also uses emulation in a few cases where Appearance Manager does not provide the required functionality (for example, QPushButton pulsing effects). We tried to make the emulation as close to the original as possible. Please report any issues you see in effects or non-standard widgets.

There are other issues that need to be considered in the feel of your application (including the general color scheme to match the Aqua colors). The Guidelines mentioned above will remain current with new advances and design suggestions for Mac OS X.

Note that the functions provided by QMacStyle are reimplementations of QStyle functions; see QStyle for their documentation.

See also QWindowsXPStyle, QWindowsStyle, QPlastiqueStyle, QCDEStyle, and QMotifStyle.


Member Type Documentation

enum QMacStyle::FocusRectPolicy

This type is used to signify a widget's focus rectangle policy.

ConstantValueDescription
QMacStyle::FocusEnabled0show a focus rectangle when the widget has focus.
QMacStyle::FocusDisabled1never show a focus rectangle for the widget.
QMacStyle::FocusDefault2show a focus rectangle when the widget has focus and the widget is a QSpinWidget, QDateTimeEdit, QLineEdit, QListBox, QListView, editable QTextEdit, or one of their subclasses.

enum QMacStyle::WidgetSizePolicy

ConstantValue
QMacStyle::SizeSmall0
QMacStyle::SizeLarge1
QMacStyle::SizeMini2
QMacStyle::SizeDefault3

Member Function Documentation

QMacStyle::QMacStyle ()

Constructs a QMacStyle object.

QMacStyle::~QMacStyle ()   [virtual]

Destructs a QMacStyle object.

FocusRectPolicy QMacStyle::focusRectPolicy ( const QWidget * w )   [static]

Returns the focus rectangle policy for the widget w.

The focus rectangle policy can be one of QMacStyle::FocusRectPolicy.

See also setFocusRectPolicy().

void QMacStyle::setFocusRectPolicy ( QWidget * w, FocusRectPolicy policy )   [static]

Sets the focus rectangle policy of w. The policy can be one of QMacStyle::FocusRectPolicy.

See also focusRectPolicy().

void QMacStyle::setWidgetSizePolicy ( const QWidget * w, WidgetSizePolicy policy )   [static]

Sets the widget size policy of w. The policy can be one of QMacStyle::WidgetSizePolicy.

See also widgetSizePolicy().

WidgetSizePolicy QMacStyle::widgetSizePolicy ( const QWidget * w )   [static]

Returns the widget size policy for the widget w.

The widget size policy can be one of QMacStyle::WidgetSizePolicy.

See also setWidgetSizePolicy().

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.0
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