31 Q_DECLARE_PUBLIC(QAbstractItemDelegate)
33 explicit QAbstractItemDelegatePrivate();
35 bool editorEventFilter(QObject *object, QEvent *event);
36 bool tryFixup(QWidget *editor);
37 QString textForRole(Qt::ItemDataRole role,
const QVariant &value,
const QLocale &locale,
int precision = 6)
const;
38 void _q_commitDataAndCloseEditor(QWidget *editor);