aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2020-12-11 16:39:15 +0100
committerNico Vertriest <nico.vertriest@qt.io>2020-12-16 07:56:19 +0100
commitb67de9c660509596d6f02c1d5530b1faa327af89 (patch)
treeb821e50ba4d5d863cb496d0536da1f31db7550ae /examples
parent1c438d4c319f5b3f2e41a42d654e3a8fc8c2efeb (diff)
Doc: Fix dead link Qt logo in example
Task-number: QTBUG-80412 Change-Id: Ib97033ec3729a4af2e7404a8ddbb860e574c928d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/text/imgtag/imgtag.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/text/imgtag/imgtag.qml b/examples/quick/text/imgtag/imgtag.qml
index 177008940a..3958fdb380 100644
--- a/examples/quick/text/imgtag/imgtag.qml
+++ b/examples/quick/text/imgtag/imgtag.qml
@@ -89,10 +89,11 @@ Rectangle {
text: "Some hearts<img src=\"images/heart200.png\" width=\"20\" height=\"20\" align=\"bottom\"><img src=\"images/heart200.png\" width=\"30\" height=\"30\" align=\"bottom\"> <img src=\"images/heart200.png\" width=\"40\" height=\"40\"><img src=\"images/heart200.png\" width=\"50\" height=\"50\" align=\"bottom\">with different sizes."
}
TextWithImage {
- text: "Resized image<img width=\"48\" height=\"48\" align=\"middle\" src=\"http://qt-project.org/images/qt13a/Qt-logo.png\">from the internet."
+ text: "Resized image<img width=\"48\" height=\"48\" align=\"middle\" src=\"http://qt-project.org/images/qtdn/doc/qt-logo.png\">from the internet."
+
}
TextWithImage {
- text: "Image<img align=\"middle\" src=\"http://qt-project.org/images/qt13a/Qt-logo.png\">from the internet."
+ text: "Image<img align=\"middle\" src=\"http://qt-project.org/images/qtdn/doc/qt-logo.png\">from the internet."
}
TextWithImage {
height: 120