summaryrefslogtreecommitdiffstats
path: root/propertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'propertiesdialog.h')
-rw-r--r--propertiesdialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/propertiesdialog.h b/propertiesdialog.h
index d881ec7..9d23dbd 100644
--- a/propertiesdialog.h
+++ b/propertiesdialog.h
@@ -8,6 +8,8 @@
#ifndef PROPERTIESDIALOG_H
#define PROPERTIESDIALOG_H
+#include <QModelIndex>
+
#include "smdialog.h"
class SmTreeModel;
@@ -27,6 +29,9 @@ class PropertiesDialog : public SmDialog {
virtual ~PropertiesDialog();
void populate(int seriesPartId);
+ private slots:
+ void showPicture(QModelIndex current, QModelIndex previous);
+
private:
void setupGui();
SmTreeModel *mDisplayModel;
@@ -35,6 +40,8 @@ class PropertiesDialog : public SmDialog {
int mCurrentId;
QLabel *mCaption;
QSplitter *mSplitter;
+ QWidget *mPicTab;
+ QLabel *mPictureLabel;
QTreeView *mFileView;
QTabWidget *mTab;
QPushButton *mOk;