TraDemGen Logo  1.00.0
C++ Simulated Travel Demand Generation Library
 All Classes Namespaces Files Functions Variables Typedefs Friends Pages
main.cpp
Go to the documentation of this file.
1 #include <QtGui/QApplication>
2 #include "trademgen.h"
3 
4 
5 int main(int argc, char** argv)
6 {
7  QApplication app(argc, argv);
8  trademgen foo;
9  foo.show();
10  return app.exec();
11 }