diff options
Diffstat (limited to 'examples/statemachine/rogue/doc/rogue.rst')
| -rw-r--r-- | examples/statemachine/rogue/doc/rogue.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/statemachine/rogue/doc/rogue.rst b/examples/statemachine/rogue/doc/rogue.rst new file mode 100644 index 000000000..e8d203128 --- /dev/null +++ b/examples/statemachine/rogue/doc/rogue.rst @@ -0,0 +1,11 @@ +StateMachine Rogue Example +========================== + +The Rogue example shows how to use the Qt state machine for event handling +It corresponds to the Qt example `Rogue Example +<https://doc.qt.io/qt-5/qtwidgets-statemachine-rogue-example.html>`_. + +.. image:: rogue.png + :align: center + :alt: rogue screenshot + :width: 400 |
