|
ORE Studio 0.0.4
|
Tabbed dialog for building cron expressions field by field. More...
#include <CronEditorDialog.hpp>
Inherits QDialog.

Public Member Functions | |
| CronEditorDialog (QWidget *parent=nullptr) | |
| QString | cronExpression () const |
| void | setCronExpression (const QString &expr) |
Tabbed dialog for building cron expressions field by field.
Five tabs (Minutes, Hours, Days of Month, Month, Days of Week) each provide Frequency, Range, and Choice modes for the corresponding cron field. A description label at the top summarises the schedule in plain English.
| QString cronExpression | ( | ) | const |
Returns the assembled 5-field cron expression.
| void setCronExpression | ( | const QString & | expr | ) |
Populates all five tabs from a 5-field cron expression string.