添加OpenCv

This commit is contained in:
2025-09-15 22:28:43 +08:00
parent c0593df9e1
commit 94282fb1d9
423 changed files with 622349 additions and 97439 deletions

View File

@@ -2,7 +2,8 @@
#define P301_PUMPPAGE_H
#include <QWidget>
#include <QProgressBar>
#include <PublicFunctions/CurvePlotWidget.h>
namespace Ui {
class P301_PumpPage;
}
@@ -14,9 +15,20 @@ class P301_PumpPage : public QWidget
public:
explicit P301_PumpPage(QWidget *parent = nullptr);
~P301_PumpPage();
void WinInit();
void SetProgressBar(QProgressBar *PB,uint16_t Value,uint8_t ColorIndex,QStringList Color);
private slots:
void UIRefreshTimeOut();
void TrailRefreshTimeOut();
private:
Ui::P301_PumpPage *ui;
QStringList slOilTemp;
QStringList slOilLevel;
QStringList PercentageText;
QStringList TrueColor;
QStringList FalseColor;
};
#endif // P301_PUMPPAGE_H