org.kde.qt
public class QSpinWidget extends QWidget
| Field Summary | |
|---|---|
| static int | PlusMinus |
| static int | UpDownArrows |
| Constructor Summary | |
|---|---|
| protected | QSpinWidget(Class dummy) |
| QSpinWidget(QWidget parent, String name) | |
| QSpinWidget(QWidget parent) | |
| QSpinWidget() | |
| Method Summary | |
|---|---|
| void | arrange() |
| int | buttonSymbols() |
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| QRect | downRect() |
| QWidget | editWidget() |
| protected void | enableChanged(boolean old) |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isDownEnabled() |
| boolean | isUpEnabled() |
| QMetaObject | metaObject() |
| protected void | mouseMoveEvent(QMouseEvent e) |
| protected void | mousePressEvent(QMouseEvent e) |
| protected void | mouseReleaseEvent(QMouseEvent e) |
| protected void | paintEvent(QPaintEvent arg1) |
| protected void | resizeEvent(QResizeEvent ev) |
| void | setButtonSymbols(int bs) |
| void | setDownEnabled(boolean on) |
| void | setEditWidget(QWidget widget) |
| void | setUpEnabled(boolean on) |
| void | stepDown() |
| void | stepUp() |
| void | styleChange(QStyle arg1) |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| QRect | upRect() |
| protected void | wheelEvent(QWheelEvent arg1) |
| protected void | windowActivationChange(boolean arg1) |