Qt treeWidget and arrow key usage help.
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.
Re: Qt treeWidget and arrow key usage help.
Re: Qt treeWidget and arrow key usage help.
Ya, but it doest seems to work.
Re: Qt treeWidget and arrow key usage help.
Thanks, i figured it out
itemSelectionChanged() signal works