#include <QValidator>
#include <QSpinBox>
Go to the source code of this file.
Classes | |
class | Gui::UIntSpinBox |
The UIntSpinBox class does basically the same as Qt's QSpinBox unless that it works with unsigned int's instead. More... | |
class | Gui::UnsignedValidator |
A validator that allows only input of unsigned int values in the range from 0 to UINT_MAX. More... | |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. |