aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qtquick/qtquick-toolbars.qdoc
diff options
context:
space:
mode:
authorLeena Miettinen <[email protected]>2013-03-13 10:29:46 +0100
committerLeena Miettinen <[email protected]>2013-03-13 11:08:27 +0100
commite3587e8f0d627bce78a403787f40e0a30e3bee1e (patch)
treeac5a8c6f1be07b14727d18b9e03e185169bfb4ac /doc/src/qtquick/qtquick-toolbars.qdoc
parent5ee3a90c153d60b569a057a1eb22d7c26cdda4d0 (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-toolbars.qdoc')
-rw-r--r--doc/src/qtquick/qtquick-toolbars.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/qtquick/qtquick-toolbars.qdoc b/doc/src/qtquick/qtquick-toolbars.qdoc
index 6b34e646361..3f89bf7f968 100644
--- a/doc/src/qtquick/qtquick-toolbars.qdoc
+++ b/doc/src/qtquick/qtquick-toolbars.qdoc
@@ -48,8 +48,8 @@
\section1 Previewing Images
The Qt Quick Toolbar for images allows you to edit the properties of
- \l{http://qt-project.org/doc/qt-4.8/qml-borderimage.html}{Border Image}
- and \l{http://qt-project.org/doc/qt-4.8/qml-image.html}{Image} components.
+ \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-borderimage.html}{Border Image}
+ and \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-image.html}{Image} components.
You can scale and tile the images, replace them with other images,
preview them, and change the image margins.
@@ -63,7 +63,7 @@
\section1 Formatting Text
The Qt Quick Toolbar for text allows you to edit the properties of
- \l{http://qt-project.org/doc/qt-4.8/qml-text.html}{Text} components.
+ \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-text.html}{Text} components.
You can change the font family and size as well as text formatting, style,
alignment, and color.
@@ -79,7 +79,7 @@
\section1 Previewing Animation
The Qt Quick Toolbar for animation allows you to edit the properties of
- \l{http://qt-project.org/doc/qt-4.8/qml-propertyanimation.html}
+ \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-propertyanimation.html}
{PropertyAnimation} components and the components that inherit it. You can
change the easing curve type and duration. For some curves, you can also
specify amplitude, period, and overshoot values.
@@ -91,7 +91,7 @@
\section1 Editing Rectangles
The Qt Quick Toolbar for rectangles allows you to edit the properties of
- \l{http://qt-project.org/doc/qt-4.8/qml-rectangle.html}{Rectangle}
+ \l{http://qt-project.org/doc/qt-5.0/qtquick/qml-qtquick2-rectangle.html}{Rectangle}
components. You can change the fill and border colors and add
gradients.