From 4202496173c6bcd8a96e9df685b604204610f042 Mon Sep 17 00:00:00 2001 From: Arno Date: Wed, 30 Mar 2016 15:13:13 +0200 Subject: Show archived data in file properties If we stare at a picture that is already in the archive, display the archived data in the file property dialog. --- filepropertiesdialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'filepropertiesdialog.h') diff --git a/filepropertiesdialog.h b/filepropertiesdialog.h index 425f6e6..39683e5 100644 --- a/filepropertiesdialog.h +++ b/filepropertiesdialog.h @@ -16,6 +16,7 @@ class SmTreeItem; class SmTreeModel; class QTabWidget; class QStackedWidget; +class QLabel; class FilePropertiesDialog : public SmDialog { Q_OBJECT @@ -28,6 +29,7 @@ class FilePropertiesDialog : public SmDialog { void pictureData(); void appendItem(const QList &data, SmTreeItem *parent); QTabWidget *mTab; + QTabWidget *mPicsTab; QStackedWidget *mStack; QPushButton *mOk; SmTreeModel *mFormatModel; @@ -36,6 +38,7 @@ class FilePropertiesDialog : public SmDialog { SmTreeView *mStreamView; SmTreeModel *mPicModel; SmTreeView *mPicView; + QLabel *mArchivedAs; QString mFile; }; -- cgit v1.2.3-70-g09d2