Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QPlatinumStyle Class Reference

The QPlatinumStyle class provides Mac/Platinum look and feel. More...

#include <QPlatinumStyle>

Inherits QWindowsStyle.

Writable Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The QPlatinumStyle class provides Mac/Platinum look and feel.

This class implements the Platinum look and feel. It's an experimental class that tries to resemble a Macintosh-like GUI style with the QStyle system. The emulation is currently far from perfect.

Most of the functions are documented in the base classes QWindowsStyle, QCommonStyle, and QStyle, but the QPlatinumStyle overloads of drawComplexControl(), drawControl(), drawPrimitive(), querySubControlMetrics(), and subRect(), are documented here.

See also QMacStyle.


Member Function Documentation

QPlatinumStyle::QPlatinumStyle ()

Constructs a QPlatinumStyle

QPlatinumStyle::~QPlatinumStyle ()   [virtual]

Destroys the style.

void QPlatinumStyle::drawComplexControl ( ComplexControl cc, const QStyleOptionComplex * opt, QPainter * p, const QWidget * widget = 0 ) const   [virtual]

void QPlatinumStyle::drawRiffles ( QPainter * p, int x, int y, int w, int h, const QPalette & pal, bool horizontal ) const   [protected]

Draws the nifty Macintosh decoration used on sliders using painter p and colorgroup pal. x, y, w, h and horizontal specify the geometry and orientation of the riffles.

QColor QPlatinumStyle::mixedColor ( const QColor & c1, const QColor & c2 ) const   [protected]

Mixes two colors c1 and c2 to a new color.


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1