I want to keep the latest child nodes always to in the top level items in qtreewidget, how is this possible ?
Normally QTreeWidgetItem::addChild()
append the child item, so I tried QTreeWidgetItem::insertChild(0, childItem)
but this doesnt helped me.
I am using Qt 4.8.4 (MSVC 2010, 32 bit), in Win 7.