I have custom QListView with items. In each item I insert custom widget. The issue is that I can't select an item on click. Its working when I press it and drag it a bit (like few pixels on the screen), then the item is selected.

If I remove widget from the items its working just fine.

I have tried re implement this http://doc.trolltech.com/4.6/qobject...allEventFilter
same issue, no click signal is emited !?!?!?!

I was experimenting with all options focusing, selection on both QList and QWidgets.

Had someone this issue before.