Add option to ignore time component in simple check

This commit is contained in:
WarmUpTill
2022-05-12 21:02:28 +02:00
committed by WarmUpTill
parent 4d65956f25
commit 70fb972f84
5 changed files with 18 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ signals:
protected:
QComboBox *_dayOfWeek;
QCheckBox *_ignoreWeekTime;
QTimeEdit *_weekTime;
QComboBox *_condition;