diff options
author | Arno <am@disconnect.de> | 2013-06-23 18:51:32 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2013-06-23 18:51:32 +0200 |
commit | ae1582fa29de82c28872f826fa6f8b154bea88dc (patch) | |
tree | 1b30e65a0139ea56df0be925cf7eac2994b76102 /shemov.cpp | |
parent | 1e247c6fea51dab6815e3a15f22cd08e56039e89 (diff) | |
download | SheMov-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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |