a simplistic file viewer More...
#include <file_viewer.hh>
Inherits PyQt4::QtGui::QWidget.
Public Member Functions | |
| FileViewer (const QString &path=QString(), QWidget *parent=NULL) | |
Data Fields | |
| QTextEdit * | text_viewer_ |
| QSyntaxHighlighter * | highlighter_ |
a simplistic file viewer
Definition at line 34 of file file_viewer.hh.
| FileViewer | ( | const QString & | path = QString(), |
|
| QWidget * | parent = NULL | |||
| ) |
| QSyntaxHighlighter* highlighter_ |
Definition at line 40 of file file_viewer.hh.
| QTextEdit* text_viewer_ |
Definition at line 39 of file file_viewer.hh.
1.6.1