##// END OF EJS Templates
Adds plugin column to variable widget...
Adds plugin column to variable widget To retrieve the "plugin" field, we add to the metadata of the variable the name of the data source root item

File last commit:

r412:e1f4801c4363
r551:b0a7e1650d9f
Show More
AmdaDefs.h
16 lines | 353 B | text/x-c | CLexer
Alexandre Leroux
Amda provider update (1)...
r412 #ifndef SCIQLOP_AMDADEFS_H
#define SCIQLOP_AMDADEFS_H
#include <QString>
// ////////////// //
// AMDA constants //
// ////////////// //
// Relevant keys in JSON file
extern const QString AMDA_COMPONENT_KEY;
extern const QString AMDA_PRODUCT_KEY;
extern const QString AMDA_ROOT_KEY;
extern const QString AMDA_XML_ID_KEY;
#endif // SCIQLOP_AMDADEFS_H