Hi,
We can navigate the tree items in treewidget using arrow key.

My question is which signal should i catch in this case to know the item selected using arrow key not mouse.
I am using itemClicked now but i want my application to support even the arrow keys.