diff options
Diffstat (limited to 'examples/uitools/uiloader/doc/uiloader.rst')
-rw-r--r-- | examples/uitools/uiloader/doc/uiloader.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/uitools/uiloader/doc/uiloader.rst b/examples/uitools/uiloader/doc/uiloader.rst new file mode 100644 index 000000000..df02c9b9b --- /dev/null +++ b/examples/uitools/uiloader/doc/uiloader.rst @@ -0,0 +1,7 @@ +UILoader Example +================ + +This example demonstrates how to dynamically load and display a user interface +designed with Qt Designer using PySide6's `QUiLoader`. It shows how to load a +`.ui` file at runtime, allowing for flexible and dynamic UI design and +modification without recompiling the application. |