NCL Composer  0.1.5
 All Classes Functions Variables Pages
nclview.h
1 #ifndef NCLVIEW_H
2 #define NCLVIEW_H
3 #include<QTextEdit>
4 
9 class nclview :public QTextEdit
10 {
11 public:
17  nclview(QString filename);
21  ~nclview();
22 };
23 
24 #endif // NCLVIEW_H