From b039fbf6aaef0e961490f8267a91976866ac2e0a Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 6 Jul 2013 19:24:04 +0200 Subject: Lots of Display Changes * Save header states * Implement delegates for columns * unify size and duration to 1 column * colorize View ... and lots of other things I forgot :) --- smglobals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smglobals.h') diff --git a/smglobals.h b/smglobals.h index 3c2b36c..64cc418 100644 --- a/smglobals.h +++ b/smglobals.h @@ -20,6 +20,7 @@ class PictureViewer2; class QPixmap; class SeriesTreeWidget; class FrameCache; +class ArchiveController; class SmGlobals : public QObject { Q_OBJECT @@ -31,6 +32,8 @@ class SmGlobals : public QObject { FrameCache *frameCache(); void setSeriesTreeWidget(SeriesTreeWidget *stree) { mSeriesTreeWidget = stree; } SeriesTreeWidget *seriesTreeWidget(); + void setArchiveController(ArchiveController *c) { mArchiveController = c; } + ArchiveController *archiveController() { return mArchiveController; } QSize cursorSize(); const QSize minPVSize() const { return QSize(640, 480); } const QHash & icons() const { return mIcons; } @@ -50,6 +53,7 @@ class SmGlobals : public QObject { QHash mIcons; qint64 mDvdSize; QList mTreeWidgets; + ArchiveController *mArchiveController; }; #endif -- cgit v1.2.3-70-g09d2