完成数据变化绘图

This commit is contained in:
2024-09-18 16:18:36 +08:00
parent 14d80194c5
commit c9e2c5a72f
8 changed files with 59 additions and 39 deletions

View File

@ -13,7 +13,7 @@ Q_OBJECT
public:
explicit ReadThread(QObject *parent = nullptr);
bool isNumeric(QString data);
bool isNumeric(const QString &data);
signals: