• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

E:/sqlmaster/src/main.cpp

Go to the documentation of this file.
00001 #include <QApplication>
00002 #include <QMessageBox>
00003 #include "mainpage.h"
00004 #include "connection.h"
00048 //--------------------------------------------------------------------------------
00049 int main(int argc, char *argv[])
00050 {
00051     QApplication app(argc, argv);
00052     MainPage mainW;
00053     mainW.setWindowTitle("SQL Master 2.0");
00054     return app.exec();
00055 }
00056 //--------------------------------------------------------------------------------

Generated on Wed Dec 1 2010 10:32:17 for SQL Master by  doxygen 1.7.2