qtableview - How can I detect when a different cell is moved to using the keyboard (not by clicked)?
Unsolved
Qt for Python
-
I have been able to connect to the qtableview's clicked signal and can capture when a new cell is clicked on - but I want to be able to detect when a user moves to a new cell using just the keyboard (arrow keys).
I have looked for an appropriate signal to connect to but I can't find anything that works. Does anyone have a solution?
Thanks
TB -
Hi and welcome to devnet,
Are you looking for the currentChanged signal of your view's selection model ?