Add settings to control the page turn behavior on scroll

This commit is contained in:
Luis Ángel San Martín
2022-01-13 23:04:22 +01:00
parent a1e0340b3d
commit dcb7e6e0c6
5 changed files with 91 additions and 51 deletions

View File

@ -41,6 +41,9 @@ private:
QLabel *backgroundColor;
QPushButton *selectBackgroundColorButton;
QCheckBox *doNotTurnPageOnScroll;
QCheckBox *useSingleScrollStepToTurnPage;
QColorDialog *colorDialog;
YACReaderSpinSliderWidget *brightnessS;