12#include <klocalizedstring.h>
23 : QStyledItemDelegate(parent), d(new
Private)
35 KComboBox *combo =
new KComboBox(parent);
37 std::sort(sorted.begin(), sorted.end());
38 combo->addItems(sorted);
44 KComboBox *combo = qobject_cast<KComboBox *>(editor);
48 combo->setCurrentIndex(i);
53 KComboBox *combo = qobject_cast<KComboBox *>(editor);
57 model->setData(index, i, Qt::EditRole);
62 editor->setGeometry(option.rect);