##// END OF EJS Templates
Handles y-axis in the unit tests...
Handles y-axis in the unit tests For data series that handle y-axis (like spectrograms), adds verifications on it

File last commit:

r868:86e05857e5c8
r969:299bc9e2c2bd
Show More
MimeTypesDef.cpp
7 lines | 399 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");