Hello,

I have setup a QTableView with my own delegate to create a cell widget. This widget contains two QDateTimeEdit elements. My problem if I tab through date/time values of first widget is that the focus leave the cell after last time value, close the editor and enter the next cell.

How can I prevent this behavior and set focus to next QDateTimeEdit widget of the same cell?