Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
None
-
4.5.3
-
None
Description
Regarding QTBUG-5007, I suggest that for RTL widgets, MoveLeft and MoveRight should be swapped in keypress, instead of moveCursor() for each view.
In QTableView it is handled here, in QColumnView it is here, and in QListView it is address in QTBUG-5007 (with a similar patch I attached)...
If it would have been handled in keyPressEvent it wouldn't have been duplicated for each view, and QTBUG-5007 wouldn't have existed...