main.cpp
Go to the documentation of this file.
00001 
00013 #include <QtGui>
00014 #include <QApplication>
00015 
00016 #include <color_table/main_window.h>
00017 
00018 int main(int argc, char **argv) {
00019 
00020   QApplication app(argc, argv);
00021   color_table::MainWindow main;
00022   main.show();
00023   app.connect(&app, SIGNAL(lastWindowClosed()), &app, SLOT(quit()));
00024   int result = app.exec();
00025 
00026         return result;
00027 }


color_table
Author(s): Piyush Khandelwal
autogenerated on Mon Jan 6 2014 11:54:34