1QCommonStyle(3qt) QCommonStyle(3qt)
2
3
4
6 QCommonStyle - Encapsulates the common Look and Feel of a GUI
7
9 #include <qcommonstyle.h>
10
11 Inherits QStyle.
12
13 Inherited by QMotifStyle and QWindowsStyle.
14
15 Public Members
16 QCommonStyle ()
17
19 The QCommonStyle class encapsulates the common Look and Feel of a GUI.
20
21 This abstract class implements some of the widget's look and feel that
22 is common to all GUI styles provided and shipped as part of Qt.
23
24 All the functions are documented in QStyle.
25
26 See also Widget Appearance and Style.
27
30 Constructs a QCommonStyle.
31
32
34 http://doc.trolltech.com/qcommonstyle.html
35 http://www.trolltech.com/faq/tech.html
36
38 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
39 license file included in the distribution for a complete license
40 statement.
41
43 Generated automatically from the source code.
44
46 If you find a bug in Qt, please report it as described in
47 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
48 help you. Thank you.
49
50 The definitive Qt documentation is provided in HTML format; it is
51 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
52 web browser. This man page is provided as a convenience for those users
53 who prefer man pages, although this format is not officially supported
54 by Trolltech.
55
56 If you find errors in this manual page, please report them to qt-
57 bugs@trolltech.com. Please include the name of the manual page
58 (qcommonstyle.3qt) and the Qt version (3.3.8).
59
60
61
62Trolltech AS 2 February 2007 QCommonStyle(3qt)