#ifndef TABLESPAGE_H #define TABLESPAGE_H #include namespace Ui { class TablesPage; } class TablesPage : public QWidget { Q_OBJECT public: explicit TablesPage(QWidget *parent = 0); ~TablesPage(); private: Ui::TablesPage *ui; }; #endif // TABLESPAGE_H