qt clipboard convert other program clipboard.
Unsolved
General and Desktop
-
I'm on QClipboard's MimeData,
There are 10 QTextEdits and 10 RTF texts
I want to put it in MimeData.I want to use the data I put in powerpoint.exe.
mimeData ("text01", text01-> text);
mimeData ("text02", text02-> text);...
mimeData ("text10", text10-> text);
Can I use the mimedata put in qt in other programs?
-
Hi,
Yes you can, you have to use a mime type that is supported by the other applications as well.