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
}
Generated by
1.8.3.1