summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
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/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
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/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc')
-rw-r--r--src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc4
1 files changed, 2 insertions, 2 deletions
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!