Add plot() script method

This commit is contained in:
2025-04-02 20:27:05 +02:00
parent 24a9e96bbf
commit eee4613b25
5 changed files with 50 additions and 2 deletions
+2
View File
@@ -41,6 +41,8 @@ public slots:
QJSValue getInt(const QString &label, int value);
QJSValue getFloat(const QString &label, double value, int decimals);
QJSValue getItem(const QStringList &items, const QString &label, int current);
void plot(const QVector<QPointF> &points);
};
#endif // BATCHPROCESSING_H