Quote Originally Posted by Lykurg View Post
QTreeWidgetItem::addChild()? Or what you are seeking for?
I need to add the child under the particular parent.
for e.g Qstring paretn, child; my i/p
how will i search the parent(i/p sQString parent) in treewidget item and add this child under that parent.