mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
added new setting to the UI for using the selected comics cover as background image in the grid view
This commit is contained in:
@ -23,8 +23,10 @@ Q_OBJECT
|
||||
void useBackgroundImageCheckClicked(bool checked);
|
||||
void backgroundImageOpacitySliderChanged(int value);
|
||||
void backgroundImageBlurRadiusSliderChanged(int value);
|
||||
void useCurrentComicCoverCheckClicked(bool checked);
|
||||
private:
|
||||
QCheckBox * useBackgroundImageCheck;
|
||||
QCheckBox * useCurrentComicCoverCheck;
|
||||
QSlider * backgroundImageOpacitySlider;
|
||||
QSlider * backgroundImageBlurRadiusSlider;
|
||||
QLabel * opacityLabel;
|
||||
|
Reference in New Issue
Block a user