#include <QApplication>#include "mainwidget.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| main class for S3DViewer program | |
Hue Tuan Thi
Definition in file main.cpp.
|
||||||||||||
|
main class for S3DViewer program
Definition at line 39 of file main.cpp. 00040 { 00041 QApplication app(argc, argv); 00042 MainWidget mainWidget; 00043 mainWidget.show(); 00044 return app.exec(); 00045 }
|
1.4.4