Implement continuous scrolling

This commit is contained in:
luisangelsm
2026-02-22 19:28:37 +01:00
parent 2450c94972
commit adfa058742
17 changed files with 848 additions and 39 deletions

View File

@ -142,6 +142,7 @@ public slots:
bool currentPageIsDoublePage();
bool nextPageIsDoublePage();
bool previousPageIsDoublePage();
const QImage *bufferedImage(int absolutePageIndex) const;
void goTo(int index);
void doublePageSwitch();
void setManga(bool manga);
@ -197,6 +198,7 @@ signals:
void isLast();
void isCover();
void pageRendered(int absolutePageIndex);
void bookmarksUpdated();
private: