diff options
author | Leena Miettinen <[email protected]> | 2012-08-20 12:40:26 +0200 |
---|---|---|
committer | Casper van Donderen <[email protected]> | 2012-08-22 08:56:20 +0200 |
commit | 0d0121b033c15184242b79a800f7502b9424a090 (patch) | |
tree | 168326b3010484f27eb885806f09667ed320ad16 /doc/src/widgets | |
parent | fd7eeb75bfd8047142d3e35f387d1f0824d84bc5 (diff) |
Doc: switch links to point to qt-project.org
Change-Id: I136a28697c0b7aba03227387c5ce2e106c52708a
Reviewed-by: Casper van Donderen <[email protected]>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r-- | doc/src/widgets/qtdesigner-app-tutorial.qdoc | 9 | ||||
-rw-r--r-- | doc/src/widgets/qtdesigner-overview.qdoc | 2 | ||||
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 4 |
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 410c3a0c5d6..5923b4d6ea4 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 6162ec67880..61eff724c70 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 76daff3483d..22ccc20a495 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 |