So guys I need some help in regards to PyQt. I'm relatively new to it and still learning. My question is about whether there is some signal that detects when an item has been selected using the arrows ? For example below this code works perfectly for calling my current_selection() method when something is clicked on by the cursor ? Thanks for reading!
self.project_table_view.clicked.connect(self.current_selection)