From 5ace78c9ded935ef59c605a7e19f43603fb62cee Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 14 Feb 2024 21:18:27 +0100 Subject: Qt Designer: Use \QD macro in documentation Task-number: QTBUG-122253 Change-Id: I108e94cf3e0097383de379dbf6f5d42561b55201 Reviewed-by: Leena Miettinen (cherry picked from commit 0e63b935c978d5098fc34ef36ed86fe9cfbaf276) Reviewed-by: Qt Cherry-pick Bot --- examples/designer/doc/src/calculatorform_mi.qdoc | 2 +- examples/designer/doc/src/containerextension.qdoc | 8 ++++---- examples/designer/doc/src/customwidgetplugin.qdoc | 2 +- examples/designer/doc/src/taskmenuextension.qdoc | 12 ++++++------ src/designer/src/designer/doc/src/designer-examples.qdoc | 10 +++++----- src/designer/src/designer/doc/src/qtdesigner-index.qdoc | 6 +++--- src/designer/src/designer/doc/src/qtdesigner-module.qdoc | 2 +- src/designer/src/lib/extension/default_extensionfactory.cpp | 6 +++--- src/designer/src/lib/extension/extension.cpp | 4 ++-- src/designer/src/lib/extension/qextensionmanager.cpp | 2 +- src/designer/src/lib/sdk/abstractactioneditor.cpp | 2 +- src/designer/src/lib/sdk/abstractformeditorplugin.cpp | 2 +- src/designer/src/lib/sdk/abstractformwindow.cpp | 2 +- src/designer/src/lib/sdk/abstractformwindowmanager.cpp | 6 +++--- src/designer/src/lib/sdk/abstractmetadatabase.cpp | 2 +- src/designer/src/lib/sdk/abstractobjectinspector.cpp | 2 +- src/designer/src/lib/sdk/abstractwidgetbox.cpp | 6 +++--- src/designer/src/lib/sdk/abstractwidgetdatabase.cpp | 4 ++-- src/designer/src/lib/sdk/abstractwidgetfactory.cpp | 2 +- src/designer/src/lib/sdk/container.qdoc | 2 +- src/designer/src/lib/sdk/dynamicpropertysheet.qdoc | 2 +- src/designer/src/lib/sdk/membersheet.qdoc | 2 +- src/designer/src/lib/sdk/taskmenu.qdoc | 2 +- src/designer/src/lib/uilib/abstractformbuilder.cpp | 2 +- src/qdoc/qdoc/doc/qdoc-manual-contextcmds.qdoc | 4 ++-- src/uiplugin/customwidget.qdoc | 2 +- src/uitools/doc/src/qtuitools-examples.qdoc | 2 +- src/uitools/doc/src/qtuitools-index.qdoc | 4 ++-- src/uitools/doc/src/qtuitools-module.qdoc | 2 +- 29 files changed, 53 insertions(+), 53 deletions(-) diff --git a/examples/designer/doc/src/calculatorform_mi.qdoc b/examples/designer/doc/src/calculatorform_mi.qdoc index dec06df61..26e0d3648 100644 --- a/examples/designer/doc/src/calculatorform_mi.qdoc +++ b/examples/designer/doc/src/calculatorform_mi.qdoc @@ -8,7 +8,7 @@ \ingroup examples-designer \title Calculator Form/Multiple Inheritance - \brief Using a form created with Qt Designer in an application. + \brief Using a form created with \QD in an application. The Multiple Inheritance Example shows how to use a form created with \l{Qt Designer} in an application by subclassing both QWidget and the user diff --git a/examples/designer/doc/src/containerextension.qdoc b/examples/designer/doc/src/containerextension.qdoc index 18ff77113..16765a5f4 100644 --- a/examples/designer/doc/src/containerextension.qdoc +++ b/examples/designer/doc/src/containerextension.qdoc @@ -31,11 +31,11 @@ \list \li QDesignerMemberSheetExtension provides an extension that allows you to manipulate a widget's member functions which is displayed - when configuring connections using Qt Designer's mode for editing + when configuring connections using \QD's mode for editing signals and slots. \li QDesignerPropertySheetExtension provides an extension that allows you to manipulate a widget's properties which is displayed - in Qt Designer's property editor. + in \QD's property editor. \li QDesignerTaskMenuExtension provides an extension that allows you to add custom menu entries to \QD's task menu. \li QDesignerContainerExtension provides an extension that allows @@ -216,7 +216,7 @@ Once we have the widget we can update the property editor. \QD uses the QDesignerPropertySheetExtension class to feed its property editor, and whenever a widget is selected in its - workspace, Qt Designer will query for the widget's property sheet + workspace, \QD will query for the widget's property sheet extension and update the property editor. So what we want to achieve is to notify \QD that our widget's \e @@ -224,7 +224,7 @@ QDesignerFormWindowInterface::findFormWindow() function to retrieve the QDesignerFormWindowInterface object containing the widget. The QDesignerFormWindowInterface class allows you to query - and manipulate form windows appearing in Qt Designer's + and manipulate form windows appearing in \QD's workspace. Then, all we have to do is to emit its \l {QDesignerFormWindowInterface::emitSelectionChanged()}{emitSelectionChanged()} signal, forcing an update of the property editor. diff --git a/examples/designer/doc/src/customwidgetplugin.qdoc b/examples/designer/doc/src/customwidgetplugin.qdoc index 72d84d8c7..66a725ff9 100644 --- a/examples/designer/doc/src/customwidgetplugin.qdoc +++ b/examples/designer/doc/src/customwidgetplugin.qdoc @@ -8,7 +8,7 @@ \ingroup examples-designer \title Custom Widget Plugin - \brief Creating a custom widget plugin for Qt Designer. + \brief Creating a custom widget plugin for \QD. \image customwidgetplugin-example.webp diff --git a/examples/designer/doc/src/taskmenuextension.qdoc b/examples/designer/doc/src/taskmenuextension.qdoc index 9807c02ef..3c77fd11d 100644 --- a/examples/designer/doc/src/taskmenuextension.qdoc +++ b/examples/designer/doc/src/taskmenuextension.qdoc @@ -35,11 +35,11 @@ in \QD. \li QDesignerMemberSheetExtension provides an extension that allows you to manipulate a widget's member functions which is displayed - when configuring connections using Qt Designer's mode for editing + when configuring connections using \QD's mode for editing signals and slots. \li QDesignerPropertySheetExtension provides an extension that allows you to manipulate a widget's properties which is displayed - in Qt Designer's property editor. + in \QD's property editor. \li QDesignerTaskMenuExtension provides an extension that allows you to add custom menu entries to \QD's task menu. \endlist @@ -173,7 +173,7 @@ The \c initialize() function takes a QDesignerFormEditorInterface object as argument. The QDesignerFormEditorInterface class - provides access to Qt Designer's components. + provides access to \QD's components. In \QD you can create two kinds of plugins: custom widget plugins and tool plugins. QDesignerFormEditorInterface provides access to @@ -225,7 +225,7 @@ We omit to reimplement the QDesignerCustomWidgetInterface::domXml() function (which include default settings for the widget in the standard XML format used by - Qt Designer), since no default values are necessary. + \QD), since no default values are necessary. \snippet taskmenuextension/tictactoeplugin.h 1 @@ -374,8 +374,8 @@ QDesignerFormWindowInterface provides you with information about the associated form window as well as allowing you to alter its properties. The interface is not intended to be instantiated - directly, but to provide access to Qt Designer's current form - windows controlled by Qt Designer's form window manager. + directly, but to provide access to \QD's current form + windows controlled by \QD's form window manager. If you are looking for the form window containing a specific widget, you can use the static diff --git a/src/designer/src/designer/doc/src/designer-examples.qdoc b/src/designer/src/designer/doc/src/designer-examples.qdoc index e362b9674..733492357 100644 --- a/src/designer/src/designer/doc/src/designer-examples.qdoc +++ b/src/designer/src/designer/doc/src/designer-examples.qdoc @@ -5,14 +5,14 @@ \group examples-designer \ingroup all-examples \title Qt Designer Examples - \brief Using Qt Designer to build your UI. + \brief Using \QD to build your UI. - Qt Designer is a capable graphical user interface designer that lets you + \QD is a capable graphical user interface designer that lets you create and configure forms without writing code. GUIs created with - Qt Designer can be compiled into an application or created at run-time. + \QD can be compiled into an application or created at run-time. - The following examples illustrate how to create and use Qt Designer forms - and how to create Qt Designer custom widget plugins. + The following examples illustrate how to create and use \QD forms + and how to create \QD custom widget plugins. */ /* diff --git a/src/designer/src/designer/doc/src/qtdesigner-index.qdoc b/src/designer/src/designer/doc/src/qtdesigner-index.qdoc index c509d266e..3dc250e12 100644 --- a/src/designer/src/designer/doc/src/qtdesigner-index.qdoc +++ b/src/designer/src/designer/doc/src/qtdesigner-index.qdoc @@ -6,12 +6,12 @@ \title Qt Designer \brief Provides classes to create your own custom widget plugins for - Qt Designer and classes to access Qt Designer components. + \QD and classes to access \QD components. In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time. - \note This documentation covers the tool \e {Qt Designer} and classes + \note This documentation covers the tool \QD and classes related to building graphical user interfaces for Qt Widgets. \l {Qt Design Studio Manual}{Qt Design Studio} is a UI composition tool that covers all steps of UI design and implementation for Qt Quick user @@ -34,7 +34,7 @@ \section1 Articles and Guides - These articles contain information about Qt Designer. + These articles contain information about \QD. \list \li \l{Creating and Using Components for Qt Designer} - Creating and using diff --git a/src/designer/src/designer/doc/src/qtdesigner-module.qdoc b/src/designer/src/designer/doc/src/qtdesigner-module.qdoc index 838bd9db4..f0ebaf8eb 100644 --- a/src/designer/src/designer/doc/src/qtdesigner-module.qdoc +++ b/src/designer/src/designer/doc/src/qtdesigner-module.qdoc @@ -9,7 +9,7 @@ \qtvariable designer \brief Provides classes to create your own custom widget plugins for - Qt Designer and classes to access Qt Designer components. + \QD and classes to access \QD components. In addition, the QFormBuilder class provides the possibility of constructing user interfaces from UI files at run-time. diff --git a/src/designer/src/lib/extension/default_extensionfactory.cpp b/src/designer/src/lib/extension/default_extensionfactory.cpp index c7193c2f3..87a8d1520 100644 --- a/src/designer/src/lib/extension/default_extensionfactory.cpp +++ b/src/designer/src/lib/extension/default_extensionfactory.cpp @@ -24,7 +24,7 @@ QT_BEGIN_NAMESPACE {QExtensionManager}{extension manager}. The QExtensionManager class provides extension management - facilities for Qt Designer. When an extension is required, Qt + facilities for \QD. When an extension is required, Qt Designer's \l {QExtensionManager}{extension manager} will run through all its registered factories calling QExtensionFactory::createExtension() for each until the first one @@ -32,7 +32,7 @@ QT_BEGIN_NAMESPACE object, is found. This factory will then make an instance of the extension. - There are four available types of extensions in Qt Designer: + There are four available types of extensions in \QD: QDesignerContainerExtension , QDesignerMemberSheetExtension, QDesignerPropertySheetExtension and QDesignerTaskMenuExtension. Qt Designer's behavior is the same whether the requested extension is @@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE \l {taskmenuextension}{Task Menu Extension example}. The example shows how to create a custom widget plugin for Qt Designer, and how to use the QDesignerTaskMenuExtension class - to add custom items to Qt Designer's task menu. + to add custom items to \QD's task menu. \sa QExtensionManager, QAbstractExtensionFactory */ diff --git a/src/designer/src/lib/extension/extension.cpp b/src/designer/src/lib/extension/extension.cpp index bb65cfe16..d51b3917c 100644 --- a/src/designer/src/lib/extension/extension.cpp +++ b/src/designer/src/lib/extension/extension.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \class QAbstractExtensionFactory \brief The QAbstractExtensionFactory class provides an interface - for extension factories in Qt Designer. + for extension factories in \QD. \inmodule QtDesigner @@ -50,7 +50,7 @@ QAbstractExtensionFactory::~QAbstractExtensionFactory() \class QAbstractExtensionManager \brief The QAbstractExtensionManager class provides an interface - for extension managers in Qt Designer. + for extension managers in \QD. \inmodule QtDesigner diff --git a/src/designer/src/lib/extension/qextensionmanager.cpp b/src/designer/src/lib/extension/qextensionmanager.cpp index 535fb38a2..2d974c63a 100644 --- a/src/designer/src/lib/extension/qextensionmanager.cpp +++ b/src/designer/src/lib/extension/qextensionmanager.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \class QExtensionManager \brief The QExtensionManager class provides extension management - facilities for Qt Designer. + facilities for \QD. \inmodule QtDesigner diff --git a/src/designer/src/lib/sdk/abstractactioneditor.cpp b/src/designer/src/lib/sdk/abstractactioneditor.cpp index c81666ed0..5b50a941b 100644 --- a/src/designer/src/lib/sdk/abstractactioneditor.cpp +++ b/src/designer/src/lib/sdk/abstractactioneditor.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \class QDesignerActionEditorInterface \brief The QDesignerActionEditorInterface class allows you to - change the focus of Qt Designer's action editor. + change the focus of \QD's action editor. \inmodule QtDesigner diff --git a/src/designer/src/lib/sdk/abstractformeditorplugin.cpp b/src/designer/src/lib/sdk/abstractformeditorplugin.cpp index effea71e8..af4f49ecf 100644 --- a/src/designer/src/lib/sdk/abstractformeditorplugin.cpp +++ b/src/designer/src/lib/sdk/abstractformeditorplugin.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \internal \class QDesignerFormEditorPluginInterface \brief The QDesignerFormEditorPluginInterface class provides an interface that is used to - manage plugins for Qt Designer's form editor component. + manage plugins for \QD's form editor component. \inmodule QtDesigner \sa QDesignerFormEditorInterface diff --git a/src/designer/src/lib/sdk/abstractformwindow.cpp b/src/designer/src/lib/sdk/abstractformwindow.cpp index a3d7bfc27..a2763f3be 100644 --- a/src/designer/src/lib/sdk/abstractformwindow.cpp +++ b/src/designer/src/lib/sdk/abstractformwindow.cpp @@ -23,7 +23,7 @@ QT_BEGIN_NAMESPACE \class QDesignerFormWindowInterface \brief The QDesignerFormWindowInterface class allows you to query - and manipulate form windows appearing in Qt Designer's workspace. + and manipulate form windows appearing in \QD's workspace. \inmodule QtDesigner diff --git a/src/designer/src/lib/sdk/abstractformwindowmanager.cpp b/src/designer/src/lib/sdk/abstractformwindowmanager.cpp index d3c88a259..9e8494ca4 100644 --- a/src/designer/src/lib/sdk/abstractformwindowmanager.cpp +++ b/src/designer/src/lib/sdk/abstractformwindowmanager.cpp @@ -11,8 +11,8 @@ QT_BEGIN_NAMESPACE \class QDesignerFormWindowManagerInterface \brief The QDesignerFormWindowManagerInterface class allows you to - manipulate the collection of form windows in Qt Designer, and - control Qt Designer's form editing actions. + manipulate the collection of form windows in \QD, and + control \QD's form editing actions. \inmodule QtDesigner @@ -30,7 +30,7 @@ QT_BEGIN_NAMESPACE example above) is provided by the QDesignerCustomWidgetInterface::initialize() function's parameter. You must subclass the QDesignerCustomWidgetInterface to expose - your plugin to Qt Designer. + your plugin to \QD. The form window manager interface provides the createFormWindow() function that enables you to create a new form window which you diff --git a/src/designer/src/lib/sdk/abstractmetadatabase.cpp b/src/designer/src/lib/sdk/abstractmetadatabase.cpp index 4c527f410..1cbf6f31d 100644 --- a/src/designer/src/lib/sdk/abstractmetadatabase.cpp +++ b/src/designer/src/lib/sdk/abstractmetadatabase.cpp @@ -63,7 +63,7 @@ QDesignerMetaDataBaseInterface::~QDesignerMetaDataBaseInterface() = default; /*! \class QDesignerMetaDataBaseItemInterface \brief The QDesignerMetaDataBaseItemInterface class provides an interface to individual - items in Qt Designer's meta database. + items in \QD's meta database. \inmodule QtDesigner \internal diff --git a/src/designer/src/lib/sdk/abstractobjectinspector.cpp b/src/designer/src/lib/sdk/abstractobjectinspector.cpp index e2f23920d..fed91fe5d 100644 --- a/src/designer/src/lib/sdk/abstractobjectinspector.cpp +++ b/src/designer/src/lib/sdk/abstractobjectinspector.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \class QDesignerObjectInspectorInterface \brief The QDesignerObjectInspectorInterface class allows you to - change the focus of Qt Designer's object inspector. + change the focus of \QD's object inspector. \inmodule QtDesigner diff --git a/src/designer/src/lib/sdk/abstractwidgetbox.cpp b/src/designer/src/lib/sdk/abstractwidgetbox.cpp index a17765f60..db559bdcc 100644 --- a/src/designer/src/lib/sdk/abstractwidgetbox.cpp +++ b/src/designer/src/lib/sdk/abstractwidgetbox.cpp @@ -9,7 +9,7 @@ QT_BEGIN_NAMESPACE \class QDesignerWidgetBoxInterface \brief The QDesignerWidgetBoxInterface class allows you to control - the contents of Qt Designer's widget box. + the contents of \QD's widget box. \inmodule QtDesigner @@ -182,7 +182,7 @@ int QDesignerWidgetBoxInterface::findOrInsertCategory(const QString &categoryNam \class QDesignerWidgetBoxInterface::Widget - \brief The Widget class specified a widget in Qt Designer's widget + \brief The Widget class specified a widget in \QD's widget box component. */ @@ -236,7 +236,7 @@ int QDesignerWidgetBoxInterface::findOrInsertCategory(const QString &categoryNam /*! \class QDesignerWidgetBoxInterface::Category - \brief The Category class specifies a category in Qt Designer's widget box component. + \brief The Category class specifies a category in \QD's widget box component. \internal */ diff --git a/src/designer/src/lib/sdk/abstractwidgetdatabase.cpp b/src/designer/src/lib/sdk/abstractwidgetdatabase.cpp index 80cb911c6..2147afeca 100644 --- a/src/designer/src/lib/sdk/abstractwidgetdatabase.cpp +++ b/src/designer/src/lib/sdk/abstractwidgetdatabase.cpp @@ -12,7 +12,7 @@ enum { debugAbstractWidgetDataBase = 0 }; /*! \class QDesignerWidgetDataBaseInterface \brief The QDesignerWidgetDataBaseInterface class provides an interface that is used to - access and modify Qt Designer's widget database. + access and modify \QD's widget database. \inmodule QtDesigner \internal */ @@ -136,7 +136,7 @@ bool QDesignerWidgetDataBaseInterface::isCustom(QObject *object, bool resolveNam /*! \class QDesignerWidgetDataBaseItemInterface \brief The QDesignerWidgetDataBaseItemInterface class provides an interface that is used to - access individual items in Qt Designer's widget database. + access individual items in \QD's widget database. \inmodule QtDesigner \internal diff --git a/src/designer/src/lib/sdk/abstractwidgetfactory.cpp b/src/designer/src/lib/sdk/abstractwidgetfactory.cpp index 8fcdcde4f..52c41b6a7 100644 --- a/src/designer/src/lib/sdk/abstractwidgetfactory.cpp +++ b/src/designer/src/lib/sdk/abstractwidgetfactory.cpp @@ -10,7 +10,7 @@ QT_BEGIN_NAMESPACE /*! \class QDesignerWidgetFactoryInterface \brief The QDesignerWidgetFactoryInterface class provides an interface that is used to control - the widget factory used by Qt Designer. + the widget factory used by \QD. \inmodule QtDesigner \internal */ diff --git a/src/designer/src/lib/sdk/container.qdoc b/src/designer/src/lib/sdk/container.qdoc index e3521bdc2..be3723cb3 100644 --- a/src/designer/src/lib/sdk/container.qdoc +++ b/src/designer/src/lib/sdk/container.qdoc @@ -4,7 +4,7 @@ /*! \class QDesignerContainerExtension \brief The QDesignerContainerExtension class allows you to add pages to - a custom multi-page container in Qt Designer's workspace. + a custom multi-page container in \QD's workspace. \inmodule QtDesigner \image containerextension-example.webp diff --git a/src/designer/src/lib/sdk/dynamicpropertysheet.qdoc b/src/designer/src/lib/sdk/dynamicpropertysheet.qdoc index 77f3d243c..df457a450 100644 --- a/src/designer/src/lib/sdk/dynamicpropertysheet.qdoc +++ b/src/designer/src/lib/sdk/dynamicpropertysheet.qdoc @@ -5,7 +5,7 @@ \class QDesignerDynamicPropertySheetExtension \brief The QDesignerDynamicPropertySheetExtension class allows you to - manipulate a widget's dynamic properties in Qt Designer's property editor. + manipulate a widget's dynamic properties in \QD's property editor. \sa QDesignerPropertySheetExtension, {QObject#Dynamic Properties}{Dynamic Properties} diff --git a/src/designer/src/lib/sdk/membersheet.qdoc b/src/designer/src/lib/sdk/membersheet.qdoc index a1871b8a0..65e56cda1 100644 --- a/src/designer/src/lib/sdk/membersheet.qdoc +++ b/src/designer/src/lib/sdk/membersheet.qdoc @@ -6,7 +6,7 @@ \brief The QDesignerMemberSheetExtension class allows you to manipulate a widget's member functions which is displayed when - configuring connections using Qt Designer's mode for editing + configuring connections using \QD's mode for editing signals and slots. \inmodule QtDesigner diff --git a/src/designer/src/lib/sdk/taskmenu.qdoc b/src/designer/src/lib/sdk/taskmenu.qdoc index 1811c7e75..78e76d9f1 100644 --- a/src/designer/src/lib/sdk/taskmenu.qdoc +++ b/src/designer/src/lib/sdk/taskmenu.qdoc @@ -4,7 +4,7 @@ /*! \class QDesignerTaskMenuExtension \brief The QDesignerTaskMenuExtension class allows you to add custom - menu entries to Qt Designer's task menu. + menu entries to \QD's task menu. \inmodule QtDesigner QDesignerTaskMenuExtension provides an interface for creating diff --git a/src/designer/src/lib/uilib/abstractformbuilder.cpp b/src/designer/src/lib/uilib/abstractformbuilder.cpp index 6e59928b7..01feb1a7c 100644 --- a/src/designer/src/lib/uilib/abstractformbuilder.cpp +++ b/src/designer/src/lib/uilib/abstractformbuilder.cpp @@ -961,7 +961,7 @@ QActionGroup *QAbstractFormBuilder::createActionGroup(QObject *parent, const QSt Saves an XML representation of the given \a widget to the specified \a device in the standard UI file format. - \note Unlike when saving a form in Qt Designer, all property values are + \note Unlike when saving a form in \QD, all property values are written. This is because, the state of whether a property value was modified or not isn't stored in the Qt property system. The widget that is being saved, could have been created dynamically, not loaded via diff --git a/src/qdoc/qdoc/doc/qdoc-manual-contextcmds.qdoc b/src/qdoc/qdoc/doc/qdoc-manual-contextcmds.qdoc index 49de3e0c4..2a41d8f0d 100644 --- a/src/qdoc/qdoc/doc/qdoc-manual-contextcmds.qdoc +++ b/src/qdoc/qdoc/doc/qdoc-manual-contextcmds.qdoc @@ -860,7 +860,7 @@ For the basic classes in Qt, a class's module is determined by its location, namely its directory. However, for extensions like - ActiveQt and Qt Designer, a class must be related to a module + ActiveQt and \QD, a class must be related to a module explicitly. The command's argument is a module name, but note that the command @@ -875,7 +875,7 @@ \endcode This ensures that the QDesignerTaskMenuExtension class is included - in the Qt Designer module, which means, for example, that the + in the \QD module, which means, for example, that the class will appear on the list created by calling the \l {generatelist-command} {\\generatelist} command with the \c {{classesbymodule QtDesigner}} argument. diff --git a/src/uiplugin/customwidget.qdoc b/src/uiplugin/customwidget.qdoc index 5d401d480..7f21cc1d8 100644 --- a/src/uiplugin/customwidget.qdoc +++ b/src/uiplugin/customwidget.qdoc @@ -4,7 +4,7 @@ /*! \class QDesignerCustomWidgetInterface - \brief The QDesignerCustomWidgetInterface class enables Qt Designer + \brief The QDesignerCustomWidgetInterface class enables \QD to access and construct custom widgets. \inmodule QtDesigner diff --git a/src/uitools/doc/src/qtuitools-examples.qdoc b/src/uitools/doc/src/qtuitools-examples.qdoc index 14ed9989b..0b005095e 100644 --- a/src/uitools/doc/src/qtuitools-examples.qdoc +++ b/src/uitools/doc/src/qtuitools-examples.qdoc @@ -10,7 +10,7 @@ \image uitools-examples.png UiTools The \l{Qt UI Tools} module provides classes to handle UI forms created with - Qt Designer. The forms are processed at run-time to dynamically generate + \QD. The forms are processed at run-time to dynamically generate user interfaces. The following examples illustrate how to use Qt UI Tools to process UI diff --git a/src/uitools/doc/src/qtuitools-index.qdoc b/src/uitools/doc/src/qtuitools-index.qdoc index 1ff40e889..41e665bfe 100644 --- a/src/uitools/doc/src/qtuitools-index.qdoc +++ b/src/uitools/doc/src/qtuitools-index.qdoc @@ -5,9 +5,9 @@ \page qtuitools-index.html \title Qt UI Tools - \brief Provides classes to handle forms created with Qt Designer. + \brief Provides classes to handle forms created with \QD. - Qt Designer forms are processed at run-time to produce dynamically generated + \QD 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/src/uitools/doc/src/qtuitools-module.qdoc b/src/uitools/doc/src/qtuitools-module.qdoc index 7a3357459..d57d48aa0 100644 --- a/src/uitools/doc/src/qtuitools-module.qdoc +++ b/src/uitools/doc/src/qtuitools-module.qdoc @@ -9,7 +9,7 @@ \qtcmakepackage UiTools \qtvariable uitools - \brief Provides classes to handle forms created with Qt Designer. + \brief Provides classes to handle forms created with \QD. These forms are processed at run-time to produce dynamically-generated user interfaces. In order to generate a form at run-time, a resource -- cgit v1.2.3