summaryrefslogtreecommitdiff
path: root/doc/qtcreator/examples
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 /doc/qtcreator/examples
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>
Diffstat (limited to 'doc/qtcreator/examples')
-rw-r--r--doc/qtcreator/examples/textfinder/input.txt12
1 files changed, 10 insertions, 2 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.
+