From 15db15d4483cb016d0c2629deac36e71f4dee189 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Mon, 9 Jan 2012 21:05:09 +0100 Subject: Document enum value QAccessible::Expandable. Change-Id: I5280bf3eadf7ef876f89de318a4d6168078d929e Reviewed-by: Geir Vattekar --- src/gui/accessible/qaccessible.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/accessible/qaccessible.cpp b/src/gui/accessible/qaccessible.cpp index 417616ff60..2831f24ac8 100644 --- a/src/gui/accessible/qaccessible.cpp +++ b/src/gui/accessible/qaccessible.cpp @@ -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. -- cgit v1.2.3