diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-06-18 13:48:12 +0200 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-06-22 09:14:10 +0000 |
commit | d1e5972483ba17c0849c216a4b4cf742da0a92a3 (patch) | |
tree | 48cde47bb672eb61fc4b53ea38c9c98fb4d3fd2e /doc/src/overview | |
parent | 64975402afda522044ab029758da95a1cb06150f (diff) | |
download | qt-creator-d1e5972483ba17c0849c216a4b4cf742da0a92a3.tar.gz |
Doc: Reformat
No text changes
Change-Id: I767337883dbb8b50d2bcbb0b6f7967135a103e08
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'doc/src/overview')
-rw-r--r-- | doc/src/overview/creator-design-overview.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/overview/creator-design-overview.qdoc b/doc/src/overview/creator-design-overview.qdoc index 1c3057671c..548b7fa75d 100644 --- a/doc/src/overview/creator-design-overview.qdoc +++ b/doc/src/overview/creator-design-overview.qdoc @@ -40,16 +40,16 @@ \li \l{Developing Qt Quick Applications} You can use wizards to create Qt Quick projects that contain - boiler-plate code. You can use the code editor (Edit mode) - or the visual editor (Design mode) to develop Qt Quick applications. + boiler-plate code. You can use the code editor (Edit mode) or the + visual editor (Design mode) to develop Qt Quick applications. \li \l{Developing Widget Based Applications} Widgets and forms created with \QD are integrated seamlessly with programmed code by using the Qt signals and slots mechanism that allows you to easily assign behavior to graphical elements. All properties set in \QD can be changed dynamically within the code. - Furthermore, features such as widget promotion and custom - plugins allow you to use your own widgets with \QD. + Furthermore, features such as widget promotion and custom plugins + allow you to use your own widgets with \QD. \li \l{Optimizing Applications for Mobile Devices} Mobile devices have been designed for use when mobile. Keep the |