summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
authoram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-09-06 15:01:05 +0000
committeram <am@f440f766-f032-0410-8965-dc7d17de2ca0>2009-09-06 15:01:05 +0000
commit5e86b6d1cff1d9baacad8c34b062267a382b1990 (patch)
treeaa16d3c60942d45205c0e9f2aaf03ba5a79a09eb /shemov.cpp
parent7c2a67b93e0e2b80bb89985c92a5aafc6b2b3d65 (diff)
downloadSheMov-5e86b6d1cff1d9baacad8c34b062267a382b1990.tar.gz
SheMov-5e86b6d1cff1d9baacad8c34b062267a382b1990.tar.bz2
SheMov-5e86b6d1cff1d9baacad8c34b062267a382b1990.zip
-implemented statistics for quality distribution
-filter bar in archiveview can now be activated by pressing enter git-svn-id: file:///var/svn/repos2/shemov/trunk@406 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 4d6f4fc..449846c 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -38,6 +38,7 @@
#include "archiveviewwidget.h"
#include "editarchiveitemdialog.h"
#include "coverarchiveeditor.h"
+#include "statisticsdialog.h"
SheMov::SheMov(QWidget *parent, Qt::WindowFlags flags) : QMainWindow(parent, flags) {
qApp->setWindowIcon(QIcon(":/shemov.png"));
@@ -211,7 +212,8 @@ void SheMov::aboutShemov(){
}
void SheMov::showStatistics(){
-
+ StatisticsDialog dlg(this);
+ dlg.exec();
}
void SheMov::createStatusbar(){