mirror of https://github.com/qt/qtdoc.git
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:
parent
81e8c76bdb
commit
d050b32537
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue