diff options
author | Sami Merila <sami.merila@nokia.com> | 2011-07-05 14:13:04 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2011-07-05 14:13:04 (GMT) |
commit | ca0b81567d76d3af82ce025e029fb5efa50846ed (patch) | |
tree | a874b2c33c49f59e3c6f83cb07b3b3c120096d9e /src/corelib | |
parent | d9bdaeff3b25ae72fe766bf54a4f76f23d97705b (diff) | |
download | Qt-ca0b81567d76d3af82ce025e029fb5efa50846ed.zip Qt-ca0b81567d76d3af82ce025e029fb5efa50846ed.tar.gz Qt-ca0b81567d76d3af82ce025e029fb5efa50846ed.tar.bz2 |
Support partial input mode - documentation update
Update the documentation related to the QApplication attribute.
Task-number: QTBUG-16572
Reviewed-by: Tomi Vihria
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/global/qnamespace.qdoc | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc index 87b8255..eabaf10 100644 --- a/src/corelib/global/qnamespace.qdoc +++ b/src/corelib/global/qnamespace.qdoc @@ -156,12 +156,16 @@ whole lifetime. This attribute must be set before QApplication is constructed. - \omitvalue AA_S60DisablePartialScreenInputMode By default in Symbian^3, - a separate editing window is opened on top of an application. This is exactly - like editing on previous versions of Symbian behave. When this attribute - is true, a virtual keyboard window is shown on top of application and it - is ensured that the focused text widget is visible. This is only supported in - Symbian^3. (internal) + \value AA_S60DisablePartialScreenInputMode By default in Symbian^3, a separate + editing window is opened on top of an application. This is exactly like + editing on previous versions of Symbian behave. When this attribute is false, + a non-fullscreen virtual keyboard window is shown on top of application and + it is ensured that the focused text input widget is visible. + The auto-translation of input widget is only supported for applications + based on QGraphicsView, but the non-fullscreen virtual keyboard will + work for any kind of application (i.e. QWidgets-based). By default this + attribute is true. This attribute must be set after QApplication is + constructed. This is only supported in Symbian^3 and later Symbian releases. \omitvalue AA_AttributeCount */ |