summaryrefslogtreecommitdiffstats
path: root/filepropertiesdialog.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-03-30 15:13:13 +0200
committerArno <arno@disconnect.de>2016-03-30 15:13:13 +0200
commit4202496173c6bcd8a96e9df685b604204610f042 (patch)
treec7c5a6b3f64ca56fd38f11a551195c94e188c0c9 /filepropertiesdialog.h
parentc390757f2068f188dc76e6dfc736f4afae6eefd7 (diff)
downloadSheMov-4202496173c6bcd8a96e9df685b604204610f042.tar.gz
SheMov-4202496173c6bcd8a96e9df685b604204610f042.tar.bz2
SheMov-4202496173c6bcd8a96e9df685b604204610f042.zip
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.
Diffstat (limited to 'filepropertiesdialog.h')
-rw-r--r--filepropertiesdialog.h3
1 files changed, 3 insertions, 0 deletions
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<QVariant> &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;
};