aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/imgtag
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2013-12-16 16:02:09 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-19 15:15:24 +0100
commitdabe6288f090072d4d50f894a5f850f6fb8051c1 (patch)
treeb13335f7a44fadef4167b056474382a485e2ef51 /examples/quick/text/imgtag
parent195e371262ca8cf02e20258bc12f0109c652a441 (diff)
Doc: Updated the image URL
The existing HTTP url for logo.png was automatically redirected to an HTTPS url which fails without SSL. So updated the example to use different HTTP url. Also updated another image URL, which is invalid now. Task-number: QTBUG-35557 Change-Id: I793fc5ebda64b21f443da7db9ecda76ae951d5bf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'examples/quick/text/imgtag')
-rw-r--r--examples/quick/text/imgtag/imgtag.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/text/imgtag/imgtag.qml b/examples/quick/text/imgtag/imgtag.qml
index 892933cab0..8cb85ba86d 100644
--- a/examples/quick/text/imgtag/imgtag.qml
+++ b/examples/quick/text/imgtag/imgtag.qml
@@ -78,10 +78,10 @@ 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=\"80\" height=\"76\" align=\"middle\" src=\"http://files.app4mobile.com/wp-content/uploads/2011/08/nokia-n9-price-specification-features-us-europe-india.jpg\">from the internet."
+ text: "Resized image<img width=\"48\" height=\"48\" align=\"middle\" src=\"http://qt-project.org/images/qt13a/Qt-logo.png\">from the internet."
}
TextWithImage {
- text: "Image<img align=\"middle\" src=\"http://qt.gitorious.org/images/sites/qt/logo.png\">from the internet."
+ text: "Image<img align=\"middle\" src=\"http://qt-project.org/images/qt13a/Qt-logo.png\">from the internet."
}
TextWithImage {
height: 120