When users copy text from my QTextBrowser with ctl-c, I would like it to be copied without formatting, so when they paste it into a word processor it is just plain text.
How can I force it to copy plain text instead of styled html text?
When users copy text from my QTextBrowser with ctl-c, I would like it to be copied without formatting, so when they paste it into a word processor it is just plain text.
How can I force it to copy plain text instead of styled html text?
You can perform the copy yourself.