7 #include <QTextCharFormat> 31 bool load(QString fl);
51 QTextCharFormat
getFormat(QString name)
const;
QString name() const
Method for getting style name.
bool load(QString fl)
Method for loading and parsing style.
QSyntaxStyle(QObject *parent=nullptr)
Constructor.
Class, that describes Qt style parser for QCodeEditor.
bool isLoaded() const
Method for checking is syntax style loaded.
QTextCharFormat getFormat(QString name) const
Method for getting format for property name.
static QSyntaxStyle * defaultStyle()
Static method for getting default style.
QMap< QString, QTextCharFormat > m_data