styles/main.cpp

Go to the documentation of this file.
00001 #include <QtGui/QApplication>
00002 #include "styles.h"
00003 
00004 int main(int argc, char *argv[])
00005 {
00006         QApplication a(argc, argv);
00007         test w;
00008         w.show();
00009         a.connect(&a, SIGNAL(lastWindowClosed()), &a, SLOT(quit()));
00010         return a.exec();
00011 }

Generated on Wed Nov 23 19:00:21 2011 for FreeCAD by  doxygen 1.6.1