From dd121752e9e71c44f82f9417ce567af69bd9f457 Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Mon, 20 Aug 2012 15:43:28 +0200 Subject: [PATCH] Replace \QD with the literal 'Qt Designer' to avoid warnings. Change-Id: Ia28ab42531217df75b626638b1953c393d2e445e Reviewed-by: Gabriel de Dietrich --- src/widgets/doc/src/widgets-and-layouts/layout.qdoc | 4 ++-- src/widgets/doc/src/widgets-and-layouts/stylesheet.qdoc | 2 +- src/widgets/doc/src/widgets-and-layouts/widgets.qdoc | 2 +- src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc | 4 ++-- 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 7389a2d..637e16d 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 31d6d34..7d1d143 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 e80b0fb..bf9b3c7 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 8e9ea93..8dc6f51 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! -- 2.7.4