11#include <klocalizedstring.h>
20 : QStyledItemDelegate(parent), d(new
Private)
33 KComboBox *combo =
new KComboBox(parent);
35 << i18n(
"Key Combination")
36 << i18n(
"Mouse Button")
37 << i18n(
"Mouse Wheel")
40 combo->setCurrentIndex(0);
47 KComboBox *combo = qobject_cast<KComboBox *>(editor);
50 combo->setCurrentIndex(index.data(Qt::EditRole).toUInt() - 1);
55 KComboBox *combo = qobject_cast<KComboBox *>(editor);
57 model->setData(index, combo->currentIndex() + 1, Qt::EditRole);
62 editor->setGeometry(option.rect);
QList< QString > QStringList