diff options
author | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-14 18:53:25 +0000 |
---|---|---|
committer | am <am@f440f766-f032-0410-8965-dc7d17de2ca0> | 2009-08-14 18:53:25 +0000 |
commit | 06233888b033adc6e821331e6d1822e9807371ae (patch) | |
tree | cc3ded50eb1640805652e1ec77988b39e31d13c8 /archiveeditdialog.h | |
parent | 41802000a0bcbb44c3add7f218eceec101f52cc0 (diff) | |
download | SheMov-06233888b033adc6e821331e6d1822e9807371ae.tar.gz SheMov-06233888b033adc6e821331e6d1822e9807371ae.tar.bz2 SheMov-06233888b033adc6e821331e6d1822e9807371ae.zip |
-Implemented conlumnContains() in MovieModel
-Implemented guess-function in ArchiveEditDialog
-Cumulative size is now shown in statusBar() when selecting items in ArchiveViewWidget
-Fixed EditArchiveItemDialog allowing duplicate titles (neccessary after creating iseriesno and ipartno)
-Fixed windowTitle() when changing tabs
git-svn-id: file:///var/svn/repos2/shemov/trunk@401 f440f766-f032-0410-8965-dc7d17de2ca0
Diffstat (limited to 'archiveeditdialog.h')
-rw-r--r-- | archiveeditdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archiveeditdialog.h b/archiveeditdialog.h index 6e9355d..ce0fd43 100644 --- a/archiveeditdialog.h +++ b/archiveeditdialog.h @@ -31,6 +31,7 @@ class ArchiveEditDialog : public QDialog { private slots: void archive(); + void guess(); private: bool checkInput(int genre, const QList<int> &actors, const QStringList &files, const QString &title, const QString &movie, int quality); @@ -44,6 +45,7 @@ class ArchiveEditDialog : public QDialog { ListModel *mActorsModel; MovieModel *mMovieModel; QDirModel *mDirModel; + QPushButton *mGuess; QPushButton *mArchive; QPushButton *mClose; |