aboutsummaryrefslogtreecommitdiffstats
path: root/examples/widgets/state-machine
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-06-10 22:46:36 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2021-06-12 19:31:17 +0000
commit32222315eb32177d4161ee2e417d9910a07f6039 (patch)
tree41981da131e6adec81854066d060315fd2bce3bd /examples/widgets/state-machine
parent5276f9bf787eadd5a336f5f6eb6bcf19865de198 (diff)
examples: add screenshots to widgets and others
Adding screenshots to: - declarative - multimedia - network - widgets Renaming examples to avoid conflict on images names. Task-number: PYSIDE-841 Pick-to: 6.1 Change-Id: I21f403ee62b45c0cb2a45eca6c5c99f11901610e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/widgets/state-machine')
-rw-r--r--examples/widgets/state-machine/trafficlight/doc/trafficlight.pngbin0 -> 79 bytes
-rw-r--r--examples/widgets/state-machine/trafficlight/doc/trafficlight.rst10
2 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/state-machine/trafficlight/doc/trafficlight.png b/examples/widgets/state-machine/trafficlight/doc/trafficlight.png
new file mode 100644
index 000000000..ec88a8e8b
--- /dev/null
+++ b/examples/widgets/state-machine/trafficlight/doc/trafficlight.png
Binary files differ
diff --git a/examples/widgets/state-machine/trafficlight/doc/trafficlight.rst b/examples/widgets/state-machine/trafficlight/doc/trafficlight.rst
new file mode 100644
index 000000000..57d369465
--- /dev/null
+++ b/examples/widgets/state-machine/trafficlight/doc/trafficlight.rst
@@ -0,0 +1,10 @@
+Traffic Light Example
+=====================
+
+The Traffic Light example shows how to use The State Machine Framework to
+implement the control flow of a traffic light.
+
+
+.. image:: trafficlight.png
+ :width: 400
+ :alt: Traffic Light Screenshot