source:
additional/scripts/OpenGLQT_exemple/src/main.cpp@
1217
| Last change on this file since 1217 was 546, checked in by , 18 years ago | |
|---|---|
| File size: 187 bytes | |
| Line | |
|---|---|
| 1 | #include <QApplication> |
| 2 | |
| 3 | #include "window.h" |
| 4 | |
| 5 | int main(int argc, char *argv[]) |
| 6 | { |
| 7 | QApplication app(argc, argv); |
| 8 | Window window; |
| 9 | window.show(); |
| 10 | return app.exec(); |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
