Hi all.
Can anybody help with next problem. I trying to overload "copy()" method of QTextEdit, but it doesn't work.
Qt Code:
def __init__(self, *args): def copy(self): print "copy"To copy to clipboard, switch view to plain text mode
But after execution when I copy text from my QTextEdit console still empty. Why?
Bookmarks