summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-14 11:50:21 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-04-14 10:54:55 +0000
commitfc879d196f226a9290f6bb173206dd35bf48278c (patch)
tree6bcbb507593aed8598e789381380558e7c720c29
parentb85ed5fa673a910479e258d3c817d16342705f3b (diff)
downloadqt-creator-fc879d196f226a9290f6bb173206dd35bf48278c.tar.gz
Doc: Update widget-based app tutorial
Task-number: QTCREATORBUG-23364 Change-Id: Iedc02d8e774093d176e6ccd881f096d9b3163a60 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/qtcreator/examples/textfinder/input.txt12
-rw-r--r--doc/qtcreator/images/qtcreator-class-info-qt-gui.pngbin23825 -> 12215 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-intro-and-location-qt-gui.pngbin25543 -> 11480 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-new-project-build-system-qt-gui.pngbin0 -> 7691 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.pngbin48288 -> 12862 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-new-project-summary-qt-gui.pngbin22433 -> 11708 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-new-qt-gui-application.pngbin56828 -> 17577 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-texfinder-filter.pngbin3601 -> 0 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-texfinder-ui-horizontal-layout.pngbin4383 -> 0 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-contents.pngbin8280 -> 12662 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-filter.pngbin0 -> 3301 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-objectname.pngbin2975 -> 4564 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-screenshot.pngbin11062 -> 8372 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-ui-horizontal-layout.pngbin0 -> 8564 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-ui-widgets.pngbin3918 -> 8402 bytes
-rw-r--r--doc/qtcreator/images/qtcreator-textfinder-ui.pngbin2267 -> 9235 bytes
-rw-r--r--doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc53
17 files changed, 38 insertions, 27 deletions
diff --git a/doc/qtcreator/examples/textfinder/input.txt b/doc/qtcreator/examples/textfinder/input.txt
index 044545418a..016bb2a072 100644
--- a/doc/qtcreator/examples/textfinder/input.txt
+++ b/doc/qtcreator/examples/textfinder/input.txt
@@ -1,2 +1,10 @@
-These forms are processed at run-time to produce dynamically-generated user interfaces. In order to generate a form at run-time, a resource file containing a .ui file is needed. Applications that use the form handling classes need to be configured to be built against the QtUiTools module. This is done by including the following declaration in a qmake project file to ensure that the application is compiled and linked appropriately. A form loader object, provided by the QUiLoader class, is used to construct the user interface. This user interface
-can be retrieved from any QIODevice; for example, a QFile object can be used to obtain a form stored in a project's resources. The QUiLoader::load() function takes the user interface description contained in the file and constructs the form widget. \ No newline at end of file
+IDE Overview
+
+Qt Creator is an integrated development environment (IDE) that provides you
+with tools to design and develop applications with the Qt application framework.
+Qt is designed for developing applications and user interfaces once and
+deploying them to several desktop, embedded, and mobile operating systems or web
+browsers (experimental). Qt Creator provides you with tools for accomplishing
+your tasks throughout the whole application development life-cycle, from
+creating a project to deploying the application to the target platforms.
+
diff --git a/doc/qtcreator/images/qtcreator-class-info-qt-gui.png b/doc/qtcreator/images/qtcreator-class-info-qt-gui.png
index adb7adf608..9ca3f6aba4 100644
--- a/doc/qtcreator/images/qtcreator-class-info-qt-gui.png
+++ b/doc/qtcreator/images/qtcreator-class-info-qt-gui.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-intro-and-location-qt-gui.png b/doc/qtcreator/images/qtcreator-intro-and-location-qt-gui.png
index 84ece94bc3..2afd5e6c14 100644
--- a/doc/qtcreator/images/qtcreator-intro-and-location-qt-gui.png
+++ b/doc/qtcreator/images/qtcreator-intro-and-location-qt-gui.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-new-project-build-system-qt-gui.png b/doc/qtcreator/images/qtcreator-new-project-build-system-qt-gui.png
new file mode 100644
index 0000000000..9bcb248e0f
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-new-project-build-system-qt-gui.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.png b/doc/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.png
index c8c8365539..b829cee951 100644
--- a/doc/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.png
+++ b/doc/qtcreator/images/qtcreator-new-project-qt-versions-qt-gui.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-new-project-summary-qt-gui.png b/doc/qtcreator/images/qtcreator-new-project-summary-qt-gui.png
index 70daffe6af..e7b04b2054 100644
--- a/doc/qtcreator/images/qtcreator-new-project-summary-qt-gui.png
+++ b/doc/qtcreator/images/qtcreator-new-project-summary-qt-gui.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-new-qt-gui-application.png b/doc/qtcreator/images/qtcreator-new-qt-gui-application.png
index fff63015df..6ee1705462 100644
--- a/doc/qtcreator/images/qtcreator-new-qt-gui-application.png
+++ b/doc/qtcreator/images/qtcreator-new-qt-gui-application.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-texfinder-filter.png b/doc/qtcreator/images/qtcreator-texfinder-filter.png
deleted file mode 100644
index f4a5e26ea3..0000000000
--- a/doc/qtcreator/images/qtcreator-texfinder-filter.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-texfinder-ui-horizontal-layout.png b/doc/qtcreator/images/qtcreator-texfinder-ui-horizontal-layout.png
deleted file mode 100644
index 3b82d7a44a..0000000000
--- a/doc/qtcreator/images/qtcreator-texfinder-ui-horizontal-layout.png
+++ /dev/null
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-contents.png b/doc/qtcreator/images/qtcreator-textfinder-contents.png
index fd5b004ed7..213edc62b1 100644
--- a/doc/qtcreator/images/qtcreator-textfinder-contents.png
+++ b/doc/qtcreator/images/qtcreator-textfinder-contents.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-filter.png b/doc/qtcreator/images/qtcreator-textfinder-filter.png
new file mode 100644
index 0000000000..2a111212ad
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-textfinder-filter.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-objectname.png b/doc/qtcreator/images/qtcreator-textfinder-objectname.png
index 35244cfcaa..c846e612b9 100644
--- a/doc/qtcreator/images/qtcreator-textfinder-objectname.png
+++ b/doc/qtcreator/images/qtcreator-textfinder-objectname.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-screenshot.png b/doc/qtcreator/images/qtcreator-textfinder-screenshot.png
index 9816219e85..94875d045e 100644
--- a/doc/qtcreator/images/qtcreator-textfinder-screenshot.png
+++ b/doc/qtcreator/images/qtcreator-textfinder-screenshot.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-ui-horizontal-layout.png b/doc/qtcreator/images/qtcreator-textfinder-ui-horizontal-layout.png
new file mode 100644
index 0000000000..da21b0452e
--- /dev/null
+++ b/doc/qtcreator/images/qtcreator-textfinder-ui-horizontal-layout.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-ui-widgets.png b/doc/qtcreator/images/qtcreator-textfinder-ui-widgets.png
index 2bd0951e23..f061dc0051 100644
--- a/doc/qtcreator/images/qtcreator-textfinder-ui-widgets.png
+++ b/doc/qtcreator/images/qtcreator-textfinder-ui-widgets.png
Binary files differ
diff --git a/doc/qtcreator/images/qtcreator-textfinder-ui.png b/doc/qtcreator/images/qtcreator-textfinder-ui.png
index 8405689b1e..c0159456d5 100644
--- a/doc/qtcreator/images/qtcreator-textfinder-ui.png
+++ b/doc/qtcreator/images/qtcreator-textfinder-ui.png
Binary files differ
diff --git a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
index 71c225f31b..ae76170d45 100644
--- a/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
+++ b/doc/qtcreator/src/widgets/qtdesigner-app-tutorial.qdoc
@@ -49,7 +49,7 @@
\list 1
\li Select \uicontrol File > \uicontrol {New File or Project} >
- \uicontrol Application > \uicontrol {Qt Widgets Application} >
+ \uicontrol Application (Qt) > \uicontrol {Qt Widgets Application} >
\uicontrol Choose.
\image qtcreator-new-qt-gui-application.png "New File or Project dialog"
@@ -61,20 +61,16 @@
\li In the \uicontrol{Name} field, type \b {TextFinder}.
\li In the \uicontrol {Create in} field, enter the path for the project files.
- For example, \c {C:\Qt\examples}, and then click \uicontrol{Next} (on
+ For example, \c {C:\Qt\examples}, and then select \uicontrol{Next} (on
Windows and Linux) or \uicontrol Continue (on \macos).
- The \uicontrol {Kit Selection} dialog opens.
-
- \image qtcreator-new-project-qt-versions-qt-gui.png "Kit Selection dialog"
+ The \uicontrol {Define Build System} dialog opens.
- \li Select build and run \l{glossary-buildandrun-kit}{kits} for your project,
- and click \uicontrol Next or \uicontrol Continue.
+ \image qtcreator-new-project-build-system-qt-gui.png "Define Build System dialog"
- \note If only one kit is specified in \uicontrol Tools >
- \uicontrol Options > \uicontrol Kits (on Windows and Linux) or in
- \uicontrol {\QC} > \uicontrol Preferences > \uicontrol Kits
- (on \macos), this dialog is skipped.
+ \li In the \uicontrol {Build system} field, select the build system to
+ use for building and running the project: \l qmake,
+ \l {Setting Up CMake}{CMake}, or \l {Setting Up Qbs}{Qbs}.
The \uicontrol{Class Information} dialog opens.
@@ -89,13 +85,20 @@
\note The \uicontrol{Header file}, \uicontrol{Source file} and \uicontrol{Form file}
fields are automatically updated to match the name of the class.
- \li Click \uicontrol Next or \uicontrol Continue.
+ The \uicontrol {Kit Selection} dialog opens.
+
+ \image qtcreator-new-project-qt-versions-qt-gui.png "Kit Selection dialog"
+
+ \li Select build and run \l{glossary-buildandrun-kit}{kits} for your project,
+ and select \uicontrol Next or \uicontrol Continue.
+
+ \li Select \uicontrol Next or \uicontrol Continue.
The \uicontrol{Project Management} dialog opens.
\image qtcreator-new-project-summary-qt-gui.png "Project Management dialog"
- \li Review the project settings, and click \uicontrol{Finish} (on Windows and
+ \li Review the project settings, and select \uicontrol{Finish} (on Windows and
Linux) or \uicontrol Done (on \macos) to create the project.
\endlist
@@ -107,9 +110,9 @@
\list
+ \li main.cpp
\li textfinder.h
\li textfinder.cpp
- \li main.cpp
\li textfinder.ui
\li textfinder.pro
@@ -150,7 +153,7 @@
\uicontrol Sidebar. For example, to find the \uicontrol Label widget, start typing
the word \b label.
- \image qtcreator-texfinder-filter.png "Filter field"
+ \image qtcreator-textfinder-filter.png "Filter field"
\li Double-click the \uicontrol{Label} widget and enter the text
\b{Keyword}.
@@ -164,23 +167,23 @@
\image qtcreator-textfinder-objectname.png "Changing object names"
\li Press \key {Ctrl+A} (or \key {Cmd+A}) to select the widgets and
- click \uicontrol{Lay out Horizontally} (or press \uicontrol{Ctrl+H} on Linux or
+ select \uicontrol{Lay out Horizontally} (or press \key {Ctrl+H} on Linux or
Windows or \key {Ctrl+Shift+H} on \macos) to apply a horizontal
layout (QHBoxLayout).
- \image qtcreator-texfinder-ui-horizontal-layout.png "Applying horizontal layout"
+ \image qtcreator-textfinder-ui-horizontal-layout.png "Applying horizontal layout"
\li Drag and drop a \uicontrol{Text Edit} widget (QTextEdit) to the form.
- \li Select the screen area and click \uicontrol{Lay out Vertically} (or press
- \uicontrol{Ctrl+L}) to apply a vertical layout (QVBoxLayout).
+ \li Select the screen area, and then select \uicontrol{Lay out Vertically}
+ (or press \key {Ctrl+L}) to apply a vertical layout (QVBoxLayout).
\image qtcreator-textfinder-ui.png "Text Finder UI"
Applying the horizontal and vertical layouts ensures that the
application UI scales to different screen sizes.
- \li To call a find function when users press the \uicontrol Find button, you
+ \li To call a find function when users select the \uicontrol Find button, you
use the Qt signals and slots mechanism. A signal is emitted when a
particular event occurs and a slot is a function that is called in
response to a particular signal. Qt widgets have predefined signals
@@ -201,7 +204,7 @@
\endlist
- \li Press \uicontrol{Ctrl+S} (or \key {Cmd+S}) to save your changes.
+ \li Press \key {Ctrl+S} (or \key {Cmd+S}) to save your changes.
\endlist
@@ -295,7 +298,7 @@
\li In the \uicontrol{Name} field, enter \b{textfinder}.
\li In the \uicontrol{Path} field, enter \c{C:\Qt\examples\TextFinder},
- and click \uicontrol Next or \uicontrol Continue.
+ and select \uicontrol Next or \uicontrol Continue.
The \uicontrol{Project Management} dialog opens.
@@ -303,8 +306,8 @@
\li In the \uicontrol{Add to project} field, select \b{TextFinder.pro}
- and click \uicontrol{Finish} or \uicontrol Done to open the file in the code
- editor.
+ and select \uicontrol{Finish} or \uicontrol Done to open the file
+ in the code editor.
\li Select \uicontrol Add > \uicontrol {Add Prefix}.
@@ -320,7 +323,7 @@
\section1 Compiling and Running Your Program
- Now that you have all the necessary files, click the
+ Now that you have all the necessary files, select the
\inlineimage run_small.png
button to compile and run your program.