更新遥控器画面
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <QProgressBar>
|
||||
#include <PublicFunctions/CurvePlotWidget.h>
|
||||
#include <PublicFunctions/ObjLoader.h>
|
||||
|
||||
#include <QLCDNumber>
|
||||
namespace Ui {
|
||||
class P301_PumpPage;
|
||||
}
|
||||
@@ -18,14 +18,15 @@ public:
|
||||
explicit P301_PumpPage(QWidget *parent = nullptr);
|
||||
~P301_PumpPage();
|
||||
void WinInit();
|
||||
void SetProgressBar(QProgressBar *PB,uint16_t Value,uint8_t ColorIndex,QStringList Color);
|
||||
void SetPos(float Zoom,QVector3D Move,QVector3D Pos);
|
||||
void SetProgressBar(QProgressBar *PB,const uint16_t Value,const uint8_t ColorIndex,const QStringList Color = {});
|
||||
void SetProgressBar(QProgressBar *PB, QLCDNumber *LCD, const QString NodeGroup,QString NodeLCD,const QStringList Color = {});
|
||||
void SetPos(const float Zoom,QVector3D Move,const QVector3D Pos);
|
||||
private slots:
|
||||
void UIRefreshTimeOut();
|
||||
void TrailRefreshTimeOut();
|
||||
void Show3D();
|
||||
void RotateDev();
|
||||
signals:
|
||||
signals:
|
||||
void preprocessFinished(QVector3D center, float radius);
|
||||
void loadModelRequest(const QString& devName, const QString& filePath, QVector3D center, float radius);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user