summaryrefslogtreecommitdiff
path: root/doc/src/qtquick/qtquick-components.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 10:29:46 +0100
committerLeena Miettinen <riitta-leena.miettinen@digia.com>2013-03-13 11:08:27 +0100
commite3587e8f0d627bce78a403787f40e0a30e3bee1e (patch)
treeac5a8c6f1be07b14727d18b9e03e185169bfb4ac /doc/src/qtquick/qtquick-components.qdoc
parent5ee3a90c153d60b569a057a1eb22d7c26cdda4d0 (diff)
downloadqt-creator-e3587e8f0d627bce78a403787f40e0a30e3bee1e.tar.gz
Doc: switch fixed links from Qt 4.8 to 5.0
Will look into changing automatically created links in another patch. Change-Id: I29b61c5301402c40d9e711762a6b57479088152b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'doc/src/qtquick/qtquick-components.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-components.qdoc16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/qtquick/qtquick-components.qdoc b/doc/src/qtquick/qtquick-components.qdoc
index 34e6eb7a28..2068de9a70 100644
--- a/doc/src/qtquick/qtquick-components.qdoc
+++ b/doc/src/qtquick/qtquick-components.qdoc
@@ -41,34 +41,34 @@
\list
- \li \l{http://qt-project.org/doc/qt-4.8/qml-borderimage.html}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-borderimage.html}
{Border Image}
uses an image as a border or background.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-image.html}{Image}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-image.html}{Image}
adds a bitmap to the scene. You can stretch and tile images.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-item.html}{Item}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-item.html}{Item}
is the most basic of all visual items in QML. Even though it has no
visual appearance, it defines all the properties that are common
across visual items, such as the x and y position, width and height,
anchoring, and key handling.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-rectangle.html}{Rectangle}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-rectangle.html}{Rectangle}
adds a rectangle that is painted with a solid fill color and an
optional border. You can also use the radius property to create
rounded rectangles.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-text.html}{Text}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-text.html}{Text}
adds formatted read-only text.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-textedit.html}{Text Edit}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-textedit.html}{Text Edit}
adds a single line of editable formatted text that can be validated.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-textinput.html}{Text Input}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-textinput.html}{Text Input}
adds a single line of editable plain text that can be validated.
- \li \l{http://qt-project.org/doc/qt-4.8/qml-webview.html}{Web View}
+ \li \l{http://qt-project.org/doc/qt-5.0/qtwebkit/qml-qtwebkit3-webview.html}{Web View}
adds web content to a canvas.
\endlist