#include "seentl.h" #include "ui_seentl.h" SEENTL::SEENTL(QWidget *parent) : QMainWindow(parent), ui(new Ui::SEENTLClass) { ui->setupUi(this); script.openScript("SEEN0517.utf"); ui->lines->setModel(&script); } SEENTL::~SEENTL() { delete ui; }