CCIMXDesktop
Loading...
Searching...
No Matches
timercreatorwindow.h
1
#ifndef TIMERCREATORWINDOW_H
2
#define TIMERCREATORWINDOW_H
3
4
#include <QMainWindow>
5
class
AlarmyNote
;
6
7
8
class
TimerCreatorWindow
:
public
QMainWindow {
9
Q_OBJECT
10
public
:
11
explicit
TimerCreatorWindow
(QWidget* parent =
nullptr
);
12
13
signals:
14
void
notifyNewTimer(
AlarmyNote
* alarmy_notes);
15
};
16
17
#endif
// TIMERCREATORWINDOW_H
AlarmyNote
Definition
alarmynote.h:4
TimerCreatorWindow
Definition
timercreatorwindow.h:8
builtin
app
AlarmyClock
ui
timercreatorwindow.h
Generated by
1.9.8