Root/Examples/ADC/Test-QT-src/main.cpp

Source at commit 9d578912b727722b22319832985451a79ec35747 created 13 years 27 days ago.
By Juan64Bits, Updating prototype of SIE code generator.
1#include <QtGui/QApplication>
2#include "mainwindow.h"
3
4int main(int argc, char *argv[])
5{
6    QApplication a(argc, argv);
7    MainWindow w;
8    w.show();
9    return a.exec();
10}
11

Archive Download this file

Branches:
master



interactive