diff options
author | Cristian Maureira-Fredes <[email protected]> | 2021-06-10 15:35:25 +0200 |
---|---|---|
committer | Cristian Maureira-Fredes <[email protected]> | 2021-06-16 15:10:25 +0200 |
commit | 8c8de4b7db40e6c130b74e12cba57b01b58e9dad (patch) | |
tree | c1f553cf114070604092a088690e7229fa742aab /examples/3d | |
parent | 193c66fa14851662e5d43e07a9701c21a5ab0744 (diff) |
examples: add screenshots for 3d, axcontainer, charts
- Add screenshot
- Add one-phrase for each example from doc.qt.io
Pick-to: 6.1
Task-number: PYSIDE-841
Change-Id: I72ee7b34d9ecfd595c7e6301fe1576086bc82203
Reviewed-by: Friedemann Kleint <[email protected]>
Diffstat (limited to 'examples/3d')
-rw-r--r-- | examples/3d/simple3d/doc/simple3d.png | bin | 0 -> 5750 bytes | |||
-rw-r--r-- | examples/3d/simple3d/doc/simple3d.rst | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/examples/3d/simple3d/doc/simple3d.png b/examples/3d/simple3d/doc/simple3d.png Binary files differnew file mode 100644 index 000000000..0eaa51041 --- /dev/null +++ b/examples/3d/simple3d/doc/simple3d.png diff --git a/examples/3d/simple3d/doc/simple3d.rst b/examples/3d/simple3d/doc/simple3d.rst new file mode 100644 index 000000000..e042c691b --- /dev/null +++ b/examples/3d/simple3d/doc/simple3d.rst @@ -0,0 +1,8 @@ +Simple Qt 3D Example +==================== + +A Python application that demonstrates how to render a scene in Qt 3D. + +.. image:: simple3d.png + :width: 400 + :alt: Simple 3D Screenshot |