AlarmNotifications
PANDA Slow Control Alarm Daemon
 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 }
GUI dialog to configure this application.
int main(int argc, char **argv)
Definition: main_config.cpp:40
Namespace for Alarm Notifications application.