Hello,

I have this fantastic Dialog, Qt::StrongFocus, with 2 buttons (Qt::StrongFocus) and a QListWidget (Qt::StrongFocus) and TabKeyNavigation = true...

When I tab through the Dialog and QListWidget gets the focus, it will select the next item in the list when I press Tab again...It should step out and select the next widget...

What am I doing wrong?

Arthur