15 : QLineEdit(parent), PropertyEditor(property), m_StringProperty(property)
18 connect(
this, SIGNAL(textChanged(
const QString &)),
this, SLOT(
onTextChanged(
const QString &)));
void onTextChanged(const QString &)
mitk::StringProperty * m_StringProperty
virtual const char * GetValue() const
void PropertyChanged() override
mitk::BaseProperty * m_Property
~QmitkStringPropertyEditor() override
QmitkStringPropertyEditor(mitk::StringProperty *, QWidget *parent)
virtual void SetValue(const char *_arg)
void BeginModifyProperty()
void PropertyRemoved() override