summaryrefslogtreecommitdiff
path: root/seentl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'seentl.cpp')
-rw-r--r--seentl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/seentl.cpp b/seentl.cpp
index 08ddbab..c84d412 100644
--- a/seentl.cpp
+++ b/seentl.cpp
@@ -5,6 +5,11 @@ SEENTL::SEENTL(QWidget *parent)
: QMainWindow(parent), ui(new Ui::SEENTLClass)
{
ui->setupUi(this);
+
+ script.openScript("SEEN0517.utf");
+
+ ui->lines->setModel(&script);
+
}
SEENTL::~SEENTL()