Doc: Update obsolete URLs to external documentation
Change-Id: I199de83971701c14e903e712fcdcd29aaff95c6d Task-number: QTBUG-48420 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
This commit is contained in:
parent
549eada0ab
commit
fbf3daef38
@ -41,11 +41,11 @@
|
|||||||
\title Qt Licensing Overview
|
\title Qt Licensing Overview
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage http://doc.qt.digia.com/qq/
|
\externalpage http://doc.qt.io/archives/qq/
|
||||||
\title Qt Quarterly
|
\title Qt Quarterly
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage http://doc.qt.digia.com/qq/qq19-plurals.html
|
\externalpage http://doc.qt.io/archives/qq/qq19-plurals.html
|
||||||
\title Qt Quarterly: Plural Form in Translation
|
\title Qt Quarterly: Plural Form in Translation
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
@ -62,11 +62,11 @@
|
|||||||
\title Qt Coding Style
|
\title Qt Coding Style
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage http://doc.qt.digia.com/qt-eclipse-1.6/index.html
|
\externalpage http://doc.qt.io/archives/qt-eclipse-1.6/index.html
|
||||||
\title Eclipse Plugin
|
\title Eclipse Plugin
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage http://doc.qt.digia.com/qq/qq11-events.html
|
\externalpage http://doc.qt.io/archives/qq/qq11-events.html
|
||||||
\title Qt Quarterly: Another Look at Events
|
\title Qt Quarterly: Another Look at Events
|
||||||
*/
|
*/
|
||||||
/*!
|
/*!
|
||||||
|
@ -192,6 +192,6 @@
|
|||||||
fetched with QTextBlock::userData(). Matching parentheses can be
|
fetched with QTextBlock::userData(). Matching parentheses can be
|
||||||
highlighted with an extra selection. The "Matching Parentheses
|
highlighted with an extra selection. The "Matching Parentheses
|
||||||
with QSyntaxHighlighter" article in Qt Quarterly 31 implements
|
with QSyntaxHighlighter" article in Qt Quarterly 31 implements
|
||||||
this. You find it here: \l{http://doc.qt.digia.com/qq/}.
|
this. You find it here: \l{http://doc.qt.io/archives/qq/}.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -248,7 +248,7 @@
|
|||||||
It is possible to implement parenthesis matching with
|
It is possible to implement parenthesis matching with
|
||||||
QSyntaxHighlighter. The "Matching Parentheses with
|
QSyntaxHighlighter. The "Matching Parentheses with
|
||||||
QSyntaxHighlighter" article in Qt Quarterly 31
|
QSyntaxHighlighter" article in Qt Quarterly 31
|
||||||
(\l{http://doc.qt.digia.com/qq/}) implements this. We also have
|
(\l{http://doc.qt.io/archives/qq/}) implements this. We also have
|
||||||
the \l{Code Editor Example}, which shows how to implement line
|
the \l{Code Editor Example}, which shows how to implement line
|
||||||
numbers and how to highlight the current line.
|
numbers and how to highlight the current line.
|
||||||
|
|
||||||
|
@ -67,7 +67,7 @@ void MainWindow::on_aboutAction_triggered()
|
|||||||
{
|
{
|
||||||
QMessageBox::about(this, tr("About Style sheet"),
|
QMessageBox::about(this, tr("About Style sheet"),
|
||||||
tr("The <b>Style Sheet</b> example shows how widgets can be styled "
|
tr("The <b>Style Sheet</b> example shows how widgets can be styled "
|
||||||
"using <a href=\"http://doc.qt.digia.com/4.5/stylesheet.html\">Qt "
|
"using <a href=\"http://doc.qt.io/qt-5/stylesheet.html\">Qt "
|
||||||
"Style Sheets</a>. Click <b>File|Edit Style Sheet</b> to pop up the "
|
"Style Sheets</a>. Click <b>File|Edit Style Sheet</b> to pop up the "
|
||||||
"style editor, and either choose an existing style sheet or design "
|
"style editor, and either choose an existing style sheet or design "
|
||||||
"your own."));
|
"your own."));
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
event delivery mechanisms are flexible. The documentation for
|
event delivery mechanisms are flexible. The documentation for
|
||||||
QCoreApplication::notify() concisely tells the whole story; the
|
QCoreApplication::notify() concisely tells the whole story; the
|
||||||
\e{Qt Quarterly} article
|
\e{Qt Quarterly} article
|
||||||
\l{http://doc.qt.digia.com/qq/qq11-events.html}{Another Look at Events}
|
\l{http://doc.qt.io/archives/qq/qq11-events.html}{Another Look at Events}
|
||||||
rehashes it less concisely. Here we will explain enough for 95%
|
rehashes it less concisely. Here we will explain enough for 95%
|
||||||
of applications.
|
of applications.
|
||||||
|
|
||||||
|
@ -2715,7 +2715,7 @@
|
|||||||
"\l{http://bugreports.qt.io/browse/QTWEBSITE-13}{http://bugreports.qt.../QTWEBSITE-13/}"),
|
"\l{http://bugreports.qt.io/browse/QTWEBSITE-13}{http://bugreports.qt.../QTWEBSITE-13/}"),
|
||||||
whereas Qt::ElideRight is appropriate
|
whereas Qt::ElideRight is appropriate
|
||||||
for other strings (e.g.,
|
for other strings (e.g.,
|
||||||
"\l{http://doc.qt.digia.com/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
|
"\l{http://doc.qt.io/archives/qq/qq09-mac-deployment.html}{Deploying Applications on Ma...}").
|
||||||
|
|
||||||
\sa QAbstractItemView::textElideMode, QFontMetrics::elidedText(), AlignmentFlag, QTabBar::elideMode
|
\sa QAbstractItemView::textElideMode, QFontMetrics::elidedText(), AlignmentFlag, QTabBar::elideMode
|
||||||
*/
|
*/
|
||||||
|
@ -73,7 +73,7 @@ QT_BEGIN_NAMESPACE
|
|||||||
memory.
|
memory.
|
||||||
|
|
||||||
The \e{Qt Quarterly} article
|
The \e{Qt Quarterly} article
|
||||||
\l{http://doc.qt.digia.com/qq/qq12-qpixmapcache.html}{Optimizing
|
\l{http://doc.qt.io/archives/qq/qq12-qpixmapcache.html}{Optimizing
|
||||||
with QPixmapCache} explains how to use QPixmapCache to speed up
|
with QPixmapCache} explains how to use QPixmapCache to speed up
|
||||||
applications by caching the results of painting.
|
applications by caching the results of painting.
|
||||||
|
|
||||||
|
@ -269,7 +269,7 @@
|
|||||||
library.} It is provided to keep old source code
|
library.} It is provided to keep old source code
|
||||||
working. We strongly advise against using it in new
|
working. We strongly advise against using it in new
|
||||||
code. See the \l
|
code. See the \l
|
||||||
{http://doc.qt.digia.com/4.0/porting4.html} {Porting
|
{http://doc.qt.io/qt-4.8/porting4.html} {Porting
|
||||||
Guide} for more information.
|
Guide} for more information.
|
||||||
\endquotation
|
\endquotation
|
||||||
|
|
||||||
|
@ -1392,8 +1392,8 @@
|
|||||||
\endcode
|
\endcode
|
||||||
|
|
||||||
The complete variable entry in \l qtgui.qdocconf provides the
|
The complete variable entry in \l qtgui.qdocconf provides the
|
||||||
standard header of the \l {http://doc.qt.digia.com/}
|
standard header of the \l {http://doc.qt.io/qt-5/qtgui-index.html}
|
||||||
{Qt Reference Documentation}.
|
{Qt GUI Documentation}.
|
||||||
|
|
||||||
\target HTML.style-variable
|
\target HTML.style-variable
|
||||||
\section1 HTML.style
|
\section1 HTML.style
|
||||||
@ -1521,7 +1521,7 @@
|
|||||||
|
|
||||||
This makes sure that whenever \c qt.index is used to generate
|
This makes sure that whenever \c qt.index is used to generate
|
||||||
references to for example Qt classes, the base URL is \c
|
references to for example Qt classes, the base URL is \c
|
||||||
http://doc.qt.digia.com/4.7.
|
http://doc.qt.io/qt-4.8/.
|
||||||
|
|
||||||
See also \l indexes.
|
See also \l indexes.
|
||||||
|
|
||||||
|
@ -812,7 +812,7 @@
|
|||||||
|
|
||||||
<tr valign="top" bgcolor="#d0d0d0">
|
<tr valign="top" bgcolor="#d0d0d0">
|
||||||
<td><b>
|
<td><b>
|
||||||
<a href="http://doc.qt.digia.com/4.0/qftp.html">QFtp</a>
|
<a href="http://doc.qt.io/archives/qt-4.7/qftp.html">QFtp</a>
|
||||||
</b></td>
|
</b></td>
|
||||||
<td>
|
<td>
|
||||||
Implementation of the FTP protocol
|
Implementation of the FTP protocol
|
||||||
@ -885,7 +885,7 @@
|
|||||||
<pre>#include <Qt></pre>
|
<pre>#include <Qt></pre>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://doc.qt.digia.com/4.0/qt-qt3.html">
|
<a href="http://doc.qt.io/archives/qt-4.7/qt-qt3.html">
|
||||||
Qt 3 support members</a></li>
|
Qt 3 support members</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
@ -893,7 +893,7 @@
|
|||||||
<h3>Types</h3>
|
<h3>Types</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>flags
|
<li>flags
|
||||||
<a href="http://doc.qt.digia.com/4.0/qt.html#AlignmentFlag-enum">Alignment</a></b></li>
|
<a href="http://doc.qt.io/archives/qt-4.7/qt.html#AlignmentFlag-enum">Alignment</a></b></li>
|
||||||
<li>...</li></ul>
|
<li>...</li></ul>
|
||||||
<hr />
|
<hr />
|
||||||
\endraw
|
\endraw
|
||||||
|
@ -3662,7 +3662,7 @@ bool QWizardPage::validatePage()
|
|||||||
from the rest of your implementation, whenever the value of isComplete()
|
from the rest of your implementation, whenever the value of isComplete()
|
||||||
changes. This ensures that QWizard updates the enabled or disabled state of
|
changes. This ensures that QWizard updates the enabled or disabled state of
|
||||||
its buttons. An example of the reimplementation is
|
its buttons. An example of the reimplementation is
|
||||||
available \l{http://doc.qt.digia.com/qq/qq22-qwizard.html#validatebeforeitstoolate}
|
available \l{http://doc.qt.io/archives/qq/qq22-qwizard.html#validatebeforeitstoolate}
|
||||||
{here}.
|
{here}.
|
||||||
|
|
||||||
\sa completeChanged(), isFinalPage()
|
\sa completeChanged(), isFinalPage()
|
||||||
|
@ -249,7 +249,7 @@
|
|||||||
|
|
||||||
For further guidance when implementing these functions, see the
|
For further guidance when implementing these functions, see the
|
||||||
\e{Qt Quarterly} article
|
\e{Qt Quarterly} article
|
||||||
\l{http://doc.qt.digia.com/qq/qq04-height-for-width.html}
|
\l{http://doc.qt.io/archives/qq/qq04-height-for-width.html}
|
||||||
{Trading Height for Width}.
|
{Trading Height for Width}.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user