diff options
Diffstat (limited to 'newmoviewizard.h')
-rw-r--r-- | newmoviewizard.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newmoviewizard.h b/newmoviewizard.h index 93da626..abcf977 100644 --- a/newmoviewizard.h +++ b/newmoviewizard.h @@ -26,6 +26,7 @@ class WizardTreeModel; class SmTreeItem; class MovieInfoPage; class MovieMappingPage; +class PictureViewer; class NewMovieWizard : public QWizard { Q_OBJECT @@ -63,6 +64,7 @@ class MovieInfoPage : public QWizardPage { void setNextDvdNo(); void initModel(); void fileSelectionChanged(const QModelIndex ¤t, const QModelIndex &previous); + void itemClicked(const QModelIndex &index); private: void setupGui(); @@ -76,10 +78,12 @@ class MovieInfoPage : public QWizardPage { QPushButton *mRemoveFile; QComboBox *mFileType; QCheckBox *mOnDvd; + QCheckBox *mUsePicViewer; QPushButton *mNextDvdNo; WizardTreeModel *mFileModel; SmTreeItem *mMoviesItem; SmTreeItem *mCoversItem; + PictureViewer *mPicViewer; }; class MovieMappingPage : public QWizardPage { |