mirror of
https://github.com/YACReader/yacreader
synced 2026-03-01 18:33:09 -05:00
Add toolbar and background theming to YACReader
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user