aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/widgets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>2012-08-20 12:40:26 +0200
committerCasper van Donderen <casper.vandonderen@nokia.com>2012-08-22 08:56:20 +0200
commit0d0121b033c15184242b79a800f7502b9424a090 (patch)
tree168326b3010484f27eb885806f09667ed320ad16 /doc/src/widgets
parentfd7eeb75bfd8047142d3e35f387d1f0824d84bc5 (diff)
Doc: switch links to point to qt-project.org
Change-Id: I136a28697c0b7aba03227387c5ce2e106c52708a Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r--doc/src/widgets/qtdesigner-app-tutorial.qdoc9
-rw-r--r--doc/src/widgets/qtdesigner-overview.qdoc2
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc4
3 files changed, 8 insertions, 7 deletions
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
index 410c3a0c5d..5923b4d6ea 100644
--- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -33,7 +33,7 @@
This tutorial describes how to use \QC to create a small Qt application,
Text Finder. It is a simplified version of the QtUiTools
- \l{http://doc.qt.nokia.com/4.7/uitools-textfinder.html}{Text Finder}
+ \l{http://qt-project.org/doc/qt-4.8/uitools-textfinder.html}{Text Finder}
example. The application user interface is constructed from Qt widgets by
using \QD. The application logic is written in C++ by using the code editor.
@@ -197,7 +197,7 @@
\endlist
For more information about designing forms with \QD, see the
- \l{http://doc.qt.nokia.com/4.7/designer-manual.html}{Qt Designer Manual}.
+ \l{http://qt-project.org/doc/qt-4.8/designer-manual.html}{Qt Designer Manual}.
\section2 Completing the Header File
@@ -231,7 +231,7 @@
\o Add code to load a text file using QFile, read it with QTextStream,
and then display it on \c{textEdit} with
- \l{http://doc.qt.nokia.com/4.7/qtextedit.html#plainText-prop}
+ \l{http://qt-project.org/doc/qt-4.8/qtextedit.html#plainText-prop}
{setPlainText()}.
This is illustrated by the following code snippet:
@@ -244,7 +244,8 @@
\o For the \c{on_findButton_clicked()} slot, add code to extract the
search string and use the
- \l{http://doc.qt.nokia.com/4.7/qtextedit.html#find}{find()} function
+ \l{http://qt-project.org/doc/qt-4.8/qtextedit.html#find}{find()}
+ function
to look for the search string within the text file. This is
illustrated by the following code snippet:
diff --git a/doc/src/widgets/qtdesigner-overview.qdoc b/doc/src/widgets/qtdesigner-overview.qdoc
index 6162ec6788..61eff724c7 100644
--- a/doc/src/widgets/qtdesigner-overview.qdoc
+++ b/doc/src/widgets/qtdesigner-overview.qdoc
@@ -37,7 +37,7 @@
\image qtcreator-formedit.png
For more information about \QD, see the
- \l{http://doc.qt.nokia.com/4.7/designer-manual.html}{Qt Designer Manual}.
+ \l{http://qt-project.org/doc/qt-4.8/designer-manual.html}{Qt Designer Manual}.
Generally, the integrated \QD contains the same functions as the standalone
\QD. The following sections describe the differences.
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc
index 76daff3483..22ccc20a49 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -42,7 +42,7 @@
and to change the default plugin path, see \l{How to Create Qt Plugins}.
For more information about how to create plugins for \QD, see
- \l{http://doc.qt.nokia.com/4.7/designer-using-custom-widgets.html}
+ \l{http://qt-project.org/doc/qt-4.8/designer-using-custom-widgets.html}
{Creating and Using Components for Qt Designer}.
\section1 Locating Qt Designer Plugins
@@ -76,7 +76,7 @@
\QC uses its own set of Qt Libraries located in the bundle, and therefore,
you need to configure the \QD plugins that you want to use with \QC.
Fore more information about how to deploy applications on Mac OS, see
- \l{http://doc.qt.nokia.com/4.7/deployment-mac.html}
+ \l{http://qt-project.org/doc/qt-4.8/deployment-mac.html}
{Deploying an Application on Mac OS X}.
The following example illustrates how to configure version 5.2.1 of the