Hardware Design: SIE
Sign in or create your account | Project List | Help
Hardware Design: SIE Git Source Tree
Root/
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 | |
4 | int main(int argc, char *argv[]) |
5 | { |
6 | QApplication a(argc, argv); |
7 | MainWindow w; |
8 | w.show(); |
9 | return a.exec(); |
10 | } |
11 |
Branches:
master