PSQt/test/ex_lines.cpp

Go to the documentation of this file.
00001 
00002 // http://zetcode.com/tutorials/qt4tutorial/painting/
00003 
00004 #include "PSQt/lines.h"
00005 #include "PSQt/center.h"
00006 #include <QDesktopWidget>
00007 #include <QApplication>
00008 
00009 int main(int argc, char *argv[])
00010 {
00011   QApplication app(argc, argv);  
00012 
00013   PSQt::Lines window;
00014 
00015   window.setWindowTitle("Lines");
00016   window.show();
00017   PSQt::center(window);
00018 
00019   return app.exec();
00020 }

Generated on 19 Dec 2016 for PSANAmodules by  doxygen 1.4.7