A menu item represented by a VLabel and VCheckBox, wrapped in a VLineItem.
VNumericLineEdit(int decimals=5)
void SciNotationChanged(bool sciNotation)
void DecimalDigitsChanged(int decimalDigits)
void SetSciNotation(bool sciNotation)
If the line edit is numeric, set whether the display is in scientific notation.
VNumericFormatMenu * _menu
void SetNumDigits(int digits)
If the line edit is numeric, set the number of digits of the number being displayed.
bool GetSciNotation() const
If the line edit is numeric, get whether the display is in scientific notation.
virtual void _showMenu(const QPoint &pos)
Show a custom context menu.
virtual void _valueChanged()=0
int GetNumDigits() const
If the line edit is numeric, get the number of digits of the number being displayed.
A menu item represented by a VLabel and VSpinBox, wrapped in a VLineItem selection tab in any rendere...
A wrapper for a QLineEdit that handles user input of type string, and provides Vapor's standard sette...