##// END OF EJS Templates
Activate the drop of a variable on an existing graph.
Activate the drop of a variable on an existing graph.

File last commit:

r850:3715d1ed451c
r858:fe864ba63490
Show More
MimeTypesDef.cpp
6 lines | 315 B | text/x-c | CppLexer
#include "Common/MimeTypesDef.h"
const QString MIME_TYPE_GRAPH = QStringLiteral("scqlop/graph");
const QString MIME_TYPE_ZONE = QStringLiteral("scqlop/zone");
const QString MIME_TYPE_VARIABLE_LIST = QStringLiteral("scqlop/var-list");
const QString MIME_TYPE_TIME_RANGE = QStringLiteral("scqlop/time-range");