diff --git a/doc/src/cmake/cmake-manual.qdoc b/doc/src/cmake/cmake-manual.qdoc index dc36f4c2..53323f9f 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 26d63546..c12e837c 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 3dd9a615..a3a81a83 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 df473ab4..174ddbd5 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 e0884384..25d0dd63 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 236ae588..3e18f699 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 38159039..e4c11b5b 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 70634e89..a4c2a040 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 b9abc8c0..85701396 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