diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-03-25 08:47:21 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-03-25 09:46:48 +0100 |
| commit | 780803d88cb3f004df7fbf73cd3732a4cab78e7f (patch) | |
| tree | d23b4a2b04dcac6df6f2ebc01ba44a6d33863fff /sources/pyside6/doc/developer | |
| parent | 25c038385c632e68d78fa58356fc35183c101801 (diff) | |
Documentation: Use single emphasis for Qt tools
Do some minor corrections.
Pick-to: 6.7
Change-Id: If5b3f451a7d4005521bc78bc9683bf7b449d02fc
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/developer')
| -rw-r--r-- | sources/pyside6/doc/developer/adapt_qt.rst | 4 | ||||
| -rw-r--r-- | sources/pyside6/doc/developer/add_module.rst | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sources/pyside6/doc/developer/adapt_qt.rst b/sources/pyside6/doc/developer/adapt_qt.rst index 68e8eab51..aec81fb0f 100644 --- a/sources/pyside6/doc/developer/adapt_qt.rst +++ b/sources/pyside6/doc/developer/adapt_qt.rst @@ -26,9 +26,9 @@ feature checks need to be added to ``CMakeList.txt`` (see for example The process consists of running a build and evaluating the log file. The script `shiboken2tasks.py <https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/scripts/shiboken2tasks.py>`_ -from the Qt Creator repository can be used to convert the shiboken warnings +from the *Qt Creator* repository can be used to convert the shiboken warnings into a `task file <https://doc.qt.io/qtcreator/creator-task-lists.html>`_ -for display in the build issues pane of Qt Creator. +for display in the build issues pane of *Qt Creator*. Warnings about new enumerations will be shown there; they should be added to type system file using a ``since`` attribute. diff --git a/sources/pyside6/doc/developer/add_module.rst b/sources/pyside6/doc/developer/add_module.rst index f75aa5489..2eb962207 100644 --- a/sources/pyside6/doc/developer/add_module.rst +++ b/sources/pyside6/doc/developer/add_module.rst @@ -18,7 +18,7 @@ Add bindings - Add it to ``build_scripts/wheel_files.py`` (plugins, translations). - Copy an existing module to ``sources/pyside6/PySide6/<name>``. - Adapt the ``typesystem.xml`` and ``CMakeList.txt`` (using for example - Qt Creator's case-preserving replace function). + *Qt Creator*'s case-preserving replace function). - Make sure the dependencies are correct. - Find the exported public classes, add them to the ``typesystem.xml`` file, checking whether they are ``value-type`` or ``object-type``. Add their enums @@ -33,8 +33,8 @@ Add bindings typically hidden behind a progress message. - A convenient way of doing this is using ``qt-creator/scripts/shiboken2tasks.py`` from the - `Qt Creator repository <https://code.qt.io/cgit/qt-creator/qt-creator.git>`_ - converting them to a ``.tasks`` file which can be loaded into Qt Creator's + `*Qt Creator* repository <https://code.qt.io/cgit/qt-creator/qt-creator.git>`_ + converting them to a ``.tasks`` file which can be loaded into *Qt Creator*'s issue pane. - Link errors may manifest when ``generate_pyi`` imports the module trying to create signatures. They indicate a missing source file entry |
