AlarmNotifications
PANDA Slow Control Alarm Daemon
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
main_config.cpp
Go to the documentation of this file.
1
34
#include <QtGui/QApplication>
35
36
#include "
configscreen.h
"
37
38
using namespace
AlarmNotifications
;
39
40
int
main
(
int
argc,
char
** argv )
41
{
42
QApplication app ( argc, argv );
43
ConfigScreen
cs;
44
cs.show();
45
return
app.exec();
46
}
configscreen.h
GUI dialog to configure this application.
main
int main(int argc, char **argv)
Definition:
main_config.cpp:40
AlarmNotifications::ConfigScreen
Definition:
configscreen.h:54
AlarmNotifications
Namespace for Alarm Notifications application.
Definition:
alarmconfiguration.h:46
Generated by
1.8.8