##// END OF EJS Templates
Creates AMDA implementations (default and AMDA test)
Creates AMDA implementations (default and AMDA test)

File last commit:

r1093:cee2ad93ade9
r1112:222545cbc90a
Show More
CatalogueExplorer.h
21 lines | 392 B | text/x-c | CLexer
#ifndef SCIQLOP_CATALOGUEEXPLORER_H
#define SCIQLOP_CATALOGUEEXPLORER_H
#include <QDialog>
namespace Ui {
class CatalogueExplorer;
}
class CatalogueExplorer : public QDialog {
Q_OBJECT
public:
explicit CatalogueExplorer(QWidget *parent = 0);
virtual ~CatalogueExplorer();
private:
Ui::CatalogueExplorer *ui;
};
#endif // SCIQLOP_CATALOGUEEXPLORER_H