#include <WSpinBox.h>
Inheritance diagram for WSpinBox::
Public Methods | |
WSpinBox (QWidget *parent=0, const char *name=0) | |
Constructor. | |
~WSpinBox () | |
Destructor. | |
QString | mapValueToText (int value) |
Converts the value value to a text string. | |
int | mapTextToValue (bool *ok) |
Converts the text of this widget into an integer. | |
Private Attributes | |
QDoubleValidator * | dval |
Double validator. |