##// END OF EJS Templates
Determines AMDA server at compile time
Determines AMDA server at compile time

File last commit:

r1093:cee2ad93ade9
r1113:f38fedd3e3cb
Show More
CatalogueExplorer.h
21 lines | 392 B | text/x-c | CLexer
Adds the new CatalogueExplorer dialog
r1093 #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