##// END OF EJS Templates
CatalogueController: add few basic methods + commit the one not yet implemented
CatalogueController: add few basic methods + commit the one not yet implemented

File last commit:

r1093:cee2ad93ade9
r1128:043d6b3a4bf6
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