From 6e92f5deb39aed43d72d8a64733f5b11e1650d5d Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 1 Jun 2013 13:11:56 +0200 Subject: Make filter work in new ArchiveView Filter by QRegExp, but only on the first level according to the sort order. All items are expanded when filtered. Also, remember the filter and the sort order when exiting. --- shemov.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'shemov.cpp') diff --git a/shemov.cpp b/shemov.cpp index 9859d2f..6c53879 100644 --- a/shemov.cpp +++ b/shemov.cpp @@ -150,6 +150,7 @@ void SheMov::closeEvent(QCloseEvent *event){ mATree->filesWidget()->filesTree()->writeSettings(); mPicWidget->picViewer2()->writeSettings(); mPicWidget->writeSettings(); + mArchive->writeSettings(); writeSettings(); SmGlobals *globals = SmGlobals::instance(); delete globals; -- cgit v1.2.3-70-g09d2