summaryrefslogtreecommitdiff
path: root/lsmainwindow.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-08-05 17:35:52 +0200
committerTreeki <treeki@gmail.com>2012-08-05 17:35:52 +0200
commit3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c (patch)
tree2f6a0303927dbb2b16205e74034255cb70a7d1d4 /lsmainwindow.cpp
parentcee09c07899dfec32672e7e2d175972530a7dfd4 (diff)
downloadLayoutStudio-3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c.tar.gz
LayoutStudio-3b2fb505d58f28f0ce9b4de121f12fc924c1ec0c.zip
getting further... basic read-only Scene Graph model/widget
Diffstat (limited to '')
-rw-r--r--lsmainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsmainwindow.cpp b/lsmainwindow.cpp
index 4e6af5f..71b374b 100644
--- a/lsmainwindow.cpp
+++ b/lsmainwindow.cpp
@@ -32,6 +32,7 @@ LSMainWindow::LSMainWindow(QWidget *parent) : QMainWindow(parent) {
createActions();
m_view = new QTreeView(this);
+ m_view->setHeaderHidden(true);
setCentralWidget(m_view);
connect(m_view, SIGNAL(activated(QModelIndex)), SLOT(handleItemActivated(QModelIndex)));