PDA

View Full Version : qTextEdit error - clipboard error



bruccutler
18th May 2007, 15:25
I have a QTextEdit set to read only. When I attempt to copy data from the this text edit box, the Qt Message Handler gets the following error:
QClipboard:setMimeDAta: Failed to set data on clipboard (No such file or directory)

Help??
- BRC

high_flyer
21st May 2007, 09:21
does it work when the text edit is not read only?