summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-08-20 15:43:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 15:52:15 +0200
commitdd121752e9e71c44f82f9417ce567af69bd9f457 (patch)
treec51a408ebaaa9740cc56ee6777ef64b9784e9df2 /src
parentf2fabf77f9bc18448aed0e99a6d7d1d6c5c9c736 (diff)
Replace \QD with the literal 'Qt Designer' to avoid warnings.
Change-Id: Ia28ab42531217df75b626638b1953c393d2e445e Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/layout.qdoc4
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc2
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/widgets.qdoc2
-rw-r--r--src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
index 7389a2dad1..637e16df30 100644
--- a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
@@ -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.
diff --git a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
index 31d6d34517..7d1d143e23 100644
--- a/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc
@@ -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
diff --git a/src/widgets/doc/src/widgets-and-layouts/widgets.qdoc b/src/widgets/doc/src/widgets-and-layouts/widgets.qdoc
index e80b0fbec0..bf9b3c786b 100644
--- a/src/widgets/doc/src/widgets-and-layouts/widgets.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/widgets.qdoc
@@ -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
diff --git a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
index 8e9ea93f34..8dc6f51f4c 100644
--- a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
+++ b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
@@ -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!