A wrapper for a QLineEdit that handles user input of type int, and provides Vapor's standard setters,...
void SetValueInt(int value)
Set the current int value in the line edit.
std::string _formatValue(int value)
void ValueChanged(int value)
virtual void _valueChanged()
int GetValueInt() const
Get the current int value in the line iedit.
bool _checkOverflow(double value)
VIntLineEdit(int value=0)