Add toolbar and background theming to YACReader

This commit is contained in:
luisangelsm
2026-01-14 15:51:32 +01:00
parent b46f34adb1
commit 721da42c8c
20 changed files with 482 additions and 37 deletions

View File

@ -42,6 +42,7 @@ private:
QLabel *backgroundColor;
QPushButton *selectBackgroundColorButton;
QPushButton *clearBackgroundColorButton;
QCheckBox *doNotTurnPageOnScroll;
QCheckBox *useSingleScrollStepToTurnPage;
@ -72,6 +73,7 @@ public slots:
void resetImageConfig();
void show();
void setFilters(int brightness, int contrast, int gamma);
void clearBackgroundColor();
signals:
void changedOptions();