QListview default key processing
Unsolved
General and Desktop
-
@gahisee said in QListview default key processing:
In my tests, it looks like QListview processes both "s" and "c" as down-arrow; it selects the next item in the listbox.
It does not. Please provide a minimal, compilable example for this behavior. Also since Qt is open source you can look by yourself what a keypress is doing for the QListView.