From 25bd284eec824853e211c84861de4246ffbf6d3a Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 7 May 2011 09:38:40 +0200 Subject: 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 :) --- newmoviewizard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newmoviewizard.h') 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 ¤t, 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; -- cgit v1.2.3-70-g09d2