JKQtPlotter/examples/jkqtfastplotter_test/jkqtfastplotter_test.cpp

10 lines
188 B
C++

#include <QApplication>
#include "jkqtfastplotter_test_testmain.h"
int main(int argc, char *argv[]) {
QApplication a(argc, argv);
TestMain w;
w.show();
return a.exec();
}