diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-23 16:11:47 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-23 16:11:47 (GMT) |
commit | 3d94f52564e2ed9b3454b0d9761a0af364058241 (patch) | |
tree | 53fffafc8a7b1c015e2a64003f00bbce464e12f4 | |
parent | a8be7c06fa8a4d937c52d54e94190a0c7b16a9f6 (diff) | |
download | Qt-3d94f52564e2ed9b3454b0d9761a0af364058241.zip Qt-3d94f52564e2ed9b3454b0d9761a0af364058241.tar.gz Qt-3d94f52564e2ed9b3454b0d9761a0af364058241.tar.bz2 |
Doc: Fixed classes for div elements. Removed extra characters.
-rw-r--r-- | doc/src/mainpage.qdoc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/mainpage.qdoc b/doc/src/mainpage.qdoc index 18b0db9..269dc52 100644 --- a/doc/src/mainpage.qdoc +++ b/doc/src/mainpage.qdoc @@ -30,14 +30,14 @@ \title Develop with Qt \ingroup gettingstarted -\div {indexboxcont indexboxbar} +\div {class="indexboxcont indexboxbar"} Developing a Qt application involves many different steps and stages. From configuring Creator to distributing binaries to different platforms, Qt provides many options along the way. \image quick_screens.png \enddiv -\div {indexboxcont indexboxbar normallist} +\div {class="indexboxcont indexboxbar normallist"} \keyword qt-creator-configure-target \section1 Configuring Qt and Creator Targets Qt and Creator are configurable to compile applications on many platform targets @@ -77,7 +77,7 @@ and their installation pages, view the \l {Supported Platforms} and the \l {Cross-Platform and Platform-Specific Development} pages. \enddiv -\div {indexboxcont indexboxbar normallist} +\div {class="indexboxcont indexboxbar normallist"} \keyword qt-technologies \section1 Qt Technologies @@ -162,9 +162,9 @@ Qt supports many utilities that work on multiple platforms. \o \l{Making Applications Scriptable} - provides Qt applications with ECMAScript processor. \o \l{Qt Linguist Manual}{Qt Linguist} - for translating applications into local languages. \endlist -For more information, visit the \l{Qt's Tools}{Qt Tools} page. +For more information, visit the \l{Qt's Tools}{Qt Tools} page. \enddiv -\div {indexboxcont indexboxbar normallist} +\div {class="indexboxcont indexboxbar normallist"} \keyword qt-testing \section1 Testing Qt Applications Testing and debugging are part of the development process and Qt offers the @@ -177,7 +177,7 @@ developer multiple methods of testing their code. \endlist \enddiv -\div {indexboxcont indexboxbar normallist} +\div {class="indexboxcont indexboxbar normallist"} \keyword qt-deployment \section1 Deployment Symbian phones, Maemo devices, desktop environments, embedded Linux devices -- Qt applications are deployable to many environments. @@ -207,7 +207,7 @@ For additional information, visit the \l{Cross-Platform and Platform-Specific De and the \l {Supported Platforms} page. \enddiv -\div {indexboxcont indexboxbar normallist} +\div {class="indexboxcont indexboxbar normallist"} \section1 Where to Go from Here Qt Demos and Examples |