From 5e86b6d1cff1d9baacad8c34b062267a382b1990 Mon Sep 17 00:00:00 2001 From: am Date: Sun, 6 Sep 2009 15:01:05 +0000 Subject: -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 --- shemov.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shemov.cpp') 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(){ -- cgit v1.2.3-70-g09d2