PDA

View Full Version : model / view programming problem with editing information



haykart
20th October 2011, 19:27
Hi all, I am learning model / view programming. And just write program with one model subclass from QAbstractItemModel and use it to view by QTreeView and QTableView. but now I have a problem with editing information by doubleclicked signal, I read from assistant about QItemDelegate which can help me in this prob, bu it is not working. I have attached in this post first 5 files, last 4 files I will attache in next post of this thread. if you can, help me please. (sorry for my bad English).

Best Regards
Hayk

And these are next 4 files