blob: d64db23351d48d4aa52350f233e97a50c939be52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Extension Example
=================
This example demonstrates a PySide6 application that creates a find dialog with
an extendable interface, showcasing how to add and manage additional options
dynamically within a dialog. It demonstrates the analogous Qt example
`Extension Example <https://doc.qt.io/qt-6.2/qtwidgets-dialogs-extension-example.html>`_.
.. image:: extension.png
:width: 400
:alt: extension screenshot
|