Version:
~ [ qt-x11-opensource-src-4.4.1 ] ~
1 This is Qt version 4.4.1.
2
3 Qt is a comprehensive cross-platform C++ application framework. Qt 4.4
4 introduces new features and many improvements over the 3.x series. See
5 http://doc.trolltech.com/4.4/qt4-intro.html for details.
6
7 The Qt 4.x series is not binary compatible or source compatible with
8 the 3.x series. For more information on porting from Qt 3 to Qt 4, see
9 http://doc.trolltech.com/4.4/porting4.html.
10
11
12 INSTALLING Qt
13
14 On Windows and Mac OS X, if you want to install the precompiled binary
15 packages, simply launch the package and follow the instructions in the
16 installation wizard.
17
18 On Mac OS X, the binary package requires Mac OS X 10.4.x (Tiger) or
19 later and GCC 4.0.1 to develop applications. Its applications will run
20 on Mac OS X 10.3.9 and above.
21
22 If you have a source package (a .tar.gz, .tar.bz2, or .zip file),
23 follow the instructions in the INSTALL file.
24
25
26 DEMOS AND EXAMPLES
27
28 Once Qt is installed, we suggest that you take a look at the demos and
29 examples to see Qt in action. Run the Qt Examples and Demos either by
30 typing 'qtdemo' on the command line or through the desktop's Start
31 menu. On Mac OS X, you can find it in /Developers/Applications/Qt.
32
33
34 REFERENCE DOCUMENTATION
35
36 The Qt reference documentation is available locally in Qt's doc/html
37 directory. You can use Qt Assistant to view it; to launch Assistant,
38 type 'assistant' on the command line or use the Start menu. On Mac OS
39 X, you can find it in /Developer/Applications/Qt. The latest
40 documentation is available at http://doc.trolltech.com/.
41
42
43 SUPPORTED PLATFORMS
44
45 For this release, the following platforms have been tested:
46
47 win32-g++
48 win32-icc
49 win32-msvc
50 win32-msvc2002
51 win32-msvc2003
52 win32-msvc2005
53 win32-msvc2008
54
55 aix-g++
56 aix-xlc
57 aix-xlc-64
58 hpux-acc
59 hpux-g++
60 hpuxi-acc
61 irix-cc
62 irix-cc-64
63 irix-g++
64 irix-g++-64
65 linux-g++
66 linux-icc
67 solaris-cc
68 solaris-cc-64
69 solaris-g++
70 solaris-g++-64
71
72 macx-g++
73 macx-xcode
74
75 qws/linux-x86-g++
76 qws/linux-arm-g++
77
78 wince50standard-x86-msvc2005
79 wincewm50pocket-msvc2005
80 wincewm50smart-msvc2005
81 wincewm60professional-msvc2005
82
83 For a complete list of supported platforms, see
84 http://www.trolltech.com/developer/notes/supported_platforms
85
86 For a description of Qt's platform support policy, see
87 http://www.trolltech.com/developer/notes/supportpolicy
88
89
90 COMMERCIAL EDITIONS
91
92 Desktop Edition licensees can use all the modules provided with their
93 Qt package.
94
95 Desktop Light Edition licensees may only use the classes contained in
96 the QtCore, QtGui (except QGraphicsView), QtTest, QtDBus and
97 Qt3Support modules.
98
99 Console Edition licensees may use the classes contained in the QtCore,
100 QtNetwork, QtSql, QtScript, QtTest, QtDBus, QtXml, and QtXmlPatterns
101 modules.
102
103 For a full listing of the contents of each module, please refer to
104 http://doc.trolltech.com/4.4/modules.html.
105
106
107 HOW TO REPORT A BUG
108
109 If you think you have found a bug in Qt, we would like to hear about
110 it so that we can fix it. Before reporting a bug, please check
111 http://www.trolltech.com/developer/faqs/ and
112 http://www.trolltech.com/developer/platforms/ to see if the to see if
113 the issue is already known.
114
115 Always include the following information in your bug report: the name
116 and version number of your compiler; the name and version number of
117 your operating system; the version of Qt you are using, and what
118 configure options it was compiled with.
119
120 If the problem you are reporting is only visible at run-time, try to
121 create a small test program that shows the problem when run. Often,
122 such a program can be created with some minor changes to one of the
123 many example programs in Qt's examples directory. Please submit the
124 bug report using the Task Tracker on the Trolltech website:
125
126 http://trolltech.com/developer/task-tracker
127
128
129 Qt is a trademark of Trolltech ASA.
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.