43 QLineEdit * _lineEdit;
44 std::string _strValue;
45 bool _autoTooltip =
true;
A wrapper for a QLineEdit that handles user input of type string, and provides Vapor's standard sette...
void SetAutoTooltip(bool on)
void ValueChanged(const std::string &value)
std::string GetValueString() const
Get the current value in the line edit.
VStringLineEdit(std::string value="")
void SetValueString(std::string value)
Set the current string value in the line edit.
void RemoveContextMenu()
Remove the current context menu.
virtual void _valueChanged()
void SetCustomContextMenu()
Create a custom context menu for the QLineEdit.
std::string _getText() const