添加OpenCv
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
#define P01_MianPage_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
#include <QProgressBar>
|
||||
#include <QLCDNumber>
|
||||
#include <QLabel>
|
||||
#include <PublicFunctions/BrushPad.h>
|
||||
namespace Ui {
|
||||
class P01_MianPage;
|
||||
}
|
||||
@@ -21,8 +24,15 @@ public:
|
||||
void uiSetHaulSpeed(int SpeedL,int SpeedR);
|
||||
void uiSetMining(int Value);
|
||||
void uiSetTransportPos(int rx,int ry);
|
||||
void uiRollerPosition(uint8_t Index,uint16_t aX,uint16_t aY);
|
||||
void PB_Refresh(QString Dev);
|
||||
void SetProgressBar(QProgressBar *PB,uint16_t Value,uint8_t ColorIndex,QStringList Color);
|
||||
private slots:
|
||||
void UIRefreshTimeOut();
|
||||
void TrailRefreshTimeOut();
|
||||
private:
|
||||
Ui::P01_MianPage *ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // P01_MianPage_H
|
||||
|
||||
Reference in New Issue
Block a user