[Soved]How to make my selection available in the system clipboard
-
QClipboard I use in my application I want to Qt when I select an object that the object is available in the system clipboard. such a text.
How can I do
Moved to General and Desktop, as it has nothing to do with Games, Gerolf
-
Which selection are you talking about? In any case, use QClipboard::setText.
-
Ok it work. Thanks
2/3