New core.question script method

This commit is contained in:
2025-04-28 17:04:45 +02:00
parent 53472d807c
commit 3feee0256c
4 changed files with 48 additions and 0 deletions
+1
View File
@@ -41,6 +41,7 @@ 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);
QJSValue question(const QString &question, const QStringList &buttons, const QString &title = "");
void plot(const QVariant &graph);
};