summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-06-23 18:51:32 +0200
committerArno <am@disconnect.de>2013-06-23 18:51:32 +0200
commitae1582fa29de82c28872f826fa6f8b154bea88dc (patch)
tree1b30e65a0139ea56df0be925cf7eac2994b76102 /shemov.cpp
parent1e247c6fea51dab6815e3a15f22cd08e56039e89 (diff)
downloadSheMov-ae1582fa29de82c28872f826fa6f8b154bea88dc.tar.gz
SheMov-ae1582fa29de82c28872f826fa6f8b154bea88dc.tar.bz2
SheMov-ae1582fa29de82c28872f826fa6f8b154bea88dc.zip
Keep state of expanded items
Well, sounds easier as it is to keep track of expanded items, but finally I got it!
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index eeeddbf..d1f5b5b 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -80,6 +80,7 @@ SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, fla
mArchive = new ArchiveView;
mTab->addTab(mArchive, "Experimental");
connect(mArchive->archiveModel(), SIGNAL(message(QString)), this, SLOT(statusbarMessage(QString)));
+ mArchive->readSettings();
//pictures
splash.showMessage(tr("Creating Picture Archive..."), Qt::AlignHCenter, Qt::yellow);