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.

Qt Code:
  1. myListView.setFocus(Qt::OtherFocusReason);
To copy to clipboard, switch view to plain text mode 
is not working.

Any idea or suggestion for doing this

Regards,