36 double _min = -std::numeric_limits<double>::max();
37 double _max = std::numeric_limits<double>::max();
A wrapper for a QLineEdit that handles user input of type double, and provides Vapor's standard sette...
std::string _formatValue(double value)
VDoubleLineEdit(double value=0.0)
void _valueChanged() override
void SetRange(double min, double max)
double GetValueDouble() const
Get the current double value in the line edit.
void SetValueDouble(double value)
Set the current double value in the line edit.
void ValueChanged(double value)