~ubuntu-branches/ubuntu/lucid/qt4-x11/lucid-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
This is Qt version 4.0.0.

Qt is a comprehensive cross-platform C++ application framework. Qt 4.0
introduces new features and many improvements over the 3.x series. See
http://doc.trolltech.com/4.0/qt4-intro.html for details.

The Qt 4.x series is not binary compatible or source compatible with
the 3.x series. For more information on porting from Qt 3 to Qt 4, see
http://doc.trolltech.com/4.0/porting4.html.


INSTALLING Qt

On Windows and Mac OS X, if you want to install the precompiled binary
packages, simply launch the package and follow the instructions in the
installation wizard.

If you have a source package (a .tar.gz, .tar.bz2, or .zip file),
follow the instructions in the INSTALL file.


DEMOS AND EXAMPLES

Once Qt is installed, we suggest that you take a look at the demos and
examples to see Qt in action. Run the Qt Examples and Demos either by
typing 'qtdemo' on the command line or through the desktop's Start
menu.


REFERENCE DOCUMENTATION

The Qt reference documentation is available locally in Qt's doc/html
directory. You can use Qt Assistant to view it; to launch Assistant,
type 'assistant' on the command line or use the Start menu. The latest
documentation is available at http://doc.trolltech.com/.


SUPPORTED PLATFORMS

For this release, the following platforms have been tested:

  win32-g++
  win32-icc
  win32-msvc
  win32-msvc.net

  aix-g++
  aix-xlc
  aix-xlc-64
  freebsd-g++
  freebsd-icc
  hpux-acc
  hpux-g++
  irix-cc
  irix-cc-64
  irix-g++
  linux-g++
  linux-icc
  solaris-cc
  solaris-cc-64
  solaris-g++
  solaris-g++-64

  macx-g++

For a complete list of supported platforms, see
http://www.trolltech.com/products/qt/qt4-platforms.html.


COMMERCIAL EDITIONS

Desktop Edition licensees can use all the modules provided with their
Qt package.

Desktop Light Edition licensees may only use the classes contained in
the QtCore, QtGui and Q3Support modules.

Console Edition licensees may use the classes contained in the QtCore,
QtNetwork, QtSql and QtXml modules.

For a full listing of the contents of each module, please refer to 
http://doc.trolltech.com/4.0/modules.html.


HOW TO REPORT A BUG

If you think you have found a bug in Qt, we would like to hear about
it so that we can fix it. Before reporting a bug, please check
http://www.trolltech.com/developer/faqs/ and
http://www.trolltech.com/developer/platforms/ to see if the to see if
the issue is already known.

Always include the following information in your bug report: the name
and version number of your compiler; the name and version number of
your operating system; the version of Qt you are using, and what
configure options it was compiled with.
 
If the problem you are reporting is only visible at run-time, try to
create a small test program that shows the problem when run. Often,
such a program can be created with some minor changes to one of the
many example programs in Qt's examples directory. Please send the bug
report to qt-bugs@trolltech.com.


Qt is a trademark of Trolltech AS.