Bases: PySide.QtGui.QTextBlockUserData
Storage for the user data associated with each line.
Bases: PySide.QtGui.QSyntaxHighlighter
Syntax highlighter that uses Pygments for parsing.
Highlight a block of text.
Sets the style to the specified Pygments style.
Sets a CSS stylesheet. The classes in the stylesheet should correspond to those generated by:
pygmentize -S <style> -f html
Note that ‘set_style’ and ‘set_style_sheet’ completely override each other, i.e. they cannot be used in conjunction.