00001 #ifndef EXPLAINTABLE_H 00002 #define EXPLAINTABLE_H 00003 00004 #include <QWidget> 00005 00006 namespace Ui { 00007 class explainTable; 00008 } 00009 00010 class explainTable : public QWidget 00011 { 00012 Q_OBJECT 00013 00014 public: 00015 explicit explainTable(QWidget *parent = 0); 00016 ~explainTable(); 00017 00018 private: 00019 Ui::explainTable *ui; 00020 }; 00021 00022 #endif // EXPLAINTABLE_H