PDA

View Full Version : set mouse focus/pointer to popup QListView



tesmai4
6th September 2013, 12:40
My application displays QListView (myListView) as pop-up in mainwindow in response to mouse move event.

I need to set mouse pointer/focus to the pop up ListView.


myListView.setFocus(Qt::OtherFocusReason); is not working.

Any idea or suggestion for doing this

Regards,