summaryrefslogtreecommitdiffstats
path: root/shemov.pro
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2010-07-25 13:00:30 +0200
committerArno <am@disconnect.de>2010-07-25 13:00:30 +0200
commit004b9243248a29eaa73b5fae5a5ef7b5ca914f94 (patch)
tree0b1f9f413d798390fba316d5093bbd5dcd466398 /shemov.pro
parentbfcb2cd0e0168e1f740678a626a5d5077cf6e677 (diff)
downloadSheMov-004b9243248a29eaa73b5fae5a5ef7b5ca914f94.tar.gz
SheMov-004b9243248a29eaa73b5fae5a5ef7b5ca914f94.tar.bz2
SheMov-004b9243248a29eaa73b5fae5a5ef7b5ca914f94.zip
Fixed StatisticsDialog
adapted StatisticsDialog to the new database schema and make it use WebKit and HTML to display the graph bars. This change obsoleted the classes ActorCountModel and GraphBarWidget.
Diffstat (limited to 'shemov.pro')
-rw-r--r--shemov.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/shemov.pro b/shemov.pro
index 865e1d3..5173801 100644
--- a/shemov.pro
+++ b/shemov.pro
@@ -5,6 +5,7 @@ CONFIG += warn_on \
debug
CONFIG -= release
QT += sql
+QT += webkit
SOURCES = main.cpp \
filesystemdirproxy.cpp \
filesystemwidget.cpp \
@@ -20,8 +21,6 @@ SOURCES = main.cpp \
statisticsdialog.cpp \
actorwidget.cpp \
actormodel.cpp \
- actorcountmodel.cpp \
- graphbarwidget.cpp \
programconfigurator.cpp \
pictureviewer.cpp \
pictureviewerinfoitem.cpp \
@@ -51,8 +50,6 @@ HEADERS = listitem.h \
statisticsdialog.h \
actorwidget.h \
actormodel.h \
- actorcountmodel.h \
- graphbarwidget.h \
programconfigurator.h \
pictureviewer.h \
pictureviewerinfoitem.h \