I want to check whether a particular row in tree widget have parent and child.
When i give single click on a row it have to check for parent and child.
Can some one give some idea
I want to check whether a particular row in tree widget have parent and
Share
itemClicked()oritemActivated()in you casechildCount()andparent()?Hope this helps