summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-02-28 14:23:07 +0100
committerKai Köhne <kai.koehne@qt.io>2024-02-29 15:35:58 +0100
commitb74f814ae26b07fe1678ee58dfb651eb3d4717da (patch)
tree5dd560f1da6cceaafc51b6fb00e8d6ad6204f0cd /tests/manual
parentd5deca54cb7456ac52a30ad668640a756a34fad0 (diff)
Doc: Further replace 'Qt Designer' with 'Qt Widgets Designer'
Use \QD macro wherever possible. Amends 8aceccc7eb075 Task-number: QTBUG-122253 Change-Id: I276dabd40fb81486f6380fd90cf9968990932a24 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/examples/widgets/richtext/textedit/textedit.qdoc4
-rw-r--r--tests/manual/findfiles/findfiles.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/manual/examples/widgets/richtext/textedit/textedit.qdoc b/tests/manual/examples/widgets/richtext/textedit/textedit.qdoc
index 938fad36c8..ce574353b4 100644
--- a/tests/manual/examples/widgets/richtext/textedit/textedit.qdoc
+++ b/tests/manual/examples/widgets/richtext/textedit/textedit.qdoc
@@ -9,8 +9,8 @@
\brief This example displays a text editor with the user interface written
in pure C++.
- A similar example which uses Qt Designer to produce the user
- interface is in the \l {Qt Designer Manual}.
+ A similar example which uses \QD to produce the user
+ interface is in the \l {Qt Widgets Designer Manual}.
See \c{$QTDIR/examples/textedit} for the source code.
diff --git a/tests/manual/findfiles/findfiles.qdoc b/tests/manual/findfiles/findfiles.qdoc
index bed831d14d..ec00698703 100644
--- a/tests/manual/findfiles/findfiles.qdoc
+++ b/tests/manual/findfiles/findfiles.qdoc
@@ -86,7 +86,7 @@
and a stretchable space in a separate \l QHBoxLayout first, to make the
buttons appear in the \c Window widget's bottom right corner.
- Alternatively, we could have used Qt Designer to construct a UI file,
+ Alternatively, we could have used \QD to construct a UI file,
and \l {uic} to generate this code.
\snippet dialogs/findfiles/window.cpp 1