|
Public Member Functions |
| | PropertyDelegate (QObject *parent=0) |
| QWidget * | createEditor (QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const |
| | create the editor when the user clicked on the property
|
| void | setEditorData (QWidget *, const QModelIndex &) const |
| | set the editor data when editor was created
|
| void | setModelData (QWidget *, QAbstractItemModel *, const QModelIndex &) const |
| | set the model data when the user leave the editor
|
| void | updateEditorGeometry (QWidget *, const QStyleOptionViewItem &, const QModelIndex &) const |
| | set the editor geometry
|