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.
is not working.Qt Code:
myListView.setFocus(Qt::OtherFocusReason);To copy to clipboard, switch view to plain text mode
Any idea or suggestion for doing this
Regards,
Bookmarks