mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Add fitmode enum
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user