summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qnamespace.qdoc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-08-15 18:40:37 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 02:55:17 +0200
commit41ca2b445365ac05877e962f5c3d477bca64e633 (patch)
tree0bcaf5118d4520f4f0baa5b8c67e430c29029fb9 /src/corelib/global/qnamespace.qdoc
parent70d8e363dfb0049f9b192abbe7946de1fb679467 (diff)
A few more random documentation fixes
@p replaced by \a, \QD replaced by {Qt Designer}, couple of enums etc. Change-Id: I315510690bf52e42db519292b4122fa24c73bbc9 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/corelib/global/qnamespace.qdoc')
-rw-r--r--src/corelib/global/qnamespace.qdoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/corelib/global/qnamespace.qdoc b/src/corelib/global/qnamespace.qdoc
index d755aed02a..453079ae63 100644
--- a/src/corelib/global/qnamespace.qdoc
+++ b/src/corelib/global/qnamespace.qdoc
@@ -149,6 +149,11 @@
Command+C on the keyboard regardless of the value set, though what is output for
QKeySequence::toString(QKeySequence::PortableText) will be different).
+ \value AA_Use96Dpi Assume the screen has a resolution of 96 DPI rather
+ than using the OS-provided resolution. This will cause font rendering
+ to be consistent in pixels-per-point across devices rather than
+ defining 1 point as 1/72 inch.
+
\value AA_X11InitThreads Calls XInitThreads() as part of the QApplication
construction in order to make Xlib calls thread-safe. This
attribute must be set before QApplication is constructed.
@@ -2038,6 +2043,10 @@
even the softkeys are invisible i.e. the window is displayed with
\c showFullscreen(). Only supported for Symbian.
+ \value WindowTransparentForInput Informs the window system that this window
+ is used only for output (displaying something) and does not take input.
+ Therefore input events should pass through as if it wasn't there.
+
\value WindowOverridesSystemGestures Informs the window system that this window
implements its own set of gestures and that system level gestures, like for
instance three-finger desktop switching, should be disabled.
@@ -2350,6 +2359,7 @@
\enum Qt::InputMethodQuery
\value ImEnabled The widget accepts input method input.
+ \value ImMicroFocus \obsolete replaced by \c ImCursorRectangle
\value ImCursorRectangle The rectangle covering the area of the input cursor in widget coordinates.
\value ImFont The currently used font for text input.
\value ImCursorPosition The logical position of the cursor within the text surrounding the input area