forked from qt-creator/qt-creator
Adapt documentation URL
Change-Id: I74963a9d4a729450341f4f7a4ae5b3583654ffb8 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
committed by
Sergio Ahumada
parent
5ab7500b64
commit
e84770b794
2
dist/known-issues
vendored
2
dist/known-issues
vendored
@@ -1,6 +1,6 @@
|
|||||||
The Qt Creator Manual lists known issues in Qt Creator:
|
The Qt Creator Manual lists known issues in Qt Creator:
|
||||||
|
|
||||||
http://qt-project.org/doc/qtcreator/creator-known-issues.html
|
http://doc.qt.io/qtcreator/creator-known-issues.html
|
||||||
|
|
||||||
For a complete list of reported issues, see the Qt Bug Tracker:
|
For a complete list of reported issues, see the Qt Bug Tracker:
|
||||||
|
|
||||||
|
@@ -896,7 +896,7 @@
|
|||||||
does not have signals or slots, if it is intended to be used
|
does not have signals or slots, if it is intended to be used
|
||||||
with qobject_cast<>. See also \l{Casting}.
|
with qobject_cast<>. See also \l{Casting}.
|
||||||
\li Normalize the arguments for signals and slots
|
\li Normalize the arguments for signals and slots
|
||||||
(see \l{http://qt-project.org/doc/qt-4.8/qmetaobject.html#normalizedSignature}{QMetaObject::normalizedSignature}
|
(see QMetaObject::normalizedSignature)
|
||||||
inside connect statements
|
inside connect statements
|
||||||
to safely make signal and slot lookup a few cycles faster.
|
to safely make signal and slot lookup a few cycles faster.
|
||||||
You can use $QTDIR/util/normalize to normalize existing code.
|
You can use $QTDIR/util/normalize to normalize existing code.
|
||||||
|
@@ -227,7 +227,7 @@
|
|||||||
for use in \QC, by using the information you gave above.
|
for use in \QC, by using the information you gave above.
|
||||||
|
|
||||||
For more information about qmake, and writing .pro files in general,
|
For more information about qmake, and writing .pro files in general,
|
||||||
see the \l{http://qt-project.org/doc/qt-4.8/qmake-manual.html}{qmake Manual}.
|
see the \l{qmake Manual}.
|
||||||
|
|
||||||
\section1 Plugin Meta Data Template
|
\section1 Plugin Meta Data Template
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@
|
|||||||
\section1 Introduction
|
\section1 Introduction
|
||||||
|
|
||||||
If the functionality provided by template-based
|
If the functionality provided by template-based
|
||||||
\l{http://doc.qt.digia.com/qtcreator-snapshot/creator-project-wizards.html}{custom wizards}
|
\l{http://doc.qt.io/qtcreator/creator-project-wizards.html}{custom wizards}
|
||||||
is not sufficient for your case, you can write wizards in code.
|
is not sufficient for your case, you can write wizards in code.
|
||||||
|
|
||||||
A wizard in Qt Creator is an instance of a class implementing
|
A wizard in Qt Creator is an instance of a class implementing
|
||||||
|
@@ -53,7 +53,7 @@
|
|||||||
to which you can add your own snippets.
|
to which you can add your own snippets.
|
||||||
|
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-completing-code.html#editing-code-snippets}
|
\li \l{http://doc.qt.io/qtcreator/creator-completing-code.html#editing-code-snippets}
|
||||||
{Snippets User Interface}
|
{Snippets User Interface}
|
||||||
\li \l{Snippets} {Adding Snippets Groups}
|
\li \l{Snippets} {Adding Snippets Groups}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
own
|
own
|
||||||
file and project templates by writing XML definition files for them.
|
file and project templates by writing XML definition files for them.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-project-wizards.html}
|
\li \l{http://doc.qt.io/qtcreator/creator-project-wizards.html}
|
||||||
{Adding New Custom Wizards}
|
{Adding New Custom Wizards}
|
||||||
\li \l{User Interface Text Guidelines}
|
\li \l{User Interface Text Guidelines}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
the MIME type definitions in Qt Creator to your specific setup,
|
the MIME type definitions in Qt Creator to your specific setup,
|
||||||
by adding or removing file extensions and specifying magic headers.
|
by adding or removing file extensions and specifying magic headers.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-mime-types.html}
|
\li \l{http://doc.qt.io/qtcreator/creator-mime-types.html}
|
||||||
{Editing MIME Types}
|
{Editing MIME Types}
|
||||||
\li \l{http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html}
|
\li \l{http://standards.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html}
|
||||||
{MIME Type Specification Files}
|
{MIME Type Specification Files}
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
provided by the Kate Editor. You can download highlight definition files
|
provided by the Kate Editor. You can download highlight definition files
|
||||||
for use with Qt Creator and create your own definition files.
|
for use with Qt Creator and create your own definition files.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-editor-options.html#generic-highlighting}
|
\li \l{http://doc.qt.io/qtcreator/creator-editor-options.html#generic-highlighting}
|
||||||
{Generic Highlighting}
|
{Generic Highlighting}
|
||||||
\li \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/}
|
\li \l{http://kate-editor.org/2005/03/24/writing-a-syntax-highlighting-file/}
|
||||||
{Writing a Syntax Highlighting File}
|
{Writing a Syntax Highlighting File}
|
||||||
@@ -162,7 +162,7 @@
|
|||||||
to fill a feature suggestion.
|
to fill a feature suggestion.
|
||||||
The tool descriptions are saved as XML files that you can share.
|
The tool descriptions are saved as XML files that you can share.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-editor-external.html}
|
\li \l{http://doc.qt.io/qtcreator/creator-editor-external.html}
|
||||||
{Using External Tools}
|
{Using External Tools}
|
||||||
\li \l{External Tool Specification Files}
|
\li \l{External Tool Specification Files}
|
||||||
\endlist
|
\endlist
|
||||||
@@ -189,7 +189,7 @@
|
|||||||
If you need a way to configure the tool in Qt Creator, you can add an
|
If you need a way to configure the tool in Qt Creator, you can add an
|
||||||
\uicontrol Options page for it.
|
\uicontrol Options page for it.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-editor-external.html}
|
\li \l{http://doc.qt.io/qtcreator/creator-editor-external.html}
|
||||||
{Using External Tools}
|
{Using External Tools}
|
||||||
\li \l{External Tool Specification Files}
|
\li \l{External Tool Specification Files}
|
||||||
\li \l{Creating Plugins}
|
\li \l{Creating Plugins}
|
||||||
@@ -214,7 +214,7 @@
|
|||||||
the \uicontrol {Issues} output
|
the \uicontrol {Issues} output
|
||||||
pane.
|
pane.
|
||||||
\list
|
\list
|
||||||
\li \l{http://doc.qt.digia.com/qtcreator/creator-task-lists.html}
|
\li \l{http://doc.qt.io/qtcreator/creator-task-lists.html}
|
||||||
{Showing Task List Files in the Issues Pane}
|
{Showing Task List Files in the Issues Pane}
|
||||||
\li \l{Creating Plugins}
|
\li \l{Creating Plugins}
|
||||||
\li \l{Qt Creator Coding Rules}
|
\li \l{Qt Creator Coding Rules}
|
||||||
|
@@ -61,7 +61,7 @@
|
|||||||
\section1 Configuring the Documentation Project
|
\section1 Configuring the Documentation Project
|
||||||
|
|
||||||
\QC documentation is written by using QDoc. For more information about using
|
\QC documentation is written by using QDoc. For more information about using
|
||||||
QDoc, see the \l{http://qt-project.org/doc/qt-5.1/qdoc/qdoc-index.html}
|
QDoc, see the \l{http://doc.qt.io/qt-5/qdoc-index.html}
|
||||||
{QDoc Manual}.
|
{QDoc Manual}.
|
||||||
|
|
||||||
QDoc finds the new topics automatically, when you place them as .qdoc files
|
QDoc finds the new topics automatically, when you place them as .qdoc files
|
||||||
@@ -299,7 +299,7 @@
|
|||||||
on OS X. You can view the HTML files in a browser and the help files in
|
on OS X. You can view the HTML files in a browser and the help files in
|
||||||
the \QC \uicontrol Help mode. For more information about adding the help files to
|
the \QC \uicontrol Help mode. For more information about adding the help files to
|
||||||
\QC, see
|
\QC, see
|
||||||
\l{http://qt-project.org/doc/qtcreator/creator-help.html#adding-external-documentation}
|
\l{http://doc.qt.io/qtcreator/creator-help.html#adding-external-documentation}
|
||||||
{Adding External Documentation}.
|
{Adding External Documentation}.
|
||||||
|
|
||||||
Besides \c docs, you have the following options:
|
Besides \c docs, you have the following options:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
project = "QtCreator"
|
project = "QtCreator"
|
||||||
description = "Qt Creator Manual"
|
description = "Qt Creator Manual"
|
||||||
url = http://qt-project.org/doc/qtcreator
|
url = http://doc.qt.io/qtcreator
|
||||||
|
|
||||||
headerdirs =
|
headerdirs =
|
||||||
sourcedirs = $SRCDIR/src
|
sourcedirs = $SRCDIR/src
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
To use Qbs to build a project, you must create a .qbs file for the project.
|
To use Qbs to build a project, you must create a .qbs file for the project.
|
||||||
You can use \QC to create a C or C++ project that is built with Qbs.
|
You can use \QC to create a C or C++ project that is built with Qbs.
|
||||||
For more information about Qbs, see
|
For more information about Qbs, see
|
||||||
the \l{http://qt-project.org/doc/qbs/index.html}{Qbs Manual}.
|
the \l{http://doc.qt.io/qbs/index.html}{Qbs Manual}.
|
||||||
|
|
||||||
\section1 Building Qbs
|
\section1 Building Qbs
|
||||||
|
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
\li In the \uicontrol Properties field, specify the properties to pass
|
\li In the \uicontrol Properties field, specify the properties to pass
|
||||||
to the project. Use colons (:) to separate keys from values.
|
to the project. Use colons (:) to separate keys from values.
|
||||||
For more information, see
|
For more information, see
|
||||||
\l{http://qt-project.org/doc/qbs/language-introduction.html}
|
\l{http://doc.qt.io/qbs/language-introduction.html}
|
||||||
{Modules} in the Qbs Manual.
|
{Modules} in the Qbs Manual.
|
||||||
|
|
||||||
\li In the \uicontrol Flags field:
|
\li In the \uicontrol Flags field:
|
||||||
|
@@ -114,7 +114,7 @@
|
|||||||
the build step and add a custom build step that specifies another shell
|
the build step and add a custom build step that specifies another shell
|
||||||
command.
|
command.
|
||||||
|
|
||||||
\QC is integrated to \l{http://doc.qt.digia.com/QtQuickCompiler/}
|
\QC is integrated to \l{http://doc.qt.io/QtQuickCompiler/}
|
||||||
{Qt Quick Compiler} (commercial only) that enables you to compile QML source
|
{Qt Quick Compiler} (commercial only) that enables you to compile QML source
|
||||||
code into the final binary. This
|
code into the final binary. This
|
||||||
improves the startup time of the application and eliminates the need to
|
improves the startup time of the application and eliminates the need to
|
||||||
|
@@ -58,7 +58,7 @@
|
|||||||
# with SubItem(d, "data")
|
# with SubItem(d, "data")
|
||||||
# d.putItem("data", value["data"])
|
# d.putItem("data", value["data"])
|
||||||
|
|
||||||
# Check http://qt-project.org/doc/qtcreator-3.2/creator-debugging-helpers.html
|
# Check http://doc.qt.io/qtcreator/creator-debugging-helpers.html
|
||||||
# for more details or look at qttypes.py, stdtypes.py, boosttypes.py
|
# for more details or look at qttypes.py, stdtypes.py, boosttypes.py
|
||||||
# for more complex examples.
|
# for more complex examples.
|
||||||
|
|
||||||
|
@@ -35,6 +35,6 @@ DummyContextObject {
|
|||||||
property variant model: QtObject {
|
property variant model: QtObject {
|
||||||
property string name: "Calculator"
|
property string name: "Calculator"
|
||||||
property string description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
property string description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
||||||
property string imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-calculator-example-small.png"
|
property string imageSource: "http://doc.qt.io/qt-4.8/images/qml-calculator-example-small.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -34,27 +34,27 @@ ListModel {
|
|||||||
ListElement {
|
ListElement {
|
||||||
name: "Calculator with more info on something bla bla on Qt if you know"
|
name: "Calculator with more info on something bla bla on Qt if you know"
|
||||||
description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
description: "his demo shows how to write a simple calculator application in QML and JavaScript."
|
||||||
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-calculator-example-small.png"
|
imageSource: "http://doc.qt.io/qt-4.8/images/qml-calculator-example-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "RSS News Reader"
|
name: "RSS News Reader"
|
||||||
description: "This demo shows how to write a RSS news reader in QML."
|
description: "This demo shows how to write a RSS news reader in QML."
|
||||||
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-rssnews-demo-small.png"
|
imageSource: "http://doc.qt.io/qt-4.8/images/qml-rssnews-demo-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Twitter"
|
name: "Twitter"
|
||||||
description: "This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!"
|
description: "This demo shows how to write a mobile Twitter search client in QML. Use it to see what people think about Qt Quick!"
|
||||||
imageSource: "http://qt-project.org/doc/qt-4.8/images/qml-twitter-demo-small.png"
|
imageSource: "http://doc.qt.io/qt-4.8/images/qml-twitter-demo-small.png"
|
||||||
}
|
}
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Basic Drawing Example"
|
name: "Basic Drawing Example"
|
||||||
description: "The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class."
|
description: "The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class."
|
||||||
imageSource: "http://qt-project.org/doc/qt-4.8/images/basicdrawing-example.png"
|
imageSource: "http://doc.qt.io/qt-4.8/images/basicdrawing-example.png"
|
||||||
}
|
}
|
||||||
|
|
||||||
ListElement {
|
ListElement {
|
||||||
name: "Border Layout Example"
|
name: "Border Layout Example"
|
||||||
description: "The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules."
|
description: "The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules. The Border Layout example shows how to create a custom layout that arranges child widgets according to a simple set of rules."
|
||||||
imageSource: "http://qt-project.org/doc/qt-4.8/images/borderlayout-example.png"
|
imageSource: "http://doc.qt.io/qt-4.8/images/borderlayout-example.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -637,7 +637,7 @@ void HelpPlugin::handleHelpRequest(const QUrl &url, Core::HelpManager::HelpViewe
|
|||||||
|| address.startsWith(QLatin1String("qthelp://com.nokia."))
|
|| address.startsWith(QLatin1String("qthelp://com.nokia."))
|
||||||
|| address.startsWith(QLatin1String("qthelp://com.trolltech."))) {
|
|| address.startsWith(QLatin1String("qthelp://com.trolltech."))) {
|
||||||
// local help not installed, resort to external web help
|
// local help not installed, resort to external web help
|
||||||
QString urlPrefix = QLatin1String("http://qt-project.org/doc/");
|
QString urlPrefix = QLatin1String("http://doc.qt.io/");
|
||||||
if (url.authority() == QLatin1String("org.qt-project.qtcreator"))
|
if (url.authority() == QLatin1String("org.qt-project.qtcreator"))
|
||||||
urlPrefix.append(QString::fromLatin1("qtcreator"));
|
urlPrefix.append(QString::fromLatin1("qtcreator"));
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user