summaryrefslogtreecommitdiff
path: root/doc/qtcreator/examples/textfinder/input.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/qtcreator/examples/textfinder/input.txt')
-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.
+