Try connecting the signal QAbstractItemDelegate::closeEditor(QWidget *) to your slot. You'll need to change the signature of the slot and cast "QWidget *" to "QLineEdit *" to get the text.
Try connecting the signal QAbstractItemDelegate::closeEditor(QWidget *) to your slot. You'll need to change the signature of the slot and cast "QWidget *" to "QLineEdit *" to get the text.
xportation (20th October 2011)
Bookmarks