添加OpenCv
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user