kdeui
knuminput.h File Reference
#include <qwidget.h>
#include <qspinbox.h>
#include <kdelibs_export.h>
Include dependency graph for knuminput.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KDoubleNumInput |
An input control for real numbers, consisting of a spinbox and a slider. More... | |
class | KDoubleSpinBox |
A spin box for fractional numbers. More... | |
class | KIntNumInput |
An input widget for integer numbers, consisting of a spinbox and a slider. More... | |
class | KIntSpinBox |
A QSpinBox with support for arbitrary base numbers. More... | |
class | KNumInput |
You need to inherit from this class if you want to implement K*NumInput for a different variable type. More... |