aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/widgets
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 10:29:46 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 11:08:27 +0100
commite3587e8f0d627bce78a403787f40e0a30e3bee1e (patch)
treeac5a8c6f1be07b14727d18b9e03e185169bfb4ac /doc/src/widgets
parent5ee3a90c153d60b569a057a1eb22d7c26cdda4d0 (diff)
Doc: switch fixed links from Qt 4.8 to 5.0
Will look into changing automatically created links in another patch. Change-Id: I29b61c5301402c40d9e711762a6b57479088152b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r--doc/src/widgets/qtdesigner-app-tutorial.qdoc12
-rw-r--r--doc/src/widgets/qtdesigner-overview.qdoc2
-rw-r--r--doc/src/widgets/qtdesigner-plugins.qdoc4
3 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
index 7d622bee9d..65a58b88a4 100644
--- a/doc/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -31,9 +31,9 @@
\title Creating a Qt Widget Based Application
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://qt-project.org/doc/qt-4.8/uitools-textfinder.html}{Text Finder}
- example. The application user interface is constructed from Qt widgets by
+ Text Finder. It is a simplified version of the Qt UI Tools
+ \l{http://qt-project.org/doc/qt-5.0/qtuitools/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.
\image qtcreator-textfinder-screenshot.png
@@ -198,7 +198,7 @@
\endlist
For more information about designing forms with \QD, see the
- \l{http://qt-project.org/doc/qt-4.8/designer-manual.html}{Qt Designer Manual}.
+ \l{http://qt-project.org/doc/qt-5.0/qtdesigner/qtdesigner-manual.html}{Qt Designer Manual}.
\section2 Completing the Header File
@@ -232,7 +232,7 @@
\li Add code to load a text file using QFile, read it with QTextStream,
and then display it on \c{textEdit} with
- \l{http://qt-project.org/doc/qt-4.8/qtextedit.html#plainText-prop}
+ \l{http://qt-project.org/doc/qt-5.0/qtwidgets/qtextedit.html#plainText-prop}
{setPlainText()}.
This is illustrated by the following code snippet:
@@ -245,7 +245,7 @@
\li For the \c{on_findButton_clicked()} slot, add code to extract the
search string and use the
- \l{http://qt-project.org/doc/qt-4.8/qtextedit.html#find}{find()}
+ \l{http://qt-project.org/doc/qt-5.0/qtwidgets/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 183dd049a7..7ed9eec67b 100644
--- a/doc/src/widgets/qtdesigner-overview.qdoc
+++ b/doc/src/widgets/qtdesigner-overview.qdoc
@@ -36,7 +36,7 @@
\image qtcreator-formedit.png
For more information about \QD, see the
- \l{http://qt-project.org/doc/qt-4.8/designer-manual.html}{Qt Designer Manual}.
+ \l{http://qt-project.org/doc/qt-5.0/qtdesigner/qtdesigner-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 36993ab16f..58b160b6e7 100644
--- a/doc/src/widgets/qtdesigner-plugins.qdoc
+++ b/doc/src/widgets/qtdesigner-plugins.qdoc
@@ -41,7 +41,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://qt-project.org/doc/qt-4.8/designer-using-custom-widgets.html}
+ \l{http://qt-project.org/doc/qt-5.0/qtdesigner/designer-using-custom-widgets.html}
{Using Custom Widgets with Qt Designer}.
\section1 Locating Qt Designer Plugins
@@ -75,7 +75,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 to Mac OS, see
- \l{http://qt-project.org/doc/qt-4.8/deployment-mac.html}
+ \l{http://qt-project.org/doc/qt-5.0/qtdoc/deployment-mac.html}
{Deploying an Application on Mac OS X}.
The following example illustrates how to configure version 5.2.1 of the