diff options
author | Kai Köhne <[email protected]> | 2024-02-28 14:47:45 +0100 |
---|---|---|
committer | Kai Köhne <[email protected]> | 2024-05-16 13:04:41 +0100 |
commit | 5e699c2a8b50be1c02e354171c98953c4d95c79d (patch) | |
tree | 47cfeb704ab197bea010989c48289667daea5097 /examples/widgets/doc/src | |
parent | 7678edebba7e93ce648714cd6849023e2880813f (diff) |
Replace 'Qt Designer' and 'Qt Widgets Designer' in code
Use new term in examples, code comments, error messages and and mime types.
Task-number: QTBUG-122253
Change-Id: I355452d6eb02a7a0ffbb20acf82ddb8ebbfa4837
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r-- | examples/widgets/doc/src/simpletreemodel.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/widgets/doc/src/simpletreemodel.qdoc b/examples/widgets/doc/src/simpletreemodel.qdoc index aa12a9585ff..d8e5a6faa8b 100644 --- a/examples/widgets/doc/src/simpletreemodel.qdoc +++ b/examples/widgets/doc/src/simpletreemodel.qdoc @@ -295,14 +295,14 @@ We begin with a text file in the following format: \code - Getting Started How to familiarize yourself with Qt Designer - Launching Designer Running the Qt Designer application - The User Interface How to interact with Qt Designer + Getting Started How to familiarize yourself with Qt Widgets Designer + Launching Designer Running the Qt Widgets Designer application + The User Interface How to interact with Qt Widgets Designer \endcode \dots \code Connection Editing Mode Connecting widgets together with signals and slots - Connecting Objects Making connections in Qt Designer + Connecting Objects Making connections in Qt Widgets Designer Editing Connections Changing existing connections \endcode |