summaryrefslogtreecommitdiff
path: root/seentl.h
blob: c082ca5b3fd7e927059a7706d5823a8493344216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef SEENTL_H
#define SEENTL_H

#include <QtGui/QMainWindow>
#include "utfscriptmodel.h"

namespace Ui
{
    class SEENTLClass;
}

class SEENTL : public QMainWindow
{
    Q_OBJECT

public:
    SEENTL(QWidget *parent = 0);
    ~SEENTL();

private:
    Ui::SEENTLClass *ui;
    utfScriptModel script;

};

#endif // SEENTL_H