##// END OF EJS Templates
Fix the close button on the graphs
Fix the close button on the graphs

File last commit:

r1047:d404ba4b75e5
r1053:1dd1afe40e34
Show More
MimeTypesDef.cpp
8 lines | 483 B | text/x-c | CppLexer
#include "Common/MimeTypesDef.h"
const QString MIME_TYPE_GRAPH = QStringLiteral("sciqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("sciqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("sciqlop/var-list");
const QString MIME_TYPE_PRODUCT_LIST = QStringLiteral("sciqlop/product-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("sciqlop/time-range");
const QString MIME_TYPE_SELECTION_ZONE = QStringLiteral("sciqlop/selection-zone");