1QMotifStyle(3qt) QMotifStyle(3qt)
2
3
4
6 QMotifStyle - Motif look and feel
7
9 #include <qmotifstyle.h>
10
11 Inherits QCommonStyle.
12
13 Inherited by QCDEStyle, QMotifPlusStyle, and QSGIStyle.
14
15 Public Members
16 QMotifStyle ( bool useHighlightCols = FALSE )
17 void setUseHighlightColors ( bool arg )
18 bool useHighlightColors () const
19
21 The QMotifStyle class provides Motif look and feel.
22
23 This class implements the Motif look and feel. It closely resembles the
24 original Motif look as defined by the Open Group, but with some minor
25 improvements. The Motif style is Qt's default GUI style on UNIX
26 platforms.
27
28 See also Widget Appearance and Style.
29
32 Constructs a QMotifStyle.
33
34 If useHighlightCols is FALSE (the default), the style will polish the
35 application's color palette to emulate the Motif way of highlighting,
36 which is a simple inversion between the base and the text color.
37
39 If arg is FALSE, the style will polish the application's color palette
40 to emulate the Motif way of highlighting, which is a simple inversion
41 between the base and the text color.
42
43 The effect will show up the next time an application palette is set via
44 QApplication::setPalette(). The current color palette of the
45 application remains unchanged.
46
47 See also QStyle::polish().
48
50 Returns TRUE if the style treats the highlight colors of the palette in
51 a Motif-like manner, which is a simple inversion between the base and
52 the text color; otherwise returns FALSE. The default is FALSE.
53
54
56 http://doc.trolltech.com/qmotifstyle.html
57 http://www.trolltech.com/faq/tech.html
58
60 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
61 license file included in the distribution for a complete license
62 statement.
63
65 Generated automatically from the source code.
66
68 If you find a bug in Qt, please report it as described in
69 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
70 help you. Thank you.
71
72 The definitive Qt documentation is provided in HTML format; it is
73 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
74 web browser. This man page is provided as a convenience for those users
75 who prefer man pages, although this format is not officially supported
76 by Trolltech.
77
78 If you find errors in this manual page, please report them to qt-
79 bugs@trolltech.com. Please include the name of the manual page
80 (qmotifstyle.3qt) and the Qt version (3.3.8).
81
82
83
84Trolltech AS 2 February 2007 QMotifStyle(3qt)