QlightRead package | ESS final project 1.22-beta

/home/ron/Desktop/Frontend/src/main.cpp

Go to the documentation of this file.
00001 
00043 #include <QApplication>
00044 #include <QApplication>
00045 #include <QMainWindow>
00046 
00047 
00048 #include "dataplot.h"
00049 #include "mainwindow.h"
00050 
00051 
00052 
00063 int main(int argc, char *argv[])
00064 {
00065     QApplication app(argc, argv);
00066 
00067     MainWindow window;
00068     window.resize(1000, 350);
00069     window.show();
00070 
00071     return app.exec();
00072 }
 All Classes Files Functions Variables Defines