class KIntSpinBox |
|
|
A QSpinBox with support for arbitrary base numbers. A QSpinBox with support for arbitrary base numbers (e.g. hexadecimal). The class provides an easy interface to use other numeric systems than the decimal. |
|
Constructor. Constructs a widget with an integer inputline with a little scrollbar and a slider, with minimal value 0, maximal value 99, step 1, base 10 and initial value 0. |
|
Constructor. Constructs a widget with an integer inputline with a little scrollbar and a slider.
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. |
|
|
Returns the base in which numbers in the spin box are represented. |
|
Sets the base in which the numbers in the spin box are represented. |
|
sets focus and optionally marks all text
|
|
Overloaded the method in QSpinBox to make use of the base given in the constructor. |
|
Overloaded the method in QSpinBox to make use of the base given in the constructor. |