![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QAccessibleSpinBox class implements the QAccessibleInterface for spinbox widgets. More...
#include <QAccessibleSpinBox>
Inherits QAccessibleWidget.
The QAccessibleSpinBox class implements the QAccessibleInterface for spinbox widgets.
This enum identifies the components of the spin box.
Constant | Value | Description |
---|---|---|
QAccessibleSpinBox::SpinBoxSelf | 0 | The spin box as a whole |
QAccessibleSpinBox::Editor | 1 | The line edit sub-widget. |
QAccessibleSpinBox::ValueUp | 2 | The up sub-widget (i.e. the up arrow or + button) |
QAccessibleSpinBox::ValueDown | 3 | The down sub-widget (i.e. the down arrow or - button) |
Constructs a QAccessibleSpinWidget object for w.
Returns the underlying QSpinBox.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |