diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-07-18 08:58:50 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-18 16:12:27 (GMT) |
commit | 5e4bc1ecfbcec812ade03fc727cc6e6bf1869f3e (patch) | |
tree | 1f9d4a8b87b0302f8dbcee1b9d282df0e40787de /doc/src/getting-started | |
parent | 41cf7a76bb3924f4ee4553c93a213dda754fdc15 (diff) | |
download | Qt-5e4bc1ecfbcec812ade03fc727cc6e6bf1869f3e.zip Qt-5e4bc1ecfbcec812ade03fc727cc6e6bf1869f3e.tar.gz Qt-5e4bc1ecfbcec812ade03fc727cc6e6bf1869f3e.tar.bz2 |
Doc: Fix typo "a mount of code" -> "amount of code"
Task-number: QTBUG-25608
Change-Id: I948bdec6a1794e630aa5ce576e8d56b77121afa6
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src/getting-started')
-rw-r--r-- | doc/src/getting-started/how-to-learn-qt.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/getting-started/how-to-learn-qt.qdoc b/doc/src/getting-started/how-to-learn-qt.qdoc index b666d07..c2117fd 100644 --- a/doc/src/getting-started/how-to-learn-qt.qdoc +++ b/doc/src/getting-started/how-to-learn-qt.qdoc @@ -37,7 +37,7 @@ Since the introduction of Qt Quick (Qt UI Creation Kit) in the beginning of 2011, Qt has been supporting script-based declarative programming with QML. QML is very easy to understand for anybody who is familiar with JavaScript as well as for all other developers who are familiar the basics of object oriented programming and have worked with other scripting languages. Designers who are familiar with web development can start with QML and implement their ideas in executable code which can later be powered by more application logic developed by engineering teams. - A solid understanding of the basics of C++ is essential for those planning on using Qt for C++. You do not need to be a C++ expert to begin. Qt simplifies many aspects of C++ development, making it a lot of fun. The overall development effort is minimal since Qt API are easy to understand and application functionality can be implemented with a smaller a mount of code. C++ experts will find a lot of powerful APIs and tools in Qt which will make complicated things simple and new features easy to get done. + A solid understanding of the basics of C++ is essential for those planning on using Qt for C++. You do not need to be a C++ expert to begin. Qt simplifies many aspects of C++ development, making it a lot of fun. The overall development effort is minimal since Qt API are easy to understand and application functionality can be implemented with a smaller amount of code. C++ experts will find a lot of powerful APIs and tools in Qt which will make complicated things simple and new features easy to get done. Various bindings have been developed by the Qt community for other programming languages. See the \l{Qt Language Bindings on Wiki}{this wiki page on Qt Developer Network} for more information about using other programming languages with Qt. |