Hi,
I have subclassed a QTextEdit, which presents html. If there is a paste from a different application, plaintext should be inserted
and if there is a paste from within the application, the normal html should be inserted.

Maybe you know, how I can notice if there is an intern paste or an extern?

thank you