[Qt] Missing types

zeljko zeljko at holobit.net
Wed Nov 28 12:17:57 CET 2007


Hi all,

Den, there are missing some types in 1.54 for QLCLItemDelegate, pls add it so 
I can update bindings.

QLCLItemDelegate_createEditor_Override = procedure (parent : QWidgetH; option: 
QStyleOptionViewItemH; index: QModelIndexH; out editor: QWidgetH) of object 
cdecl;
QLCLItemDelegate_setEditorData_Override = procedure (editor : QWidgetH; index: 
QModelIndexH) of object cdecl;
QLCLItemDelegate_setModelData_Override = procedure (editor : QWidgetH; model: 
QAbstractItemModelH; index: QModelIndexH) of object cdecl;
QLCLItemDelegate_updateEditorGeometry_Override = procedure (editor : QWidgetH; 
option: QStyleOptionViewItemH; index: QModelIndexH) of object cdecl;
QLCLItemDelegate_editorEvent_Override = procedure (event : QEventH; model: 
QAbstractItemModelH; option: QStyleOptionViewItemH; index: QModelIndexH; 
retval: PBoolean) of object cdecl;

zeljko




More information about the Qt mailing list