hello,

when using QTextEdit the paste() inserts every format supported by the rich-text.

How to make that when pasting it is inserted only plain text if available in clipboard ? or if there is rich-text in clipboard to convert it plain text and after that to paste it.

thanks