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

E:/sqlmaster/src/queryeditor.h

Go to the documentation of this file.
00001 #ifndef QUERYEDITOR_H
00002 #define QUERYEDITOR_H
00003 
00004 #include <QWidget>
00005 #include "textedit.h"
00006 namespace Ui {
00007     class QueryEditor;
00008 }
00009 
00010 class QueryEditor : public QWidget
00011 {
00012     Q_OBJECT
00013 
00014 public:
00015     explicit QueryEditor(QWidget *parent = 0);
00016     ~QueryEditor();
00017 
00018 private:
00019     Ui::QueryEditor *ui;
00020 };
00021 
00022 #endif // QUERYEDITOR_H

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