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

E:/sqlmaster/src/explaintable.cpp

Go to the documentation of this file.
00001 #include "explaintable.h"
00002 #include "ui_explaintable.h"
00003 
00004 explainTable::explainTable(QWidget *parent) :
00005     QWidget(parent),
00006     ui(new Ui::explainTable)
00007 {
00008     ui->setupUi(this);
00009 }
00010 
00011 explainTable::~explainTable()
00012 {
00013     delete ui;
00014 }

Generated on Wed Dec 1 2010 08:43:39 for SQL Master by  doxygen 1.7.2