QListview default key processing
-
wrote on 23 Jul 2023, 10:31 last edited by
In my tests, it looks like QListview processes both "s" and "c" as down-arrow; it selects the next item in the listbox.
Is this built-in handling documented?
This caused problems in my eventFilter for keyboard and doing searches. -
In my tests, it looks like QListview processes both "s" and "c" as down-arrow; it selects the next item in the listbox.
Is this built-in handling documented?
This caused problems in my eventFilter for keyboard and doing searches.@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.
1/2