![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>
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. | |