diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-25 11:29:10 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-06-28 17:16:52 +0200 |
| commit | 020ada12c366e579b92803fd8a82010b8d93d87d (patch) | |
| tree | b8c7ac2b977de5cf0bce4923edd1c71d859abe0a /sources/pyside6/doc/tutorials/pretutorial | |
| parent | fc916c509263ac13083a8e00a8afc9d930ed0dd1 (diff) | |
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 <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/tutorials/pretutorial')
| -rw-r--r-- | sources/pyside6/doc/tutorials/pretutorial/typesoffiles.rst | 9 |
1 files changed, 6 insertions, 3 deletions
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`` ---------------------------------- |
