Home
last modified time | relevance | path

Searched refs:htmlizedTextPart (Results 1 – 5 of 5) sorted by relevance

/dports/mail/trojita/trojita-0.7/src/UiUtils/
H A DPlainTextFormatter.h43 QString htmlizedTextPart(const QModelIndex &partIndex, const QFontInfo &font,
H A DFormatting.cpp104 QString Formatting::htmlizedTextPart(const QModelIndex &partIndex, const QFont &font, in htmlizedTextPart() function in UiUtils::Formatting
110 return UiUtils::htmlizedTextPart(partIndex, fontInfo, in htmlizedTextPart()
H A DFormatting.h52 Q_INVOKABLE static QString htmlizedTextPart(const QModelIndex &partIndex, const QFont &font,
H A DPlainTextFormatter.cpp548 QString htmlizedTextPart(const QModelIndex &partIndex, const QFontInfo &font, const QColor &backgro… in htmlizedTextPart() function
/dports/mail/trojita/trojita-0.7/src/Gui/
H A DSimplePartWidget.cpp117 …page()->mainFrame()->setHtml(UiUtils::htmlizedTextPart(m_partIndex, QFontDatabase::systemFont(QFon… in slotMarkupPlainText()