Rename 'Qt Designer' to 'Qt Widgets Designer'

Task-number: QTBUG-122253
Change-Id: Ib7f38c711854389a54628703804c3fc285abb377
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Friedemann Kleint 2024-02-15 08:56:41 +01:00
parent 81e8c76bdb
commit d050b32537
9 changed files with 14 additions and 13 deletions

View File

@ -235,7 +235,7 @@
\printuntil ) \printuntil )
We add a \l{Qt Designer} file (\c{mainwindow.ui}) and its corresponding C++ We add a \l{Qt Widgets Designer} file (\c{mainwindow.ui}) and its corresponding C++
source file (\c{mainwindow.cpp}) to the application target's sources. source file (\c{mainwindow.cpp}) to the application target's sources.
\printuntil target_link_libraries \printuntil target_link_libraries

View File

@ -11,8 +11,8 @@
This page documents the \e{User Interface Compiler} for the \l{Qt Widgets} This page documents the \e{User Interface Compiler} for the \l{Qt Widgets}
module. The \c uic reads an XML format user interface definition module. The \c uic reads an XML format user interface definition
(\c .ui) file as generated by \l{Qt Designer Manual}{Qt (\c .ui) file as generated by \l{Qt Widgets Designer Manual}{\QD}
Designer} and creates a corresponding C++ header file or Python source file. and creates a corresponding C++ header file or Python source file.
Usage: Usage:
\snippet snippets/code/doc_src_uic.qdoc 0 \snippet snippets/code/doc_src_uic.qdoc 0

View File

@ -33,14 +33,14 @@
\section1 Design Tools \section1 Design Tools
\b{Qt Designer} is a tool within Qt Creator for designing and building \b{Qt Widgets Designer} is a tool within Qt Creator for designing and building
graphical user interfaces (GUIs) for Qt Widgets. You can compose and graphical user interfaces (GUIs) for Qt Widgets. You can compose and
customize your widgets or dialogs in a visual editor, and test them using customize your widgets or dialogs in a visual editor, and test them using
different styles and resolutions. \QD is also available as a different styles and resolutions. \QD is also available as a
standalone tool. Both versions of \QD only differ in some standalone tool. Both versions of \QD only differ in some
functionalities such as the use of resource files and how to switch in the functionalities such as the use of resource files and how to switch in the
design and edit mode. For more information, visit the design and edit mode. For more information, visit the
\l{Qt Designer Manual}{Qt Designer} manual. \l{Qt Widgets Designer Manual}{\QD} manual.
\section2 Collaboration with Designers \section2 Collaboration with Designers

View File

@ -7,10 +7,11 @@
\title Tools for Qt Widget-Based UIs \title Tools for Qt Widget-Based UIs
\brief Installing tools for designing widget-based UIs. \brief Installing tools for designing widget-based UIs.
\image qtdesigner.png "Qt Designer opened from Qt Creator" \image qtdesigner.png "Qt Widgets Designer opened from Qt Creator"
Qt provides a tool for widget-based design called \l{Qt Designer Manual} Qt provides a tool for widget-based design called
{Qt Designer}. The tool is also integrated into a developer tool called \l{Qt Widgets Designer Manual}{\QD}.
The tool is also integrated into a developer tool called
\l{Qt Creator Manual}{Qt Creator}. Both tools are installed by default \l{Qt Creator Manual}{Qt Creator}. Both tools are installed by default
when you install Qt. when you install Qt.

View File

@ -224,7 +224,7 @@
\snippet demos/documentviewer/app/viewerinterfaces.h macros \snippet demos/documentviewer/app/viewerinterfaces.h macros
See also \l{Creating Custom Widgets for Qt Designer} for information See also \l{Creating Custom Widgets for Qt Widgets Designer} for information
about issues that are specific to \QD. about issues that are specific to \QD.
\section1 Locating Plugins \section1 Locating Plugins

View File

@ -167,7 +167,7 @@
\li \l [QtDBus]{Qt D-Bus} \li \l [QtDBus]{Qt D-Bus}
\li \c qtbase \li \c qtbase
\row \row
\li \l {Qt Designer} \li \l {Qt Widgets Designer}
\li \c designer \li \c designer
\row \row
\li \l [QtGui]{Qt GUI} \li \l [QtGui]{Qt GUI}

View File

@ -23,7 +23,7 @@
\list \list
\li \l{Qt Creator Manual}{Qt Creator} \li \l{Qt Creator Manual}{Qt Creator}
\li \l{Qt Linguist Manual}{Qt Linguist} \li \l{Qt Linguist Manual}{Qt Linguist}
\li \l{Qt Designer Manual}{Qt Designer} \li \l{Qt Widgets Designer Manual}{\QD}
\li \l{qmake Manual}{qmake} \li \l{qmake Manual}{qmake}
\li \l{QDoc Manual}{qdoc} \li \l{QDoc Manual}{qdoc}
\li \l{Build with CMake} \li \l{Build with CMake}

View File

@ -39,7 +39,7 @@ void MainWindow::setupItems()
<< tr(" QWidget\tThe basic building block for all other widgets.") << tr(" QWidget\tThe basic building block for all other widgets.")
<< tr(" QDialog\tThe base class for dialog windows.") << tr(" QDialog\tThe base class for dialog windows.")
<< tr("Tools\tUtilities and applications for Qt developers.") << tr("Tools\tUtilities and applications for Qt developers.")
<< tr(" Qt Designer\tA GUI form designer for Qt applications.") << tr(" Qt Widgets Designer\tA GUI form designer for Qt applications.")
<< tr(" Qt Assistant\tA documentation browser for Qt documentation."); << tr(" Qt Assistant\tA documentation browser for Qt documentation.");
DragDropModel *model = new DragDropModel(items, this); DragDropModel *model = new DragDropModel(items, this);

View File

@ -335,7 +335,7 @@
\section1 Tools \section1 Tools
\section2 Qt Designer \section2 Qt Widgets Designer
\list \list
\li \QD now writes fully qualified enumeration values to the \li \QD now writes fully qualified enumeration values to the
\c .ui files in order to support scoped enumerations and Qt for \c .ui files in order to support scoped enumerations and Qt for