source:
trunk/geant4/OpenGLQT_exemple/src/main.cpp@
556
| Last change on this file since 556 was 546, checked in by , 18 years ago | |
|---|---|
| File size: 187 bytes | |
| Rev | Line | |
|---|---|---|
| [546] | 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.
