summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2023-05-15 11:32:16 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-13 16:05:47 +0000
commite2e8912ab7fde7151212f5eea5399961225c2f2a (patch)
tree4ab9dc3aee46e70c18277d8bccdb39b7b923e777 /examples
parent1d5ee5e0641e42197de5d5cadbd2933bc2ab0734 (diff)
Tag some examples with example categories
Most examples are obviously in the "Positioning & Location" category. The mapviewer is a good fit for the "Mobile" category as the layout, UI, and functional integration with positioning makes it particularly useful on mobile platforms. Some examples remain uncategorised on purpose, as they show a very specific subset of the framework. Change-Id: I077b706856f8a480d4d04517e65ddff47a0c56aa Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Kimmo Leppälä <kimmo.leppala@qt.io> Reviewed-by: Safiyyah Moosa <safiyyah.moosa@qt.io> (cherry picked from commit c6e8f83d038758072e2f71639f96e87bbd20dc0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/location/geojson_viewer/doc/src/geojson_viewer.qdoc1
-rw-r--r--examples/location/mapviewer/doc/src/mapviewer.qdoc1
-rw-r--r--examples/location/minimal_map/doc/src/minimal_map.qdoc1
-rw-r--r--examples/location/places/doc/src/places.qdoc2
-rw-r--r--examples/location/planespotter/doc/src/planespotter.qdoc2
5 files changed, 5 insertions, 2 deletions
diff --git a/examples/location/geojson_viewer/doc/src/geojson_viewer.qdoc b/examples/location/geojson_viewer/doc/src/geojson_viewer.qdoc
index 98c7cb93..cba3a1f4 100644
--- a/examples/location/geojson_viewer/doc/src/geojson_viewer.qdoc
+++ b/examples/location/geojson_viewer/doc/src/geojson_viewer.qdoc
@@ -5,6 +5,7 @@
\example geojson_viewer
\title GeoJson Viewer (C++/QML)
\ingroup qtlocation-examples
+ \examplecategory {Positioning & Location}
\brief The GeoJson viewer example demonstrates how to manipulate MapItems, handle user input
and I/O to and from a GeoJson file.
diff --git a/examples/location/mapviewer/doc/src/mapviewer.qdoc b/examples/location/mapviewer/doc/src/mapviewer.qdoc
index eb778bb4..03e5c04f 100644
--- a/examples/location/mapviewer/doc/src/mapviewer.qdoc
+++ b/examples/location/mapviewer/doc/src/mapviewer.qdoc
@@ -5,6 +5,7 @@
\example mapviewer
\title Map Viewer (QML)
\ingroup qtlocation-examples
+ \examplecategory {Mobile}
\brief The Map Viewer example shows how to display and interact with a map,
search for an address, and find driving directions.
diff --git a/examples/location/minimal_map/doc/src/minimal_map.qdoc b/examples/location/minimal_map/doc/src/minimal_map.qdoc
index 533ac79d..63628405 100644
--- a/examples/location/minimal_map/doc/src/minimal_map.qdoc
+++ b/examples/location/minimal_map/doc/src/minimal_map.qdoc
@@ -5,6 +5,7 @@
\example minimal_map
\title Minimal Map (QML)
\ingroup qtlocation-examples
+\examplecategory {Positioning & Location}
\brief The minimum code to display a map using Qt Quick.
\image minimal_map.png
diff --git a/examples/location/places/doc/src/places.qdoc b/examples/location/places/doc/src/places.qdoc
index 9d82cdff..151e1819 100644
--- a/examples/location/places/doc/src/places.qdoc
+++ b/examples/location/places/doc/src/places.qdoc
@@ -5,7 +5,7 @@
\example places
\title Places (QML)
\ingroup qtlocation-examples
-
+ \examplecategory {Positioning & Location}
\brief The Places example demonstrates how to search for Places and access
related content.
diff --git a/examples/location/planespotter/doc/src/planespotter.qdoc b/examples/location/planespotter/doc/src/planespotter.qdoc
index 394ad1d0..53e9b840 100644
--- a/examples/location/planespotter/doc/src/planespotter.qdoc
+++ b/examples/location/planespotter/doc/src/planespotter.qdoc
@@ -5,7 +5,7 @@
\example planespotter
\title Plane Spotter (QML)
\ingroup qtlocation-examples
-
+ \examplecategory {Positioning & Location}
\brief The \c {Plane Spotter} example demonstrates the tight integration of
location and positioning data types into QML.