Add plot() script method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user