Replace \QD with the literal 'Qt Designer' to avoid warnings.

Change-Id: Ia28ab42531217df75b626638b1953c393d2e445e
Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
bb10
Jan-Arve Saether 2012-08-20 15:43:28 +02:00 committed by Qt by Nokia
parent f2fabf77f9
commit dd121752e9
4 changed files with 6 additions and 6 deletions

View File

@ -79,8 +79,8 @@
Qt's layout classes were designed for hand-written C++ code, allowing
measurements to be specified in pixels for simplicity, so they are easy to
understand and use. The code generated for forms created using \QD also
uses the layout classes. \QD is useful to use when experimenting with the
understand and use. The code generated for forms created using Qt Designer also
uses the layout classes. Qt Designer is useful to use when experimenting with the
design of a form since it avoids the compile, link and run cycle usually
involved in user interface development.

View File

@ -561,7 +561,7 @@
\image designer-validator-highlighter.png
When you click \uicontrol{OK} or \uicontrol{Apply}, \QD will automatically display
When you click \uicontrol{OK} or \uicontrol{Apply}, Qt Designer will automatically display
the widget with its new stylesheet.
\image designer-stylesheet-usage.png

View File

@ -62,7 +62,7 @@
\li \image qformlayout-with-6-children.png
\endtable
\l{Qt Designer Manual}{\QD} is a powerful tool for interactively creating and
Qt Designer is a powerful tool for interactively creating and
arranging widgets in layouts.
\section1 Widget Styles

View File

@ -79,8 +79,8 @@
In addition, Qt provides a number of ready-made standard dialogs that can be
used for standard tasks like file or font selection.
Both main windows and dialogs can be created with \QD, Qt's visual design tool.
Using \QD is a lot faster than hand-coding, and makes it easy to test different
Both main windows and dialogs can be created with Qt Designer, Qt's visual design tool.
Using Qt Designer is a lot faster than hand-coding, and makes it easy to test different
design ideas. Creating designs visually and reading the code generated by
\l{uic} is a great way to learn Qt!