Go to the documentation of this file.00001 #include <QtGui/QApplication>
00002 #include "trademgen.h"
00003
00004
00005 int main(int argc, char** argv)
00006 {
00007 QApplication app(argc, argv);
00008 trademgen foo;
00009 foo.show();
00010 return app.exec();
00011 }