| 39 | "Friday", "Saturday", "Sunday"}; |
| 40 | |
| 41 | QStringList commonModes() |
| 42 | { |
| 43 | return {"LSB", "USB", "CW", "CWL", "CWU", "AM", "SAM", |
| 44 | "FM", "NFM", "DIGL", "DIGU", "RTTY", "FDV"}; |
| 45 | } |
| 46 | |
| 47 | // Friendly one-line preview of the next firing, e.g. |
| 48 | // "Next: Tue Jun 23, 8:00 PM CDT" — used in the editor and the table. |