1QPlatinumStyle(3qt)                                        QPlatinumStyle(3qt)
2
3
4

NAME

6       QPlatinumStyle - Mac/Platinum look and feel
7

SYNOPSIS

9       #include <qplatinumstyle.h>
10
11       Inherits QWindowsStyle.
12
13   Public Members
14       QPlatinumStyle ()
15
16   Protected Members
17       QColor mixedColor ( const QColor & c1, const QColor & c2 ) const
18       void drawRiffles ( QPainter * p, int x, int y, int w, int h, const
19           QColorGroup & g, bool horizontal ) const
20

DESCRIPTION

22       The QPlatinumStyle class provides Mac/Platinum look and feel.
23
24       This class implements the Platinum look and feel. It's an experimental
25       class that tries to resemble a Macinosh-like GUI style with the QStyle
26       system. The emulation is currently far from perfect.
27
28       See also QAquaStyle and Widget Appearance and Style.
29

MEMBER FUNCTION DOCUMENTATION

QPlatinumStyle::QPlatinumStyle ()

32       Constructs a QPlatinumStyle
33

void QPlatinumStyle::drawRiffles ( QPainter * p, int x, int y, int w, int h,

35       const QColorGroup & g, bool horizontal ) const [protected]
36       Draws the nifty Macintosh decoration used on sliders using painter p
37       and colorgroup g. x, y, w, h and horizontal specify the geometry and
38       orientation of the riffles.
39

QColor QPlatinumStyle::mixedColor ( const QColor & c1, const QColor & c2 )

41       const [protected]
42       Mixes two colors c1 and c2 to a new color.
43
44

SEE ALSO

46       http://doc.trolltech.com/qplatinumstyle.html
47       http://www.trolltech.com/faq/tech.html
48
50       Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
51       license file included in the distribution for a complete license
52       statement.
53

AUTHOR

55       Generated automatically from the source code.
56

BUGS

58       If you find a bug in Qt, please report it as described in
59       http://doc.trolltech.com/bughowto.html.  Good bug reports help us to
60       help you. Thank you.
61
62       The definitive Qt documentation is provided in HTML format; it is
63       located at $QTDIR/doc/html and can be read using Qt Assistant or with a
64       web browser. This man page is provided as a convenience for those users
65       who prefer man pages, although this format is not officially supported
66       by Trolltech.
67
68       If you find errors in this manual page, please report them to qt-
69       bugs@trolltech.com.  Please include the name of the manual page
70       (qplatinumstyle.3qt) and the Qt version (3.3.8).
71
72
73
74Trolltech AS                    2 February 2007            QPlatinumStyle(3qt)
Impressum