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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Qt Toolkit - Key Features in Qt 2.1</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }body { background: white; color: black; }
--></style></head><body bgcolor="#ffffff">
<p>
<table width="100%">
<tr><td><a href="index.html">
<img width="100" height="100" src="qtlogo.png"
alt="Home" border="0"><img width="100"
height="100" src="face.png" alt="Home" border="0">
</a><td valign=top><div align=right><img src="dochead.png" width="472" height="27"><br>
<a href="classes.html"><b>Classes</b></a>
-<a href="annotated.html">Annotated</a>
- <a href="hierarchy.html">Tree</a>
-<a href="functions.html">Functions</a>
-<a href="index.html">Home</a>
-<a href="topicals.html"><b>Structure</b></a>
</div>
</table>
<h1 align=center> Key Features in Qt 2.1</h1><br clear="all">
As usual, large sections of the documentation have been revised and
lots of new documentation has been added.
<p>Much work went into existing classes, based on all the feedback we got
from our users. A warm thank you to you all at this point, we
honestly hope to satisfy most of your wishes with the new release.
<p>Among the things that got a lot of polishing is the new geometry
management system that was introduced with the 2.x series. Some
classes, such as QBoxLayout, have been rewritten and many size hints
and size policies were optimized. As usual with newly introduced
systems, the occasional bug has been fixed as well. As a result,
layout in Qt-2.1 is not only nicer but also faster.
<p>Big parts of the file dialog have been rewritten. It is now
synchronized in terms of features with the common Windows dialog,
including fancy drag'n'drop and in-place renaming. You can customize
both parts of the dialog, the front-end with info and preview widgets,
the back-end with different network protocols (see the QFileDialog and
QNetworkProtocol documentation for details).
<p>Especially interesting for dynamic Qt applications is the newly
introduced property system. Many interesting things, from scripting
up to graphical user interface builders, become easier. The
technology requires a new macro Q_PROPERTY and a new revision of Qt's
meta object compiler (moc). See the Qt documentation for details.
<p>Due to strong customer demand, we added a cross-platform way to easily
implement multi-document interfaces (known as 'MDI'). The widget is
called QWorkspace and makes this task trivial.
<p>On X11, text dropping from Motif drag'n'drop applications has been
added, to make your Qt applications inter-operable with those Motif
applications that survived Y2K.
<p>The rich text system, first introduced in Qt 2.0, has been revised.
Apart from great speed improvements, it now supports HTML tables as
well as floating images.
<p>QMultiLineEdit, the text input field in Qt, got the missing word wrap
functionality. It's probably the last big extension we will add to
that widget. In Qt 3.0, it will be replaced by a fancier, faster and
more powerful QTextEdit widget that also deals with different colors
and fonts in a way similar to the existing QTextView.
<p>Qt follows the respective GUI style guides even more closely. This
includes honoring desktop settings, and keyboard shortcuts such as
Ctrl-Z/Y for undo/redo in line edit and multi-line edit controls.
Dialog handling for both modal and non-modal dialogs has been improved
to follow the platform conventions precisely.
<p>With QIconView, we added a powerful new visualization widget similar
to QListView and QListBox. It contains optinally labelled pixmap
items that the user can select, drag around, rename, delete and more.
<p>Compared to the previous release, we have managed to reduce overall
memory consumption while improving execution speed and features.
<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright 2001 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 2.3.2</div>
</table></div></address></body></html>
|