28 #include <QTextCharFormat>
120 QColor mSingleQuotedStringColor;
121 QColor mDoubleQuotedStringColor;
QSS Adapter to provide the color configurations used by the PythonSyntaxHighlighter.
QTextCharFormat mDefclassFormat
void setDoubleQuotedStringColor(const QColor &color)
static PythonQssAdapter * instance()
void setNumberColor(const QColor &color)
void setCommentColor(const QColor &color)
void setKeywordColor(const QColor &color)
void setOperatorColor(const QColor &color)
QColor singleQuotedStringColor
void setBraceColor(const QColor &color)
QTextCharFormat mBraceFormat
QTextCharFormat mNumberFormat
void setSingleQuotedStringColor(const QColor &color)
QTextCharFormat mSingleQuotedStringFormat
QTextCharFormat mCommentFormat
void setDefclassColor(const QColor &color)
QTextCharFormat mDoubleQuotedStringFormat
QColor doubleQuotedStringColor
QTextCharFormat mKeywordFormat
QTextCharFormat mOperatorFormat
void setSelfColor(const QColor &color)
PythonQssAdapter(QWidget *parent=nullptr)
QTextCharFormat mSelfFormat
QObject * parent() const const