PDA

View Full Version : What's the best way to select item from QTreeWidget



sharonobl
20th May 2014, 04:07
Hi,

I have a QtreeWidgetItem constructed with one level parent and child items below. It looks like this:

Information
Name
Address
Phone

I want to be able to double click on let's say Name and it will pop up a new window to perform other operations. What is the best way to do it?
Thanks

anda_skoa
20th May 2014, 06:46
See QTreeWidget::itemDoubleClicked()


Cheers,
_