Document enum value QAccessible::Expandable.

Change-Id: I5280bf3eadf7ef876f89de318a4d6168078d929e
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
This commit is contained in:
Frederik Gladhorn 2012-01-09 21:05:09 +01:00 committed by Qt by Nokia
parent e8482bb457
commit 15db15d448

View 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.