1QWindowsStyle(3qt) QWindowsStyle(3qt)
2
3
4
6 QWindowsStyle - Microsoft Windows-like look and feel
7
9 #include <qwindowsstyle.h>
10
11 Inherits QCommonStyle.
12
13 Inherited by QMacStyle and QPlatinumStyle.
14
15 Public Members
16 QWindowsStyle ()
17
19 The QWindowsStyle class provides a Microsoft Windows-like look and
20 feel.
21
22 This style is Qt's default GUI style on Windows.
23
24 See also Widget Appearance and Style.
25
28 Constructs a QWindowsStyle
29
30
32 http://doc.trolltech.com/qwindowsstyle.html
33 http://www.trolltech.com/faq/tech.html
34
36 Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
37 license file included in the distribution for a complete license
38 statement.
39
41 Generated automatically from the source code.
42
44 If you find a bug in Qt, please report it as described in
45 http://doc.trolltech.com/bughowto.html. Good bug reports help us to
46 help you. Thank you.
47
48 The definitive Qt documentation is provided in HTML format; it is
49 located at $QTDIR/doc/html and can be read using Qt Assistant or with a
50 web browser. This man page is provided as a convenience for those users
51 who prefer man pages, although this format is not officially supported
52 by Trolltech.
53
54 If you find errors in this manual page, please report them to qt-
55 bugs@trolltech.com. Please include the name of the manual page
56 (qwindowsstyle.3qt) and the Qt version (3.3.8).
57
58
59
60Trolltech AS 2 February 2007 QWindowsStyle(3qt)