summaryrefslogtreecommitdiffstats
path: root/archiveview.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2016-11-06 03:12:26 +0100
committerArno <arno@disconnect.de>2016-11-06 03:12:26 +0100
commit6274b353c2f22703371e4751b6cb7f96a38d94e9 (patch)
treec477d6697c44b2eaebae2c80e3eea050f10f05db /archiveview.h
parent6e596a0c4bdbb41962816f96c00cf7c95b6d0cac (diff)
downloadSheMov-6274b353c2f22703371e4751b6cb7f96a38d94e9.tar.gz
SheMov-6274b353c2f22703371e4751b6cb7f96a38d94e9.tar.bz2
SheMov-6274b353c2f22703371e4751b6cb7f96a38d94e9.zip
Revamp Comments and Metadata
Make it a QTextEdit (again?) with HTML content: * A table for metadata * A paragraph for the comment(s) Also add a stretch factor to the containing widget giving it more space.
Diffstat (limited to 'archiveview.h')
-rw-r--r--archiveview.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/archiveview.h b/archiveview.h
index 7b2f45a..7d477e8 100644
--- a/archiveview.h
+++ b/archiveview.h
@@ -76,11 +76,9 @@ class ArchiveView : public QWidget {
QStringList mCurrentArchivePath;
SmTreeView *mActorView;
SmTreeView *mGenreView;
- SmTreeView *mMetaView;
- QTextEdit *mComment;
+ QTextEdit *mMeta;
QStandardItemModel *mActorModel;
QStandardItemModel *mGenreModel;
- QStandardItemModel *mMetaModel;
QSplitter *mTreeSplitter;
QSplitter *mRightSplitter;
QToolBar *mToolBar;