summaryrefslogtreecommitdiff
path: root/seentl.cpp
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-02-02 19:34:03 +0100
committerYorhel <git@yorhel.nl>2009-02-02 19:34:03 +0100
commit385ed9346cd87eeb2645cf0e217d59718844293f (patch)
tree1aa8b5e4afb39ac52aa981442c03aaf421c8592f /seentl.cpp
parent1c4fa45b62fe5a5026597e164cd0ec48c309e69c (diff)
Started on utfScriptModel and using a QTableView to display the lines
It works, kind of... I have no clue as to what the hell I am doing, as I'm really just playing around. C++ isn't my thing... Don't be surprised if everything I've written just now will be completely rewritten in a next commit.
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()