forked from qt-creator/qt-creator
Doc: Use version independent Qt link
or use direct links where possible. Change-Id: I00d559ad53a95caf91c39985bd9fb5ea99f9aed7 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -68,7 +68,8 @@ depends += qtandroidextras\
|
|||||||
qttestlib \
|
qttestlib \
|
||||||
qtuitools \
|
qtuitools \
|
||||||
qtxml \
|
qtxml \
|
||||||
qtlocation
|
qtlocation \
|
||||||
|
qtvirtualkeyboard
|
||||||
|
|
||||||
include(../../config/macros.qdocconf)
|
include(../../config/macros.qdocconf)
|
||||||
include(../../config/qt-cpp-ignore.qdocconf)
|
include(../../config/qt-cpp-ignore.qdocconf)
|
||||||
|
@@ -47,9 +47,9 @@
|
|||||||
|
|
||||||
\row
|
\row
|
||||||
\li View examples of what you can do with Qt
|
\li View examples of what you can do with Qt
|
||||||
\li \l{https://doc.qt.io/qt-5/all-examples.html}{List of Qt Examples}
|
\li \l{https://doc.qt.io/qt/all-examples.html}{List of Qt Examples}
|
||||||
|
|
||||||
\l{https://doc.qt.io/qt-5/qtquick-codesamples.html}
|
\l{https://doc.qt.io/qt/qtquick-codesamples.html}
|
||||||
{List of Qt Quick Examples}
|
{List of Qt Quick Examples}
|
||||||
|
|
||||||
\row
|
\row
|
||||||
|
@@ -52,18 +52,15 @@
|
|||||||
target platforms.
|
target platforms.
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick Application - Scroll} uses the
|
\li \uicontrol {Qt Quick Application - Scroll} uses the
|
||||||
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-scrollview.html}
|
\l{ScrollView} type to implement a scrollable list view
|
||||||
{ScrollView} type to implement a scrollable list view
|
|
||||||
(requires Qt 5.9 or later).
|
(requires Qt 5.9 or later).
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick Application - Stack} uses the
|
\li \uicontrol {Qt Quick Application - Stack} uses the
|
||||||
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-stackview.html}
|
\l{StackView} type to implement a set of pages with a stack-based
|
||||||
{StackView} type to implement a set of pages with a stack-based
|
|
||||||
navigation model (requires Qt 5.7 or later).
|
navigation model (requires Qt 5.7 or later).
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick Application - Swipe} uses the
|
\li \uicontrol {Qt Quick Application - Swipe} uses the
|
||||||
\l{http://doc.qt.io/qt-5/qml-qtquick-controls2-swipeview.html}
|
\l{SwipeView} type to implement a set of pages with a swipe-based
|
||||||
{SwipeWiew} type to implement a set of pages with a swipe-based
|
|
||||||
navigation model (requires Qt 5.7 or later).
|
navigation model (requires Qt 5.7 or later).
|
||||||
|
|
||||||
\endlist
|
\endlist
|
||||||
@@ -138,8 +135,7 @@
|
|||||||
that are used in the QML files.
|
that are used in the QML files.
|
||||||
|
|
||||||
\li Select the \uicontrol {Use Qt Virtual Keyboard} check box to add
|
\li Select the \uicontrol {Use Qt Virtual Keyboard} check box to add
|
||||||
support for \l{http://doc.qt.io/qt-5/qtvirtualkeyboard-index.html}
|
support for \l{Qt Virtual Keyboard} to the application.
|
||||||
{Qt Virtual Keyboard} to the application.
|
|
||||||
|
|
||||||
\note If you have not installed the Qt Virtual Keyboard module when
|
\note If you have not installed the Qt Virtual Keyboard module when
|
||||||
you installed Qt, an error message will appear when you try to open
|
you installed Qt, an error message will appear when you try to open
|
||||||
@@ -236,8 +232,7 @@
|
|||||||
since Qt 5.1).
|
since Qt 5.1).
|
||||||
|
|
||||||
\li Select the \uicontrol {Use Qt Virtual Keyboard} check box to add
|
\li Select the \uicontrol {Use Qt Virtual Keyboard} check box to add
|
||||||
support for \l{http://doc.qt.io/qt-5/qtvirtualkeyboard-index.html}
|
support for \l{Qt Virtual Keyboard} to the application.
|
||||||
{Qt Virtual Keyboard} to the application.
|
|
||||||
|
|
||||||
\note If you have not installed the Qt Virtual Keyboard module when
|
\note If you have not installed the Qt Virtual Keyboard module when
|
||||||
you installed Qt, an error message will appear when you try to open
|
you installed Qt, an error message will appear when you try to open
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
For more information about integrating QML and C++, see
|
For more information about integrating QML and C++, see
|
||||||
\l{https://doc.qt.io/qt-5/qtqml-cppintegration-overview.html}
|
\l{https://doc.qt.io/qt/qtqml-cppintegration-overview.html}
|
||||||
{Overview - QML and C++ Integration}.
|
{Overview - QML and C++ Integration}.
|
||||||
|
|
||||||
You can use a Qt Creator wizard template to create a Qt Quick application
|
You can use a Qt Creator wizard template to create a Qt Quick application
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
The wizard automatically adds the \c QML_IMPORT_PATH option to the project
|
The wizard automatically adds the \c QML_IMPORT_PATH option to the project
|
||||||
file for specifying the required
|
file for specifying the required
|
||||||
\l{https://doc.qt.io/qt-5/qtqml-syntax-imports.html#qml-import-path}
|
\l{https://doc.qt.io/qt/qtqml-syntax-imports.html#qml-import-path}
|
||||||
{QML import path}. The path is only needed if more than one subdirectory
|
{QML import path}. The path is only needed if more than one subdirectory
|
||||||
contains QML files.
|
contains QML files.
|
||||||
|
|
||||||
|
@@ -112,7 +112,7 @@
|
|||||||
In addition, all functions of the \c Math and \c Date objects are supported.
|
In addition, all functions of the \c Math and \c Date objects are supported.
|
||||||
|
|
||||||
For more information, see
|
For more information, see
|
||||||
\l{https://doc.qt.io/qt-5/qtqml-javascript-functionlist.html}
|
\l{https://doc.qt.io/qt/qtqml-javascript-functionlist.html}
|
||||||
{List of JavaScript Objects and Functions}.
|
{List of JavaScript Objects and Functions}.
|
||||||
|
|
||||||
\section2 Qt QML Methods
|
\section2 Qt QML Methods
|
||||||
@@ -159,7 +159,7 @@
|
|||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
For more information about using the methods, see
|
For more information about using the methods, see
|
||||||
\l{https://doc.qt.io/qt-5/qml-qtqml-qt.html}{Qt QML Methods}.
|
\l{https://doc.qt.io/qt/qml-qtqml-qt.html}{Qt QML Methods}.
|
||||||
|
|
||||||
\section1 Using Qt Quick UI Forms
|
\section1 Using Qt Quick UI Forms
|
||||||
|
|
||||||
|
@@ -79,7 +79,7 @@
|
|||||||
that rely on external files, like the generic highlighter. You can still
|
that rely on external files, like the generic highlighter. You can still
|
||||||
add \l{https://doc.qt.io/qtcreator/creator-project-wizards.html}{wizard
|
add \l{https://doc.qt.io/qtcreator/creator-project-wizards.html}{wizard
|
||||||
templates} this way, by adding the
|
templates} this way, by adding the
|
||||||
\l{https://doc.qt.io/qt-5/resources.html#using-resources-in-the-application}
|
\l{https://doc.qt.io/qt/resources.html#using-resources-in-the-application}
|
||||||
{path to the resource directory} into your QRC file with
|
{path to the resource directory} into your QRC file with
|
||||||
ProjectExplorer::JsonWizardFactory::addWizardPath(). Registering
|
ProjectExplorer::JsonWizardFactory::addWizardPath(). Registering
|
||||||
documentation and translations can be done in similar ways.
|
documentation and translations can be done in similar ways.
|
||||||
|
@@ -345,7 +345,7 @@
|
|||||||
You can use number icons in screenshots to highlight parts of the screenshot
|
You can use number icons in screenshots to highlight parts of the screenshot
|
||||||
(instead of using red arrows or borders, or something similar). You can then
|
(instead of using red arrows or borders, or something similar). You can then
|
||||||
refer to the numbers in text. For and example, see the
|
refer to the numbers in text. For and example, see the
|
||||||
\l{http://doc.qt.io/qt-5/topics-app-development.html}{Development Tools}
|
\l{https://doc.qt.io/qt/topics-app-development.html}{Development Tools}
|
||||||
topic in the Qt reference documentation.
|
topic in the Qt reference documentation.
|
||||||
|
|
||||||
This improves the consistency of the look and feel of Qt documentation,
|
This improves the consistency of the look and feel of Qt documentation,
|
||||||
|
Reference in New Issue
Block a user