From 020ada12c366e579b92803fd8a82010b8d93d87d Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Fri, 25 Jun 2021 11:29:10 +0200 Subject: PySide6: Update documentation on Qt Designer and resource files Link from typesoffiles.rst to the tutorials and flesh them out a bit. Task-number: PYSIDE-1112 Pick-to: 6.1 Change-Id: I67fccb29d880bd2ba5af8e5dd77a4f6406ea55ad Reviewed-by: Christian Tismer --- sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'sources/pyside6/doc/tutorials/pretutorial') diff --git a/sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst b/sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst index f606c2784..71d38f809 100644 --- a/sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst +++ b/sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst @@ -36,9 +36,9 @@ functionality to your applications. User Interface Definition File ``.ui`` -------------------------------------- -When using Qt Designer, you can create interfaces with the WYSIWYG -form editor, this interface is represented as a widget tree using XML. -Here is an extract of the beginning of a ``.ui`` file: +When using Qt Designer, you can create user interfaces using Qt Widgets with +the WYSIWYG form editor, this interface is represented as a widget tree using +XML. Here is an extract of the beginning of a ``.ui`` file: .. code-block:: xml @@ -64,6 +64,8 @@ The `pyside6-uic` tool generates Python code from these `.ui` files, which you can import from your main files, so it is not necessary for you to include the `.ui` files in your deployed application. +For more details, see :ref:`using_ui_files`. + Resource Collection Files ``.qrc`` ---------------------------------- @@ -84,6 +86,7 @@ The `pyside6-rcc` tool generates Python code from these `.qrc` files, so you are not required to include the listed files in your deployed application. +For more details, see :ref:`using_qrc_files`. Qt Modeling Language File ``.qml`` ---------------------------------- -- cgit v1.2.3