aboutsummaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/surface_numpy/doc/surface_numpy.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-04-29 14:14:21 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-05-05 16:04:43 +0200
commit1c66ec42d017f61a793e1818ce2d420f93bb932d (patch)
tree4f69ca7d05c5b423ecffe6311d82e69669f31c2c /examples/datavisualization/surface_numpy/doc/surface_numpy.rst
parent3a0c456d4249eb8dda06b9a618f6d45c8422cf8a (diff)
PySide6: Rename the surface_numpy to surface_model_numpy
Task-number: PYSIDE-1880 Pick-to: 6.3 Change-Id: If7b9946578be4e32fc3b52d360b969e91e642ee3 Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'examples/datavisualization/surface_numpy/doc/surface_numpy.rst')
-rw-r--r--examples/datavisualization/surface_numpy/doc/surface_numpy.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/datavisualization/surface_numpy/doc/surface_numpy.rst b/examples/datavisualization/surface_numpy/doc/surface_numpy.rst
deleted file mode 100644
index e08ca00a3..000000000
--- a/examples/datavisualization/surface_numpy/doc/surface_numpy.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-Surface Example
-===============
-
-Using Q3DSurface in a widget application.
-
-The surface example shows how to make a simple 3D surface graph using
-Q3DSurface and combining the use of widgets for adjusting several adjustable
-qualities. This example demonstrates the following features:
-
-* How to set up a QItemModelSurfaceDataProxy with a QAbstractTableModel
- backed by a numpy array.
-* How to use QHeightMapSurfaceDataProxy for showing 3D height maps.
-* Three different selection modes for studying the graph.
-* Axis range usage for displaying selected portions of the graph.
-* Changing theme.
-* How to set a custom surface gradient.
-
-For instructions about how to interact with the graph, see `this page`_.
-
-.. image:: ../../surface/doc/surface_mountain.png
- :width: 400
- :alt: Surface Example Screenshot
-
-.. _`this page`: https://doc.qt.io/qt-6/qtdatavisualization-interacting-with-data.html