main.cpp File Reference

#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


Detailed Description

Author:
Jaime Valls Miro

Hue Tuan Thi

Date:
21-07-06

Definition in file main.cpp.


Function Documentation

int main int  argc,
char *  argv[]
 

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 }


Generated on Mon Aug 14 10:44:20 2006 for S3DViewer by  doxygen 1.4.4