1QCDEStyle(3qt) QCDEStyle(3qt)
2
3
4
6 QCDEStyle - CDE look and feel
7
9 #include <qcdestyle.h>
10
11 Inherits QMotifStyle.
12
13 Public Members
14 QCDEStyle ( bool useHighlightCols = FALSE )
15 virtual ~QCDEStyle ()
16
18 The QCDEStyle class provides a CDE look and feel.
19
20 This style provides a slightly improved Motif look similar to some
21 versions of the Common Desktop Environment (CDE). The main differences
22 are thinner frames and more modern radio buttons and checkboxes.
23 Together with a dark background and a bright text/foreground color, the
24 style looks quite attractive (at least for Motif fans).
25
26 Note that the functions provided by QCDEStyle are reimplementations of
27 QStyle functions; see QStyle for their documentation.
28
29 See also Widget Appearance and Style.
30
33 Constructs a QCDEStyle.
34
35 If useHighlightCols is FALSE (the default), then the style will polish
36 the application's color palette to emulate the Motif way of
37 highlighting, which is a simple inversion between the base and the text
38 color.
39
41 Destroys the style.
42
43
45 http://doc.trolltech.com/qcdestyle.html
46 http://www.trolltech.com/faq/tech.html
47
49 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
50 license file included in the distribution for a complete license
51 statement.
52
54 Generated automatically from the source code.
55
57 If you find a bug in Qt, please report it as described in
58 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
59 help you. Thank you.
60
61 The definitive Qt documentation is provided in HTML format; it is
62 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
63 web browser. This man page is provided as a convenience for those users
64 who prefer man pages, although this format is not officially supported
65 by Trolltech.
66
67 If you find errors in this manual page, please report them to qt-
68 bugs@trolltech.com. Please include the name of the manual page
69 (qcdestyle.3qt) and the Qt version (3.3.8).
70
71
72
73Trolltech AS 2 February 2007 QCDEStyle(3qt)