diff options
| author | Arno <arno@disconnect.de> | 2016-11-06 03:12:26 +0100 | 
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2016-11-06 03:12:26 +0100 | 
| commit | 6274b353c2f22703371e4751b6cb7f96a38d94e9 (patch) | |
| tree | c477d6697c44b2eaebae2c80e3eea050f10f05db /archiveview.h | |
| parent | 6e596a0c4bdbb41962816f96c00cf7c95b6d0cac (diff) | |
| download | SheMov-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.h | 4 | 
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; | 
