diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-12-11 13:02:23 +0100 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-12-12 13:47:55 +0100 |
| commit | f6069b9330fc01b68296ef4dffd474ed98784ec6 (patch) | |
| tree | d3f504d8070430e9f7dfe68e614cc11729420950 /examples/widgets/effects/lighting/doc/lighting.rst | |
| parent | 31a9db93d3c355d8e6be4d31eacc02b93d41ffd3 (diff) | |
Documentation/Examples: Add missing docs
Some examples did not have any documentation. This patch adds
the respective documentation.
Pick-to: 6.8
Change-Id: I9698752b654c2df29fd3572f6bc66a9df56f9903
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/widgets/effects/lighting/doc/lighting.rst')
| -rw-r--r-- | examples/widgets/effects/lighting/doc/lighting.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/effects/lighting/doc/lighting.rst b/examples/widgets/effects/lighting/doc/lighting.rst new file mode 100644 index 000000000..95adb468c --- /dev/null +++ b/examples/widgets/effects/lighting/doc/lighting.rst @@ -0,0 +1,11 @@ +Lighting Example +================ + +This example demonstrates a PySide6 application that creates a dynamic scene with lighting and +shadow effects using `QGraphicsView` and `QGraphicsScene`. It features animated light sources and +graphical items with drop shadows that respond to the light, showcasing advanced rendering and +animation techniques. + +.. image:: lighting.webp + :width: 400 + :alt: lighting screenshot |
