43 m_textbox->setEchoMode(QLineEdit::Password);
double value
The value of the point.
void setValueImpl(const QString &value) override
Set the value into the GUI.
QLineEdit * m_textbox
The text box to edit.
QLabel * m_label
Label (name of the property)
~TextPropertyWidget() override
Destructor.
QString getValue() const override
TextPropertyWidget(Mantid::Kernel::Property *prop, QWidget *parent=nullptr, QGridLayout *layout=nullptr, int row=-1)
Constructor.
A property class for masking the properties.
Base class for properties.
const std::string & name() const
Get the property's name.
virtual std::string value() const =0
Returns the value of the property as a string.