Add option to select before and after for time of simple date check

This commit is contained in:
WarmUpTill
2022-06-07 20:58:50 +02:00
committed by WarmUpTill
parent 003a1aa696
commit c6541825f8
5 changed files with 50 additions and 10 deletions

View File

@@ -104,6 +104,7 @@ signals:
void HeaderInfoChanged(const QString &);
protected:
QComboBox *_weekCondition;
QComboBox *_dayOfWeek;
QCheckBox *_ignoreWeekTime;
QTimeEdit *_weekTime;