38 const QString& default_value,
39 const QString& description,
41 const char* changed_slot,
43 :
StringProperty(name, default_value, description, parent, changed_slot, receiver)
64 cb->lineEdit()->setTextMargins(0, -1, 0, 0);
66 cb->setSizeAdjustPolicy(QComboBox::AdjustToMinimumContentsLengthWithIcon);
68 cb->setEditText(
getValue().toString());
69 QObject::connect(cb, SIGNAL(currentIndexChanged(
const QString&)),
this,
virtual void setString(const QString &str)
QWidget * createEditor(QWidget *parent, const QStyleOptionViewItem &option) override
Create an editor widget to edit the value of this property.
virtual void clearOptions()
virtual bool setValue(const QVariant &new_value)
Set the new value for this property. Returns true if the new value is different from the old value...
A single element of a property tree, with a name, value, description, and possibly children...
virtual void addOption(const QString &option)
EditableEnumProperty(const QString &name=QString(), const QString &default_value=QString(), const QString &description=QString(), Property *parent=nullptr, const char *changed_slot=nullptr, QObject *receiver=nullptr)
void requestOptions(EditableEnumProperty *property_in_need_of_options)
requestOptions() is emitted each time createEditor() is called.
Property specialized for string values.
virtual QVariant getValue() const
Return the value of this Property as a QVariant. If the value has never been set, an invalid QVariant...