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