summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-05-07 09:38:40 +0200
committerArno <am@disconnect.de>2011-05-07 09:38:40 +0200
commit25bd284eec824853e211c84861de4246ffbf6d3a (patch)
treee83c892a36a24d943006231201623b0b6d767060 /newmoviewizard.h
parent3cd7ca9ef0f2191ed0fe609c192c627430a07883 (diff)
downloadSheMov-25bd284eec824853e211c84861de4246ffbf6d3a.tar.gz
SheMov-25bd284eec824853e211c84861de4246ffbf6d3a.tar.bz2
SheMov-25bd284eec824853e211c84861de4246ffbf6d3a.zip
Implement additional title element for seriesparts
Series parts can now have an additional title elemet, the so called subtitle. Obviously that's not really a good name but it's the best I could come up with :)
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r--newmoviewizard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h
index 54a706a..60a9cdd 100644
--- a/newmoviewizard.h
+++ b/newmoviewizard.h
@@ -71,11 +71,13 @@ class MovieInfoPage : public QWizardPage {
void initModel();
void fileSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
void itemClicked(const QModelIndex &index);
+ void hasPartnoStateChanged(int state);
private:
void setupGui();
QTreeView *mFileView;
QLineEdit *mTitle;
+ QLineEdit *mSubtitle;
QSpinBox *mSeriesNo;
QSpinBox *mPartno;
QSpinBox *mQuality;
@@ -84,6 +86,7 @@ class MovieInfoPage : public QWizardPage {
QPushButton *mRemoveFile;
QComboBox *mFileType;
QCheckBox *mOnDvd;
+ QCheckBox *mHasPartno;
QCheckBox *mUsePicViewer;
QPushButton *mNextDvdNo;
WizardTreeModel *mFileModel;