NCL Composer  0.1.5
 All Classes Functions Variables Pages
luaview.h
1 #ifndef LUAVIEW_H
2 #define LUAVIEW_H
3 #include<QTextEdit>
4 #include<QString>
5 
6 
10 class luaview : public QTextEdit
11 {
12  Q_OBJECT
13 public:
19  luaview(QString filename);
20 
24  ~luaview();
25 };
26 
27 #endif // LUAVIEW_H