|
|
An integer inputline with scrollbar and slider.
The class provides an easy interface to use other numeric systems then the decimal.
KIntSpinBox (int lower, int upper, int step, int value, int base = 10, QWidget* parent = 0, const char* name = 0) |
Constructor.
Constructs a widget with an integer inputline with a little scrollbar and a slider.
Parameters:
lower | The lowest valid value. |
upper | The greatest valid value. |
step | The step size of the scrollbar. |
value | The actual value. |
base | The base of the used number system. |
parent | The parent of the widget. |
name | The Name of the widget. |
~KIntSpinBox () |
Destructor.
QString mapValueToText (int) |
Overloaded to make use of the base given in the constructor.
int mapTextToValue (bool*) |
Overloaded to make use of the base given in the constructor.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:25 2000, using kdoc 2.0a33. |