QCDEStyle - CDE Look and Feel

       #include <qcdestyle.h>

       Inherits QMotifStyle.

   Public Members
       QCDEStyle ( bool useHighlightCols = FALSE )
       virtual ~QCDEStyle ()


DESCRIPTION

       CDE Look and Feel

       This style provides a slightly improved Motif look similar
       to some versions of the Common Desktop Environment (CDE).
       The main difference are thinner frames and more modern
       radio buttons and check boxes. Together with a dark
       background and a bright text/foreground color, the style
       looks quite attractive (at least for Motif fans).


MEMBER FUNCTION DOCUMENTATION


QCDEStyle::QCDEStyle ( bool useHighlightCols = FALSE )

       Constructs a QCDEStyle

       If useHighlightCols is FALSE (the default value), then the
       style will polish the application's color palette to
       emulate the Motif way of highlighting, which is a simple
       inversion between the base and the text color.


QCDEStyle::~QCDEStyle () [virtual]

       Destructs the style.


int QCDEStyle::defaultFrameWidth () const [virtual]

       Reimplemented for internal reasons; the API is not
       affected.

       Reimplemented from QStyle.


void QCDEStyle::drawArrow ( QPainter * p, ArrowType type, bool

       down, int x, int y, int w, int h, const QColorGroup & g,
       bool enabled, const QBrush * = 0 )
       Reimplemented for internal reasons; the API is not
       affected.


void QCDEStyle::drawExclusiveIndicator ( QPainter * p, int x, int

       y, int w, int h, const QColorGroup & g, bool on, bool down
       = FALSE, bool = TRUE ) [virtual]
       Reimplemented for internal reasons; the API is not
       affected.

       Reimplemented from QStyle.

       w, int h, const QColorGroup & g, int s, bool down = FALSE,
       bool = TRUE ) [virtual]
       Reimplemented for internal reasons; the API is not
       affected.

       Reimplemented from QStyle.


SEE ALSO

       http://doc.trolltech.com/qcdestyle.html
       http://www.trolltech.com/faq/tech.html


COPYRIGHT

       Copyright 1992-2001 Trolltech AS,
       http://www.trolltech.com.  See the license file included
       in the distribution for a complete license statement.


AUTHOR

       Generated automatically from the source code.


BUGS

       If you find a bug in Qt, please report it as described in
       http://doc.trolltech.com/bughowto.html.  Good bug reports
       make our job much simpler. Thank you.

       In case of content or formattting problems with this
       manual page, please report them to qt-bugs@trolltech.com.
       Please include the name of the manual page (qcdestyle.3qt)
       and the Qt version (2.3.1).


Man(1) output converted with man2html