summaryrefslogtreecommitdiff
path: root/examples/positioning
diff options
context:
space:
mode:
Diffstat (limited to 'examples/positioning')
-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"
+ }
+]