It does (somewhat) and it's called customContextMenuRequested().
I can find in which QTextEdit I am by mapping the cursor position to global coordinates and finding which QTextEdit it belongs to but I envisonned something "cleaner" ...Qt Code:
{ if (!editor) return; //... }To copy to clipboard, switch view to plain text mode
Bookmarks