From fcb72898b2c8f05ee1a5d2e2e192cc3b9afba486 Mon Sep 17 00:00:00 2001 From: Tomi Korpipaa Date: Wed, 25 Jan 2023 10:17:39 +0200 Subject: Fix example naming and categories MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove 2 more irrelevant examples Pick-to: 6.5 Fixes: QTBUG-110463 Change-Id: I9597f311d36fb79db45f6f64fb97bc5376372980 Reviewed-by: Leena Miettinen Reviewed-by: Tomi Korpipää --- .../datavisualization/qmlsurface/doc/src/qmlsurface.qdoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'examples/datavisualization/qmlsurface/doc') diff --git a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc index 044f8ebb..1f338536 100644 --- a/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc +++ b/examples/datavisualization/qmlsurface/doc/src/qmlsurface.qdoc @@ -3,18 +3,20 @@ /*! \example qmlsurface - \title Qt Quick 2 Surface Example - \ingroup qtdatavisualization_examples + \meta tags {DataVisualization, Surface3D, Height Map} + \meta category {Graphics} + \title Surface Graph from Height Data + \ingroup qtdatavisualization_qmlexamples \brief Using Surface3D in a QML application. - The Qt Quick 2 surface example shows how to make a simple 3D surface plot using Surface3D with - Qt Quick 2. + The surface graph example shows how to make a simple 3D surface plot using Surface3D + with QML. \image qmlsurface-example.png The focus in this example is on generating a surface graph from height data, so in this section we skip explaining the application creation. For more detailed QML example documentation, - see \l{Qt Quick 2 Scatter Example}. + see \l{Simple Scatter Graph}. \include examples-run.qdocinc -- cgit v1.2.3