##// END OF EJS Templates
Settings binding (3)...
Settings binding (3) Makes dialog a ISqpSettingsBindable and handles load and save These operations consist of browsing all registered widgets and call load or save on those who are a ISqpSettingsBindable

File last commit:

r412:e1f4801c4363
r468:4682fc2670df
Show More
AmdaDefs.cpp
6 lines | 267 B | text/x-c | CppLexer
#include "AmdaDefs.h"
const QString AMDA_COMPONENT_KEY = QStringLiteral("component");
const QString AMDA_PRODUCT_KEY = QStringLiteral("parameter");
const QString AMDA_ROOT_KEY = QStringLiteral("dataCenter");
const QString AMDA_XML_ID_KEY = QStringLiteral("xml:id");