Actions
Feature #3747
closedWAbstractItemView lacks signals emiting WKeyEvent
Start date:
01/30/2015
Due date:
% Done:
0%
Estimated time:
Description
There are missing signals emitting key events of an WAbstractItemView.
For example, one could navigate (change the selected item) through a TreeView.
Updated by Koen Deforche over 9 years ago
- Status changed from New to InProgress
- Assignee set to Benoit Daccache
- Target version set to 3.3.4
Add a keyWentDown(), keyWentUp() and keyPressed() signals. If they are being connected, then call setCanReceiveFocus() on the implementation contents.
Updated by Benoit Daccache over 9 years ago
- Status changed from InProgress to Resolved
Added keyWentDown(), keyWentUp() and keyPressed() signals.
Updated by Koen Deforche over 9 years ago
- Status changed from Resolved to Closed
Actions