#include <file_viewer.hh>
Public Member Functions | |
| FileViewer (const QString &path=QString(), QWidget *parent=NULL) | |
Data Fields | |
| QTextEdit * | text_viewer_ |
| QSyntaxHighlighter * | highlighter_ |
Definition at line 31 of file file_viewer.hh.
| FileViewer | ( | const QString & | path = QString(), |
|
| QWidget * | parent = NULL | |||
| ) |
| QSyntaxHighlighter* highlighter_ |
Definition at line 37 of file file_viewer.hh.
| QTextEdit* text_viewer_ |
Definition at line 36 of file file_viewer.hh.
1.5.8