Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 4

Qt-interest Archive, July 2004
QClipboard Question


Message 1 in thread

Is there a way to add two sets of data to the clipboard at once using
QClipboard?  For example, in my old Windows code, I add a bitmap and
some (private format) text.  My app can read the private format text in
a drop/paste operation.  Other apps can read the bitmap.    I looked at
the QClipboard code and it appears that every time you call setData, the
EmptyClipboard function is called.

Steve