From ae1582fa29de82c28872f826fa6f8b154bea88dc Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 23 Jun 2013 18:51:32 +0200 Subject: Keep state of expanded items Well, sounds easier as it is to keep track of expanded items, but finally I got it! --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') 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); -- cgit v1.2.3-70-g09d2