Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtextdocument.h File Reference

(bffddc6a993c4b6b64922e8d327bdf32e0d4975a)

#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 (QAnyStringView)
 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.