Quote Originally Posted by drhex View Post
Try opening the menu at
Qt Code:
  1. QCursor::pos()
To copy to clipboard, switch view to plain text mode 
as suggested in the documentation for QMenu::exec()
Ahh, that simple, it worked. Thanks!