Document enum value QAccessible::Expandable.
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>
Mon, 9 Jan 2012 20:05:09 +0000 (21:05 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 10 Jan 2012 22:18:32 +0000 (23:18 +0100)
Change-Id: I5280bf3eadf7ef876f89de318a4d6168078d929e
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
src/gui/accessible/qaccessible.cpp

index 417616f..2831f24 100644 (file)
@@ -132,7 +132,8 @@ QT_BEGIN_NAMESPACE
     \value Checked          The object's check box is checked.
     \value Collapsed        The object is collapsed, e.g. a closed listview item, or an iconified window.
     \value DefaultButton    The object represents the default button in a dialog.
-    \value Expanded         The object is expandable, and currently the children are visible.
+    \value Expandable       The object is expandable, mostly used for cells in a tree view.
+    \value Expanded         The object is expanded, currently its children are visible.
     \value ExtSelectable    The object supports extended selection.
     \value Focusable        The object can receive focus. Only objects in the active window can receive focus.
     \value Focused          The object has keyboard focus.