##// END OF EJS Templates
Minor fix...
Minor fix By default sets the management mode of the thresholds of a color scale to 'manual', to avoid the recalculation of the thresholds for scalars and vectors

File last commit:

r1093:cee2ad93ade9
r1110:0e96e473601d
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