32 #ifndef _pqPythonSyntaxHighlighter_h 33 #define _pqPythonSyntaxHighlighter_h 35 #include "pqPythonModule.h" 37 #include <QScopedPointer> 63 bool isReplacingTabs()
const;
66 void setReplaceTabs(
bool replaceTabs);
70 bool eventFilter(QObject*, QEvent*);
72 void rehighlightSyntax();
75 const QScopedPointer< pqInternal > Internals;
This class is a helper object to attach to a QTextEdit to add Python syntax highlighting to the text ...