The QTextDrag class is a drag and drop object for transferring plain and Unicode text.
.PP
Plain text is passed in a QString which may contain multiple lines (i.e. may contain newline characters). The drag target will receive the newlines according to the runtime environment, e.g. LF on Unix, and CRLF on Windows.
.PP
Qt provides no built-in mechanism for delivering only a single-line.
.PP
For more information about drag and drop, see the QDragObject class and the drag and drop documentation.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Attempts to decode the dropped information in \fIe\fR into \fIstr\fR. Returns TRUE if successful; otherwise returns FALSE. If \fIsubtype\fR is null, any text subtype is accepted; otherwise only the specified \fIsubtype\fR is accepted.
.PP
See also canDecode().
.SH "void QTextDrag::setSubtype ( const QCString & st )\fC [virtual]\fR"
Sets the MIME subtype of the text being dragged to \fIst\fR. The default subtype is "plain", so the default MIME type of the text is "text/plain". You might use this to declare that the text is" text/html" by calling setSubtype("html").
.SH "void QTextDrag::setText ( const QString & text )\fC [virtual]\fR"
Sets the text to be dragged to \fItext\fR. You will need to call this
if you did not pass the text during construction.
.SH "SEE ALSO"
.BR http://doc.trolltech.com/qtextdrag.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the
license file included in the distribution for a complete license
statement.
.SH AUTHOR
Generated automatically from the source code.
.SH BUGS
If you find a bug in Qt, please report it as described in