mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
Add zoom control functions to viewer
This commit is contained in:
@ -37,6 +37,11 @@ class NotificationsLabelWidget;
|
||||
public:
|
||||
bool fullscreen; //TODO, change by the right use of windowState();
|
||||
public slots:
|
||||
void increaseZoomFactor();
|
||||
void decreaseZoomFactor();
|
||||
void setZoomFactor(qreal);
|
||||
qreal getZoomFactor();
|
||||
|
||||
void prepareForOpening();
|
||||
void open(QString pathFile, int atPage = -1);
|
||||
void open(QString pathFile, const ComicDB & comic);
|
||||
|
Reference in New Issue
Block a user