summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2012-01-09 21:05:09 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 23:18:32 +0100
commit15db15d4483cb016d0c2629deac36e71f4dee189 (patch)
tree6b939bed6fe87f1e32a06c1327edf0f2998655ad /src/gui
parente8482bb457890c42ee0a8ab734c2be6dd9975738 (diff)
Document enum value QAccessible::Expandable.
Change-Id: I5280bf3eadf7ef876f89de318a4d6168078d929e Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/accessible/qaccessible.cpp3
1 files changed, 2 insertions, 1 deletions
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.