The Problem about QPlainTextEdit's copy-paste function
General and Desktop
2
Posts
1
Posters
2.1k
Views
1
Watching
-
Hi all,
I find if I copy some words from QPlainTextEdit like "abc", I can paste those words success,
but if I copy other words (like "efg" )form other text editor, QPlainTextEdit always paste "abc", not "efg",
and I find if I copy words from other text editor first (not copy form QPlainTextEdit ), QPlainTextEdit can paste "efg" success.
Is anybody can help me find the problem?Thanks
Tim