summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.h
diff options
context:
space:
mode:
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;