diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:22:24 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:22:24 (GMT) |
commit | a02eba0de0fcf9a17d489ee1f92977c95d3afd76 (patch) | |
tree | d38c4c2d4f1358f4456c2364ad0ad2094745f463 /doc/src/qt4-intro.qdoc | |
parent | 64087b078f3767a2190f2b4a0d4aca2a6165ebda (diff) | |
download | Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.zip Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.gz Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.bz2 |
Modified file/directory names and text to remove disallowed terminology.
Diffstat (limited to 'doc/src/qt4-intro.qdoc')
-rw-r--r-- | doc/src/qt4-intro.qdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/qt4-intro.qdoc b/doc/src/qt4-intro.qdoc index 052e1c9..8867fd9 100644 --- a/doc/src/qt4-intro.qdoc +++ b/doc/src/qt4-intro.qdoc @@ -597,9 +597,9 @@ See \l{The State Machine Framework} documentation for more information. - \section1 Multi-Touch and Gestures + \section1 Touch and Gestures - Support for multi-touch input enables users to interact with many + Support for touch input enables users to interact with many parts of a user interface at the same time, and provides the basis for gestures. Additional infrastructure for gesture recognition allows a sequence of touch inputs to be combined to create gestures @@ -613,12 +613,12 @@ \list \o Allows users to interact with applications in more natural ways. \o Simplifies finger-based interaction with UI components. - \o Combines support for common basic gestures and multi-touch gestures + \o Combines support for common basic gestures and touch gestures in a single general framework. \o Enables extensibility by design. \endlist - See the QTouchEvent class documentation for more information on multi-touch + See the QTouchEvent class documentation for more information on touch input and QGestureEvent for gestures. \section1 DOM access API |