gilou
gilou
Hi, An other way, add a button to clear channels separatly would work, no?
@CieNTi : I hope you will enjoy with this small tricks.
Hi, Depend of what you are doing with thé plotter, we can probably imagine a way un ordre to chose.
Hello, I'm on linux debian stretch actually. If I run this app from Qtcreator, the different exports work as well. It's save my files in hte home directory. But if...
hello, add QDir::homePath() + '/' + in the mainwindow.cpp file at line 817 : ``` convert m_csvFile = new QFile(QDateTime::currentDateTime().toString("yyyy-MM-d-HH-mm-ss-")+"data-out.csv"); in m_csvFile = new QFile(QDir::homePath() + '/' + QDateTime::currentDateTime().toString("yyyy-MM-d-HH-mm-ss-")+"data-out.csv"); ```...
That it's because in the two lines, only the filename is setted but not the path for the file, on unix system it's trying to write in the /usr/bin folder...
As writted in the Qt documentation, Qt replace the / by \ when is compliling for windows. See : https://doc.qt.io/qt-5/qdir.html#Separator
I will do that next week, l've update some small things and prepare the repo in order to be compiled on linux debian distro.