pgLab/pglab/DatabaseInspectorWidget.h
Eelke Klein 04723a289b Switching to linux for development of pglab.
Switched from qmake to cmake. Code changes to make it compile.
2017-08-23 08:10:01 +02:00

22 lines
375 B
C++

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