The toolbox shouldn't be filtering the list widget and even if it did, it wouldn't steal its events so eventually they'd reach the listview. The listview itself installs an event filter on its viewport, but this is not important right now. Your problem is that emited signal doesn't trigger your slot. Again, could you check if connect returns true or false?