source:
projectionDesigner/curvedScreenGenerator/main.cpp
@
349
Last change on this file since 349 was 20, checked in by , 15 years ago | |
---|---|
File size: 185 bytes |
Line | |
---|---|
1 | #include <QtGui/QApplication> |
2 | #include "screenGenerator.h" |
3 | |
4 | int main(int argc, char *argv[]) |
5 | { |
6 | QApplication a(argc, argv); |
7 | screenGenerator w; |
8 | w.show(); |
9 | return a.exec(); |
10 | } |
Note: See TracBrowser
for help on using the repository browser.