mkottman / lqt

Lua bindings for Qt4 by Mauro Iazzi
http://code.google.com/p/lqt/
MIT License
191 stars 34 forks source link

QAbstractItemView:closeEditor() method not implemented #35

Open ghost opened 12 years ago

ghost commented 12 years ago

void QAbstractItemView::closeEditor ( QWidget * editor, QAbstractItemDelegate::EndEditHint hint ) [virtual protected slot] Closes the given editor, and releases it. The hint is used to specify how the view should respond to the end of the editing operation. For example, the hint may indicate that the next item in the view should be opened for editing.