mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add new UI settings to control automatic library updates
This commit is contained in:
@ -28,6 +28,24 @@ private slots:
|
||||
void resetToDefaults();
|
||||
|
||||
private:
|
||||
// General tabss
|
||||
QCheckBox *displayContinueReadingBannerCheck;
|
||||
QCheckBox *trayIconCheckbox;
|
||||
QCheckBox *startToTrayCheckbox;
|
||||
QCheckBox *comicInfoXMLCheckbox;
|
||||
QSlider *recentIntervalSlider;
|
||||
QLabel *numDaysLabel;
|
||||
|
||||
// Libraries tab
|
||||
QCheckBox *updateLibrariesAtStartupCheck;
|
||||
QCheckBox *detectChangesAutomaticallyCheck;
|
||||
QCheckBox *updateLibrariesPeriodicallyCheck;
|
||||
QComboBox *intervalComboBox;
|
||||
QCheckBox *updateLibrariesAtCertainTimeCheck;
|
||||
QTimeEdit *updateLibrariesTimeEdit;
|
||||
QCheckBox *compareModifiedDateWhenUpdatingLibrariesCheck;
|
||||
|
||||
// Grid tab
|
||||
QCheckBox *useBackgroundImageCheck;
|
||||
QCheckBox *useCurrentComicCoverCheck;
|
||||
QSlider *backgroundImageOpacitySlider;
|
||||
@ -35,13 +53,11 @@ private:
|
||||
QLabel *opacityLabel;
|
||||
QLabel *blurLabel;
|
||||
QPushButton *resetButton;
|
||||
QCheckBox *displayContinueReadingBannerCheck;
|
||||
QCheckBox *trayIconCheckbox;
|
||||
QCheckBox *startToTrayCheckbox;
|
||||
QCheckBox *comicInfoXMLCheckbox;
|
||||
QSlider *recentIntervalSlider;
|
||||
QLabel *numDaysLabel;
|
||||
QCheckBox *compareModifiedDateWhenUpdatingLibrariesCheck;
|
||||
|
||||
QWidget *createGeneralTab();
|
||||
QWidget *createLibrariesTab();
|
||||
QWidget *createFlowTab();
|
||||
QWidget *createGridTab();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user