diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-03-25 08:28:50 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-03-25 09:46:45 +0100 |
| commit | 25c038385c632e68d78fa58356fc35183c101801 (patch) | |
| tree | e6394ec33c7a426a5bb1e23fd462a76f431622a7 /sources/pyside6/doc/extras | |
| parent | 3cba117184c6fa7965c09baeba27868a86ef63cd (diff) | |
Documentation: Rename Qt Designer to Qt Widgets Designer
Use *Qt Widgets Designer* (emphasis/italics) instead of
**Qt Widgets Designer** (bold) consistently.
Also fix pyside-designer.rst (Qt Widget Designer -> Qt Widgets
Designer).
Pick-to: 6.7
Task-number: QTBUG-122253
Change-Id: I573264f5b02c62e4b91cfc0f8b0f38da691defed
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/extras')
7 files changed, 11 insertions, 9 deletions
diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst index 7fe6ecf74..a3e5ef511 100644 --- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst +++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerContainerExtension.rst @@ -3,7 +3,7 @@ QPyDesignerContainerExtension is the base class for implementing `QDesignerContainerExtension class`_ -for a Qt Designer custom widget plugin in Python. +for a *Qt Widgets Designer* custom widget plugin in Python. It provides the required inheritance from **QObject**. .. _QDesignerContainerExtension class: https://doc.qt.io/qt-6/qdesignercontainerextension.html diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst index a202bab40..615ca4eec 100644 --- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst +++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerCustomWidgetCollection.rst @@ -26,7 +26,8 @@ The usage is explained in :ref:`designer_custom_widgets`. .. py:staticmethod:: QPyDesignerCustomWidgetCollection.registerCustomWidget(type[, xml=""[, tool_tip=""[, icon=""[, group=""[container=False]]]]]) - Registers an instance of a Python-implemented QWidget by type with Qt Designer. + Registers an instance of a Python-implemented QWidget by type with + *Qt Widgets Designer*. The optional keyword arguments correspond to the getters of `QDesignerCustomWidgetInterface`_ : @@ -44,7 +45,7 @@ The usage is explained in :ref:`designer_custom_widgets`. Adds a custom widget (implementation of `QDesignerCustomWidgetInterface`_) - with Qt Designer. + with *Qt Widgets Designer*. :param QDesignerCustomWidgetInterface custom_widget: Custom widget instance diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst index 7d0d81d6c..ef2356221 100644 --- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst +++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerMemberSheetExtension.rst @@ -3,7 +3,7 @@ QPyDesignerMemberSheetExtension is the base class for implementing `QDesignerMemberSheetExtension class`_ -for a Qt Designer custom widget plugin in Python. +for a *Qt Widgets Designer* custom widget plugin in Python. It provides the required inheritance from **QObject**. .. _QDesignerMemberSheetExtension class: https://doc.qt.io/qt-6/qdesignermembersheetextension.html diff --git a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst index c8ac4598b..e5e13122d 100644 --- a/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst +++ b/sources/pyside6/doc/extras/QtDesigner.QPyDesignerTaskMenuExtension.rst @@ -3,7 +3,7 @@ QPyDesignerTaskMenuExtension is the base class for implementing `QDesignerTaskMenuExtension class`_ -for a Qt Designer custom widget plugin in Python. +for a *Qt Widgets Designer* custom widget plugin in Python. It provides the required inheritance from **QObject**. .. _QDesignerTaskMenuExtension class: https://doc.qt.io/qt-6/qdesignertaskmenuextension.html diff --git a/sources/pyside6/doc/extras/QtDesigner.rst b/sources/pyside6/doc/extras/QtDesigner.rst index c232128dd..844f25b7b 100644 --- a/sources/pyside6/doc/extras/QtDesigner.rst +++ b/sources/pyside6/doc/extras/QtDesigner.rst @@ -1,5 +1,6 @@ -Provides classes to create your own custom widget plugins for Qt Designer and -classes to access Qt Designer components. +Provides classes to create your own custom widget plugins for +*Qt Widgets Designer* and classes to access *Qt Widgets Designer* +components. In addition, the :class:`QFormBuilder<PySide6.QtDesigner.QFormBuilder>` class provides the possibility of constructing user interfaces from UI files at diff --git a/sources/pyside6/doc/extras/QtUiTools.rst b/sources/pyside6/doc/extras/QtUiTools.rst index c4873b43d..e83aa0357 100644 --- a/sources/pyside6/doc/extras/QtUiTools.rst +++ b/sources/pyside6/doc/extras/QtUiTools.rst @@ -1,4 +1,4 @@ -Qt Designer forms are processed at run-time to produce +*Qt Widgets Designer* forms are processed at run-time to produce dynamically-generated user interfaces. In order to generate a form at run-time, a resource file containing a UI file is needed. diff --git a/sources/pyside6/doc/extras/QtWidgets.rst b/sources/pyside6/doc/extras/QtWidgets.rst index 8c91d3e31..784421aac 100644 --- a/sources/pyside6/doc/extras/QtWidgets.rst +++ b/sources/pyside6/doc/extras/QtWidgets.rst @@ -52,7 +52,7 @@ widget reports its size requirements to the layout through the :meth:`sizePolicy<PySide6.QtWidgets.QWidget.sizePolicy>` properties, and the layout distributes the available space accordingly. -:ref:`Qt Designer<using_ui_files>` is a powerful tool for interactively +:ref:`Qt Widgets Designer<using_ui_files>` is a powerful tool for interactively creating and arranging widgets in layouts. Model/View Classes |
