I have just make a tool with Qt4. I have just made a subclass of QAbstractTableModel, and show the items with QTableView. When i double-clicked the item and start to edit the item, i found the original data was cleared while i wanted to keep it except i input some new data. Does some one have some advices?
P.S. sorry for my poor english.