##// END OF EJS Templates
SID_TC_GROUND not used anymore, replaced by SID_TC_RPW_INTERNAL in dashboard
SID_TC_GROUND not used anymore, replaced by SID_TC_RPW_INTERNAL in dashboard

File last commit:

r35:0ca1c62d8087 default
r61:13a1e190a01e default
Show More
main.cpp
12 lines | 201 B | text/x-c | CppLexer
admin@pc-p-leroy3.LAB-LPP.LOCAL
commit before merge
r35 #include <QtGui/QApplication>
#include "mainwindow.h"
#include <QVBoxLayout>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}