}
void MainWindow::onAlarmTimerTimeout() {
// TODO: Show Message if an alarm is set on an event that's starting soon and delete the corresponding alarm.
}
void MainWindow::onAlarmTimerTimeout() {
// TODO: Show Message if an alarm is set on an event that's starting soon and delete the corresponding alarm.
systemTrayIcon->showMessage("title", "message", QSystemTrayIcon::Information, 1000);
QApplication::alert(this);
QApplication::beep();
systemTrayIcon->showMessage("title", "message", QSystemTrayIcon::Information, 1000);
QApplication::alert(this);
QApplication::beep();