PDA

View Full Version : QTreeWidget double click - expand problem



stefan
29th June 2008, 12:59
how to disable expanding on item double click in QTreeWidget?
I handle signal itemDoubleClicked, but i don't want that expand of clicked item happen.

jpn
29th June 2008, 13:09
See property QTreeView::expandsOnDoubleClick.

stefan
29th June 2008, 13:24
Thanx, i didn't look inherited properties :(