|
-
+
Drag and Drop |
Drag and drop provides a simple visual
mechanism which users can use to transfer
@@ -2935,7 +2935,7 @@
\quotation
\raw HTML
\endraw
diff --git a/src/tools/qdoc/doc/qdoc-manual-qdocconf.qdoc b/src/tools/qdoc/doc/qdoc-manual-qdocconf.qdoc
index cf1f7b2426..6ca394a586 100644
--- a/src/tools/qdoc/doc/qdoc-manual-qdocconf.qdoc
+++ b/src/tools/qdoc/doc/qdoc-manual-qdocconf.qdoc
@@ -1410,7 +1410,7 @@
\code
project = Qt
description = Qt Reference Documentation
- url = http://qt-project.org/doc/qt-4.8/
+ url = http://doc.qt.io/qt-4.8/
...
\endcode
@@ -1433,7 +1433,7 @@
\code
project = Qt
description = Qt Reference Documentation
- url = http://qt-project.org/doc/qt-4.8/
+ url = http://doc.qt.io/qt-4.8/
...
\endcode
diff --git a/src/tools/qdoc/doc/qdoc-manual-topiccmds.qdoc b/src/tools/qdoc/doc/qdoc-manual-topiccmds.qdoc
index 1d78eff386..fb3e604396 100644
--- a/src/tools/qdoc/doc/qdoc-manual-topiccmds.qdoc
+++ b/src/tools/qdoc/doc/qdoc-manual-topiccmds.qdoc
@@ -393,11 +393,11 @@
Files:
\list
- \li \l{http://qt-project.org/doc/qt-5.0/qtwidgets/widgets-imageviewer-imageviewer-cpp.html}
+ \li \l{http://doc.qt.io/qt-5/qtwidgets-widgets-imageviewer-imageviewer-cpp.html}
{widgets/imageviewer/imageviewer.cpp}
- \li \l{http://qt-project.org/doc/qt-5.0/qtwidgets/widgets-imageviewer-imageviewer-h.html}
+ \li \l{http://doc.qt.io/qt-5/qtwidgets-widgets-imageviewer-imageviewer-h.html}
{widgets/imageviewer/imageviewer.h}
- \li \l{http://qt-project.org/doc/qt-5.0/qtwidgets/widgets-imageviewer-main-cpp.html}
+ \li \l{http://doc.qt.io/qt-5/qtwidgets-widgets-imageviewer-main-cpp.html}
{widgets/imageviewer/main.cpp}
\endlist
@@ -414,7 +414,7 @@
\code
/ *!
- \externalpage http://qt-project.org/doc/
+ \externalpage http://doc.qt.io/
\title Qt Documentation Site
* /
\endcode
@@ -432,7 +432,7 @@
QDoc renders this as:
\quotation
- At the \l {http://qt-project.org/doc/}{Qt Documentation Site}
+ At the \l {http://doc.qt.io/}{Qt Documentation Site}
you can find the latest documentation for Qt, Qt Creator, the Qt SDK
and much more.
\endquotation
@@ -443,7 +443,7 @@
\code
/ *!
- At the \l {http://qt-project.org/doc/}{Qt Documentation Site}
+ At the \l {http://doc.qt.io/}{Qt Documentation Site}
you can find the latest documentation for Qt, Qt Creator, the Qt SDK
and much more.
* /
@@ -543,7 +543,7 @@
|
- QAbstractSocket
+ QAbstractSocket
|
The base functionality common to all socket types
@@ -551,7 +551,7 @@
|
|
- QBuffer
+ QBuffer
|
QIODevice interface for a QByteArray
@@ -559,7 +559,7 @@
|
|
- QClipboard
+ QClipboard
|
Access to the window system clipboard
@@ -635,7 +635,7 @@
Functions
- RandomAccessIterator
- qBinaryFind
+ qBinaryFind
(RandomAccessIterator begin, RandomAccessIterator end,
const T & value)
- ...
@@ -804,7 +804,7 @@
|
- QAbstractSocket
+ QAbstractSocket
|
The base functionality common to all socket types
@@ -1539,7 +1539,7 @@
\quotation
\raw HTML
-
+
QPalette
QStyleOption::palette
diff --git a/src/tools/qdoc/doc/qtgui-qdocconf.qdoc b/src/tools/qdoc/doc/qtgui-qdocconf.qdoc
index 2679b42ef2..f8213271c6 100644
--- a/src/tools/qdoc/doc/qtgui-qdocconf.qdoc
+++ b/src/tools/qdoc/doc/qtgui-qdocconf.qdoc
@@ -43,7 +43,7 @@ every statement in the qdocconf file.
project = QtGui
description = Qt GUI Reference Documentation
- url = http://qt-project.org/doc/qt-$QT_VER/qtgui
+ url = http://doc.qt.io/qt-$QT_VER/qtgui-index.html
version = $QT_VERSION
examplesinstallpath = gui
@@ -125,7 +125,7 @@ name of the index file doesn't adopt the uppercase letters of the project name.
A short description of the project concerned.
\code
- url = http://qt-project.org/doc/qt-$QT_VER/qtgui
+ url = http://doc.qt.io/qt-$QT_VER/qtgui-index.html
\endcode
The \c url variable holds the base url of the project.
| | |