4#include <Kanoop/gui/libkanoopgui.h>
23 static QString
startParagraph(
const QColor& color = QColor(),
const QColor& backgroundColor = QColor());
Static helpers for generating common HTML tag strings.
static QString startStrong()
Return an opening <strong> tag.
static QString startParagraph(const QColor &color=QColor(), const QColor &backgroundColor=QColor())
Return an opening <p> tag with optional inline color styles.
static QString endParagraph()
Return a closing </p> tag.
static QString startBold()
Return an opening <b> tag.
static QString endStrong()
Return a closing </strong> tag.
static QString endBold()
Return a closing </b> tag.