1QSGIStyle(3qt) QSGIStyle(3qt)
2
3
4
6 QSGIStyle - SGI/Irix look and feel
7
9 #include <qsgistyle.h>
10
11 Inherits QMotifStyle.
12
13 Public Members
14 QSGIStyle ( bool useHighlightCols = FALSE )
15 virtual ~QSGIStyle ()
16
18 The QSGIStyle class provides SGI/Irix look and feel.
19
20 This class implements the SGI look and feel. It resembles the SGI/Irix
21 Motif GUI style as closely as QStyle allows.
22
23 See also Widget Appearance and Style.
24
27 Constructs a QSGIStyle.
28
29 If useHighlightCols is FALSE (default value), the style will polish the
30 application's color palette to emulate the Motif way of highlighting,
31 which is a simple inversion between the base and the text color.
32
33 See also QMotifStyle::useHighlightColors().
34
36 Destroys the style.
37
38
40 http://doc.trolltech.com/qsgistyle.html
41 http://www.trolltech.com/faq/tech.html
42
44 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
45 license file included in the distribution for a complete license
46 statement.
47
49 Generated automatically from the source code.
50
52 If you find a bug in Qt, please report it as described in
53 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
54 help you. Thank you.
55
56 The definitive Qt documentation is provided in HTML format; it is
57 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
58 web browser. This man page is provided as a convenience for those users
59 who prefer man pages, although this format is not officially supported
60 by Trolltech.
61
62 If you find errors in this manual page, please report them to qt-
63 bugs@trolltech.com. Please include the name of the manual page
64 (qsgistyle.3qt) and the Qt version (3.3.8).
65
66
67
68Trolltech AS 2 February 2007 QSGIStyle(3qt)