mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
Add fitmode enum
This commit is contained in:
@ -133,6 +133,14 @@ static const QString YACReaderLibrarSubReadingListMimeDataFormat = "application/
|
|||||||
YDark
|
YDark
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum FitMode{
|
||||||
|
ToWidth=0x01,
|
||||||
|
ToHeight=0x02,
|
||||||
|
FullRes=0x03,
|
||||||
|
FullPage=0x04//,
|
||||||
|
//Text=0x05
|
||||||
|
};
|
||||||
|
|
||||||
QString getSettingsPath();
|
QString getSettingsPath();
|
||||||
void addSperator(QWidget * w);
|
void addSperator(QWidget * w);
|
||||||
QAction * createSeparator();
|
QAction * createSeparator();
|
||||||
|
Reference in New Issue
Block a user