Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey
If I do treeview->setIndexWidget(item->index(),widget) and then perform drag&drop operation with the item, the dropped item will no longer have widget on it and wit will revert to its primal form. How can I retain the widget?
treeview->setIndexWidget(item->index(),widget)
Regards Dariusz
Hi,
That is something that you have to implement yourself. Using setWidget as explained in the documentation is to be used to show static content.