diff options
Diffstat (limited to 'examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst')
-rw-r--r-- | examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst b/examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst new file mode 100644 index 000000000..f2e6b7e71 --- /dev/null +++ b/examples/widgets/graphicsview/dragdroprobot/doc/dragdroprobot.rst @@ -0,0 +1,12 @@ +Drag and Drop Robot Example +=========================== + +This example demonstrates a PySide6 application where users can drag and drop +color items onto a robot graphic, showcasing interactive drag-and-drop +functionality within a `QGraphicsView`. It demonstrates the analogous Qt example +`Drag and Drop Robot Example +<https://doc.qt.io/qt-6/qtwidgets-graphicsview-dragdroprobot-example.html>`_. + +.. image:: dragdroprobot.png + :width: 400 + :alt: dragdroprobot screenshot |