c++ - Linux and clipboard -
After selecting the copies of the buffer in Linux, after the text, we can click and paste the button between the mouse. I think there is a special buffer for this, I want to use it.
Thanks.
There is just one more correct answer than Paul Dixon, which answers your needs: / P >
QClipboard * clipboard = QApplication :: clipboard (); CastString Selected Text = Clipboard-> Text (QClipboard :: Selection);
Comments
Post a Comment