Hardware Design: SIE
Sign in or create your account
|
Project List
|
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Hardware Design: SIE Git Source Tree
Root
/
Examples
/
ADC
/
Scope-QT-src
/
main.cpp
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
Download this file
Branches:
master
Main page
Current events
Mailing lists
Planet
Projects server
interactive
About Qi
Recent changes
Contact Qi
Help