12 #ifndef CXFILEPREVIEWWIDGET_H_ 13 #define CXFILEPREVIEWWIDGET_H_ 15 #include "cxResourceWidgetsExport.h" 21 #include <QSyntaxHighlighter> 44 template<
class SYNTAXHIGHLIGHTER>
47 delete mSyntaxHighlighter;
48 mSyntaxHighlighter =
new SYNTAXHIGHLIGHTER(mTextDocument);
52 virtual void previewFileSlot(
const QString& absoluteFilePath);
54 void textChangedSlot();
59 QTextDocument* mTextDocument;
62 QSyntaxHighlighter* mSyntaxHighlighter;
64 QPushButton* mSaveButton;
Namespace for all CustusX production code.