23 #ifndef DIGIKAM_MULTI_VALUES_EDIT_H
24 #define DIGIKAM_MULTI_VALUES_EDIT_H
39 explicit MultiValuesEdit(QWidget*
const parent,
const QString& title,
const QString& desc);
45 void setData(
const QStringList& data);
48 void setValues(
const QStringList& values);
49 bool getValues(QStringList& oldValues, QStringList& newValues);
57 void slotSelectionChanged();
59 void slotDeleteValue();
60 void slotReplaceValue();