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.
QAccessibleSpinBox::SpinBoxSelf | The spin box as a whole |
QAccessibleSpinBox::Editor | The line edit sub-widget. |
QAccessibleSpinBox::ValueUp | The up sub-widget (i.e. the up arrow or + button) |
QAccessibleSpinBox::ValueDown | The down sub-widget (i.e. the down arrow or - button) |
Constructs a QAccessibleSpinWidget object for w.
Returns the underlying QSpinBox.
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |