Dears,
I would like to know if there is a way to detect which item are changed in the QTreeWIdget.
I have for example in a "MyQWidget" class:
/* ... all QTreeWidgetItem inserted..... */
connect(tree,
SIGNAL( itemChanged
( QTreeWidgetItem * ,
int ),
this,
SLOT(...
)));
QTreeWidget* tree = new QTreeWidget(this);
/* ... all QTreeWidgetItem inserted..... */
connect(tree, SIGNAL( itemChanged ( QTreeWidgetItem * , int ), this, SLOT(...)));
To copy to clipboard, switch view to plain text mode
There is a way to obtain a list of the QTreeWidgetItem that are changed?
Thank a lot 
Annalisa
Bookmarks