summaryrefslogtreecommitdiffstats
path: root/doc/src/porting
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-10-30 13:57:17 (GMT)
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-02 19:15:07 (GMT)
commit9b055a679d20f912d7c99bc239c02c253a10c6a0 (patch)
tree420c2f507f1488c84e6bc9503ab19ed3c4af2d38 /doc/src/porting
parentab64c117b3bcded3844c5225c33ae92cee3fea0b (diff)
downloadQt-9b055a679d20f912d7c99bc239c02c253a10c6a0.zip
Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.gz
Qt-9b055a679d20f912d7c99bc239c02c253a10c6a0.tar.bz2
Doc: Updated links in qt-webpages.qdoc to Digia equivalent.
Change-Id: I7b46898ae6ccc08d96095f1658f87c063aa6b487 Reviewed-by: Akseli Salovaara <akseli.salovaara@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'doc/src/porting')
-rw-r--r--doc/src/porting/porting4-overview.qdoc16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/src/porting/porting4-overview.qdoc b/doc/src/porting/porting4-overview.qdoc
index c837b11..6717520 100644
--- a/doc/src/porting/porting4-overview.qdoc
+++ b/doc/src/porting/porting4-overview.qdoc
@@ -254,10 +254,10 @@
\section1 Significantly Changed Features
- Some Qt 3 features have changed significantly for Qt 4.
+ Some Qt 3 features have changed significantly for Qt 4.
and the recommended way of using them has therefore changed
- significantly, too. This is most notably true for the drag
- and drop API.
+ significantly, too. This is most notably true for the drag
+ and drop API.
Additionally, some of the more specialized features in Qt 3 are
often used to help customize widgets and add extra polish to an
@@ -297,12 +297,6 @@
unnecessary with Qt 4 because double buffering is
automatically performed by the paint engine.
- It still makes sense to use double buffering in
- Qt 4 in certain contexts. For example, in
- Chapter 5 of \l{GUI Programming with Qt 3}, double buffering
- was presented as a speed optimization and not just as a means
- of reducing flicker.
-
\section2 Data-Aware Forms
The \c QDataTable, \c QDataBrowser, and \c QDataView classes
@@ -354,6 +348,6 @@
\section2 Events
In Qt 3, QCloseEvents were not accepted by default. In Qt 4,
the event handler QWidget::closeEvent() receives QCloseEvents,
- and accepts them by default closing the application. To avoid
- this, please reimplement QWidget::closeEvent().
+ and accepts them by default closing the application. To avoid
+ this, please reimplement QWidget::closeEvent().
*/