summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-07-24 15:51:53 +0200
committerKai Koehne <kai.koehne@qt.io>2018-07-25 10:46:56 +0000
commitd6fc6ba0f84c4cda0ccc2e1250da4a68441dd6ba (patch)
tree4c74655f8466e5d80038bf0d5fe34c092bf53d8f /examples
parent515c99188f1419514ad48dfa0787cf8bcfca7c19 (diff)
downloadqtlocation-d6fc6ba0f84c4cda0ccc2e1250da4a68441dd6ba.tar.gz
Document source of icons in weatherinfo example
Task-number: QTBUG-62053 Change-Id: Ia3eadc5594127a5289e37255541d641f6f1ba40a Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/positioning/weatherinfo/doc/src/weatherinfo.qdoc12
-rw-r--r--examples/positioning/weatherinfo/icons/qt_attribution.json28
2 files changed, 40 insertions, 0 deletions
diff --git a/examples/positioning/weatherinfo/doc/src/weatherinfo.qdoc b/examples/positioning/weatherinfo/doc/src/weatherinfo.qdoc
index 4d7a6d3d..089ae9d3 100644
--- a/examples/positioning/weatherinfo/doc/src/weatherinfo.qdoc
+++ b/examples/positioning/weatherinfo/doc/src/weatherinfo.qdoc
@@ -110,4 +110,16 @@
\snippet weatherinfo/weatherinfo.qml 3
\snippet weatherinfo/weatherinfo.qml 4
+ \section1 Files and Attributions
+
+ The example bundles the following images from Third-Party sources:
+
+ \table
+ \row
+ \li \l{weatherinfo-tango-icons}{Tango Icons}
+ \li Public Domain
+ \row
+ \li \l{weatherinfo-tango-weather-pack}{Tango Weather Icon Pack by Darkobra}
+ \li Public Domain
+ \endtable
*/
diff --git a/examples/positioning/weatherinfo/icons/qt_attribution.json b/examples/positioning/weatherinfo/icons/qt_attribution.json
new file mode 100644
index 00000000..525d3c90
--- /dev/null
+++ b/examples/positioning/weatherinfo/icons/qt_attribution.json
@@ -0,0 +1,28 @@
+[
+ {
+ "Id": "weatherinfo-tango-weather-pack",
+ "Name": "Tango Weather Icon Pack by Darkobra",
+ "QDocModule": "qtpositioning",
+ "QtUsage": "Used in the \"Weather Info (C++/QML)\" example",
+ "QtParts": [ "examples" ],
+ "Description": "74 brand spankin' new Tango icons for your viewing pleasure.",
+ "Homepage": "https://www.deviantart.com/darkobra/art/Tango-Weather-Icon-Pack-98024429",
+
+ "License": "Public Domain",
+ "Copyright": "Copyright DarKobra (C Stark)",
+ "Files": "weather-fog.png weather-haze.png weather-icy.png weather-sleet.png weather-sunny.png weather-sunny-very-few-clouds.png weather-sunny-few-clouds.png weather-thunder-shower.png"
+ },
+ {
+ "Id": "weatherinfo-tango-icons",
+ "Name": "Tango Icons",
+ "QDocModule": "qtpositioning",
+ "QtUsage": "Used in the \"Weather Info (C++/QML)\" example",
+ "QtParts": [ "examples" ],
+ "Description": "The Tango Desktop Project exists to help create a consistent graphical user interface experience for free and Open Source software. ",
+ "Homepage": "http://tango.freedesktop.org/Tango_Desktop_Project",
+
+ "License": "Public Domain",
+ "Copyright": "Copyright Tango Project contributors",
+ "Files": "weather-few-clouds.png weather-overcast.png weather-showers.png weather-storm.png weather-snow.png"
+ }
+]