Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtextdocument.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtCore/qobject.h>
#include <QtCore/qsize.h>
#include <QtCore/qrect.h>
#include <QtCore/qvariant.h>
#include <QtGui/qfont.h>
#include <QtCore/qurl.h>
#include <QtCore/qcontainerfwd.h>
+ Include dependency graph for qtextdocument.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QAbstractUndoItem
 
class  QTextDocument
 \reentrant \inmodule QtGui More...
 

Namespaces

namespace  Qt
 

Functions

Q_GUI_EXPORT bool Qt::mightBeRichText (const QString &)
 Returns true if the string text is likely to be rich text; otherwise returns false.
 
Q_GUI_EXPORT QString Qt::convertFromPlainText (const QString &plain, WhiteSpaceMode mode=WhiteSpacePre)
 Converts the plain text string plain to an HTML-formatted paragraph while preserving most of its look.