Hi,

I use QTreeView::setEditTriggers(QAbstractItemView::AllE ditTriggers)

When I click on a item (1) -> editing starts (e.q. line edit)
When I click on a different item (2) -> editing starts
So far so good.
But:
When I click outside the frame an then again on item (2) -> need double click to start editing
I can simply start typing after single click but that's not what I want.

How can it be achieved that a single click on item (2) starts editing?

Thanks!
Thomas