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