diff options
author | Leena Miettinen <[email protected]> | 2013-03-13 10:29:46 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2013-03-13 11:08:27 +0100 |
commit | e3587e8f0d627bce78a403787f40e0a30e3bee1e (patch) | |
tree | ac5a8c6f1be07b14727d18b9e03e185169bfb4ac /doc/src/qtquick/qtquick-components.qdoc | |
parent | 5ee3a90c153d60b569a057a1eb22d7c26cdda4d0 (diff) |
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 <[email protected]>
Diffstat (limited to 'doc/src/qtquick/qtquick-components.qdoc')
-rw-r--r-- | doc/src/qtquick/qtquick-components.qdoc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/src/qtquick/qtquick-components.qdoc b/doc/src/qtquick/qtquick-components.qdoc index 34e6eb7a281..2068de9a701 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 |