A template specialzation of the ValidatorApplier class on the type float. More...
#include <Optika_ValidatorApplier.hpp>
Static Public Member Functions | |
Applier Functions | |
static void | applyToSpinBox (RCP< const EnhancedNumberValidator< float > > validator, QDoubleSpinBox *spinBox) |
Applies an EnhancedNumberValidator of type float to a QDoubleSpinBox. More... | |
static void | applyToLineEdit (RCP< const EnhancedNumberValidator< float > > validator, QLineEdit *lineEdit) |
A template specialzation of the ValidatorApplier class on the type float.
|
inlinestatic |
Applies an EnhancedNumberValidator of type float to a QDoubleSpinBox.
validator | The validator to be useed. |
spinBox | The SpinBox on which to apply the validator. |