summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-15 08:56:41 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-02-19 09:21:18 +0100
commitd050b325377d6be9996ed039599ca1c8ca1874f6 (patch)
tree7a676e794ffc1ac16a84ab37567ed6bd911fe62e /doc
parent81e8c76bdb399d8f0ebe1d11084b8efbbaba4216 (diff)
Rename 'Qt Designer' to 'Qt Widgets Designer'
Task-number: QTBUG-122253 Change-Id: Ib7f38c711854389a54628703804c3fc285abb377 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/cmake/cmake-manual.qdoc2
-rw-r--r--doc/src/development/uic.qdoc4
-rw-r--r--doc/src/developmenttools.qdoc4
-rw-r--r--doc/src/getting-started/tools-for-widget-based-uis.qdoc7
-rw-r--r--doc/src/howtos/plugins-howto.qdoc2
-rw-r--r--doc/src/internationalization/l10n.qdoc2
-rw-r--r--doc/src/reference.qdoc2
-rw-r--r--doc/src/snippets/qtreeview-dnd/mainwindow.cpp2
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc2
9 files changed, 14 insertions, 13 deletions
diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc
index dc36f4c2b..53323f9fb 100644
--- a/doc/src/cmake/cmake-manual.qdoc
+++ b/doc/src/cmake/cmake-manual.qdoc
@@ -235,7 +235,7 @@
\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.
\printuntil target_link_libraries
diff --git a/doc/src/development/uic.qdoc b/doc/src/development/uic.qdoc
index 26d63546b..c12e837c9 100644
--- a/doc/src/development/uic.qdoc
+++ b/doc/src/development/uic.qdoc
@@ -11,8 +11,8 @@
This page documents the \e{User Interface Compiler} for the \l{Qt Widgets}
module. The \c uic reads an XML format user interface definition
- (\c .ui) file as generated by \l{Qt Designer Manual}{Qt
- Designer} and creates a corresponding C++ header file or Python source file.
+ (\c .ui) file as generated by \l{Qt Widgets Designer Manual}{\QD}
+ and creates a corresponding C++ header file or Python source file.
Usage:
\snippet snippets/code/doc_src_uic.qdoc 0
diff --git a/doc/src/developmenttools.qdoc b/doc/src/developmenttools.qdoc
index 3dd9a6152..a3a81a83b 100644
--- a/doc/src/developmenttools.qdoc
+++ b/doc/src/developmenttools.qdoc
@@ -33,14 +33,14 @@
\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
customize your widgets or dialogs in a visual editor, and test them using
different styles and resolutions. \QD is also available as a
standalone tool. Both versions of \QD only differ in some
functionalities such as the use of resource files and how to switch in 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
diff --git a/doc/src/getting-started/tools-for-widget-based-uis.qdoc b/doc/src/getting-started/tools-for-widget-based-uis.qdoc
index df473ab42..174ddbd59 100644
--- a/doc/src/getting-started/tools-for-widget-based-uis.qdoc
+++ b/doc/src/getting-started/tools-for-widget-based-uis.qdoc
@@ -7,10 +7,11 @@
\title Tools for Qt 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 Designer}. The tool is also integrated into a developer tool called
+ Qt provides a tool for widget-based design 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
when you install Qt.
diff --git a/doc/src/howtos/plugins-howto.qdoc b/doc/src/howtos/plugins-howto.qdoc
index e08843840..25d0dd63d 100644
--- a/doc/src/howtos/plugins-howto.qdoc
+++ b/doc/src/howtos/plugins-howto.qdoc
@@ -224,7 +224,7 @@
\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.
\section1 Locating Plugins
diff --git a/doc/src/internationalization/l10n.qdoc b/doc/src/internationalization/l10n.qdoc
index 236ae588b..3e18f699f 100644
--- a/doc/src/internationalization/l10n.qdoc
+++ b/doc/src/internationalization/l10n.qdoc
@@ -167,7 +167,7 @@
\li \l [QtDBus]{Qt D-Bus}
\li \c qtbase
\row
- \li \l {Qt Designer}
+ \li \l {Qt Widgets Designer}
\li \c designer
\row
\li \l [QtGui]{Qt GUI}
diff --git a/doc/src/reference.qdoc b/doc/src/reference.qdoc
index 38159039d..e4c11b5b2 100644
--- a/doc/src/reference.qdoc
+++ b/doc/src/reference.qdoc
@@ -23,7 +23,7 @@
\list
\li \l{Qt Creator Manual}{Qt Creator}
\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{QDoc Manual}{qdoc}
\li \l{Build with CMake}
diff --git a/doc/src/snippets/qtreeview-dnd/mainwindow.cpp b/doc/src/snippets/qtreeview-dnd/mainwindow.cpp
index 70634e89e..a4c2a040b 100644
--- a/doc/src/snippets/qtreeview-dnd/mainwindow.cpp
+++ b/doc/src/snippets/qtreeview-dnd/mainwindow.cpp
@@ -39,7 +39,7 @@ void MainWindow::setupItems()
<< tr(" QWidget\tThe basic building block for all other widgets.")
<< tr(" QDialog\tThe base class for dialog windows.")
<< 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.");
DragDropModel *model = new DragDropModel(items, this);
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index b9abc8c0b..857013963 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -335,7 +335,7 @@
\section1 Tools
- \section2 Qt Designer
+ \section2 Qt Widgets Designer
\list
\li \QD now writes fully qualified enumeration values to the
\c .ui files in order to support scoped enumerations and Qt for