summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2024-08-01 13:59:57 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2024-08-02 14:18:19 +0200
commit7419c9f77c0b56cc98d5b44f1fd89da6bca8b148 (patch)
tree976307551a0d0827121b31298afd13674a8c9f4a /examples/widgets/tutorials
parente0db6b1dafc57fb860139c6e78bab603a129acd9 (diff)
Doc: Update \externalpage entries for Qt Creator documentation
- The docs were restructured in v. 13.0 and 14.0, so most headings changed, some topics were removed and lots of topics were added - Use the macro \QC - Fix the broken links in qtbase Change-Id: Ic173a3e9a1c80322162c3feb277098de2a9f1cc6 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/widgets/tutorials')
-rw-r--r--examples/widgets/tutorials/notepad/gettingstartedqt.qdoc20
1 files changed, 10 insertions, 10 deletions
diff --git a/examples/widgets/tutorials/notepad/gettingstartedqt.qdoc b/examples/widgets/tutorials/notepad/gettingstartedqt.qdoc
index 0979cecb189..e9aa8ce7909 100644
--- a/examples/widgets/tutorials/notepad/gettingstartedqt.qdoc
+++ b/examples/widgets/tutorials/notepad/gettingstartedqt.qdoc
@@ -19,13 +19,13 @@
\section1 Creating the Notepad Project
- Setting up a new project in Qt Creator is aided by a wizard that
+ Setting up a new project in \QC is aided by a wizard that
guides you step-by-step through the project creation process. The
wizard prompts you to enter the settings needed for that particular
type of project and creates the project for you.
- \note The UI text in Qt Creator and the contents of the generated files
- depend on the Qt Creator version that you use.
+ \note The UI text in \QC and the contents of the generated files
+ depend on the \QC version that you use.
\image notepad2.png "Qt Creator New Project dialog"
@@ -63,11 +63,11 @@
\li About
\li Here
\row
- \li Using Qt Creator
- \li \l{Qt Creator Manual}{Qt Creator}
+ \li Using \QC
+ \li \l{\QC Documentation}{\QC}
\row
- \li Creating other kind of applications with Qt Creator
- \li \l{Qt Creator: Tutorials}{Qt Creator Tutorials}
+ \li Creating other kind of applications with \QC
+ \li \l{\QC: Tutorials}{\QC Tutorials}
\endtable
@@ -142,10 +142,10 @@
\section1 Designing a UI
The wizard generates a user interface definition in XML format: notepad.ui.
- When you open the notepad.ui file in Qt Creator, it automatically
+ When you open the notepad.ui file in \QC, it automatically
opens in the integrated \QD.
- When you build the application, Qt Creator launches the Qt
+ When you build the application, \QC launches the Qt
\l{User Interface Compiler (uic)} that reads the .ui file and creates
a corresponding C++ header file, ui_notepad.h.
@@ -159,7 +159,7 @@
To add widgets in \QD:
\list 1
- \li In the Qt Creator \uicontrol Edit mode, double-click the notepad.ui
+ \li In the \QC \uicontrol Edit mode, double-click the notepad.ui
file in the \uicontrol Projects view to launch the file in the integrated
\QD.
\li Drag and drop widgets Text Edit (QTextEdit) to the form.