##// END OF EJS Templates
Catalog side bar
Catalog side bar

File last commit:

r1130:9bc87db31c2c
r1133:36b99d8a1584
Show More
CatalogueInspectorWidget.h
21 lines | 416 B | text/x-c | CLexer
/ gui / include / Catalogue / CatalogueInspectorWidget.h
#ifndef CATALOGUEINSPECTORWIDGET_H
#define CATALOGUEINSPECTORWIDGET_H
#include <QWidget>
namespace Ui {
class CatalogueInspectorWidget;
}
class CatalogueInspectorWidget : public QWidget {
Q_OBJECT
public:
explicit CatalogueInspectorWidget(QWidget *parent = 0);
~CatalogueInspectorWidget();
private:
Ui::CatalogueInspectorWidget *ui;
};
#endif // CATALOGUEINSPECTORWIDGET_H