PDA

View Full Version : QTreeWidget & closeEdit



evgenM
27th March 2006, 09:39
i use QTreeWidget without QItemDelegate&QModelIndex
i starting edit item but don't know how get "finishEdit" event

jpn
27th March 2006, 14:04
Not that I know any sophisticated way for solving this, but you could use QAbstractItemDelegate::closeEditor() signal.
Someone else came up with the same problem too, take a look at thread:
http://www.qtcentre.org/forum/showthread.php?t=1265