summaryrefslogtreecommitdiffstats
path: root/archivecontroller.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-07-06 19:24:04 +0200
committerArno <am@disconnect.de>2013-07-06 19:24:04 +0200
commitb039fbf6aaef0e961490f8267a91976866ac2e0a (patch)
tree270fbd374dbb0d2cc524ba24328da537f30213a7 /archivecontroller.cpp
parentbd6a6a7c42dabe2d0d86e309a6dc6b04de7c0a10 (diff)
downloadSheMov-b039fbf6aaef0e961490f8267a91976866ac2e0a.tar.gz
SheMov-b039fbf6aaef0e961490f8267a91976866ac2e0a.tar.bz2
SheMov-b039fbf6aaef0e961490f8267a91976866ac2e0a.zip
Lots of Display Changes
* Save header states * Implement delegates for columns * unify size and duration to 1 column * colorize View ... and lots of other things I forgot :)
Diffstat (limited to 'archivecontroller.cpp')
-rw-r--r--archivecontroller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/archivecontroller.cpp b/archivecontroller.cpp
index 0c67ef7..32528aa 100644
--- a/archivecontroller.cpp
+++ b/archivecontroller.cpp
@@ -43,6 +43,7 @@ void ArchiveController::treeSelectionChanged(const QItemSelection &selected, con
ids.unite(mArchiveModel->seriesPartIds(idx));
}
mArchiveFilesModel->populate(ids);
+ mArchiveFiles->expandAll();
}
QModelIndexList ArchiveController::mapToSource(const QSortFilterProxyModel *proxy, const QModelIndexList idxs) const{