From 63f117c9117d1e16701e8daee30de165a077d2bd Mon Sep 17 00:00:00 2001 From: Felix Kauselmann <2039670+selmf@users.noreply.github.com> Date: Mon, 14 Sep 2015 09:39:50 +0200 Subject: [PATCH] Add fitmode enum --- common/yacreader_global.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/yacreader_global.h b/common/yacreader_global.h index 8b97656a..62c7093a 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -132,6 +132,14 @@ static const QString YACReaderLibrarSubReadingListMimeDataFormat = "application/ YLight, YDark }; + + enum FitMode{ + ToWidth=0x01, + ToHeight=0x02, + FullRes=0x03, + FullPage=0x04//, + //Text=0x05 + }; QString getSettingsPath(); void addSperator(QWidget * w);