Hi.

The delegate of a list item is a table. So far, so good. The tables cells are also editable and use a delegate (line edit).

Whenever I'm in that second level delegate and hit "up" or "down", den listwidget enters a strange state where every "tab" or "arrow" hit crashes the program.

On focus loss, only one level of editing will be closed also.

What do I have to check if I want to use such nested delegates correctly?

Bye