##// END OF EJS Templates
Adds read compatibility for local AMDA server...
Adds read compatibility for local AMDA server The local AMDA server uses another regex than the default server to read the units in x. We manage the compatibility by adding in the parser the possibility of testing several regexes to read a property

File last commit:

r1128:cee2ad93ade9
r1154:98220c931c83
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