##// END OF EJS Templates
A lot of refactoring:...
A lot of refactoring: QLopPlot now handle more than one plot. File browser uses QFileSystemModel and QItemView Wrapped QCustomPlot.

File last commit:

r5:92e4585e8fab default
r6:665de41c4c74 default
Show More
qlopdata.cpp
12 lines | 111 B | text/x-c | CppLexer
#include "qlopdata.h"
QLopData::QLopData(QObject *parent) : QObject(parent)
{
}
QLopData::~QLopData()
{
}