更新UI
This commit is contained in:
@@ -49,8 +49,8 @@ QString gPageIndexStr12;
|
||||
QString ConfigurationPath = "./";
|
||||
|
||||
TTSManager *ttsManager;
|
||||
QStringList glMotorCurColor = {"rgb(0, 255, 255)","rgb(0, 255, 0)","rgb(255, 170, 0)","rgb(255, 0, 0)"};
|
||||
QStringList glMotorTempColor= {"rgb(0, 255, 255)","rgb(0, 255, 0)","rgb(255, 170, 0)","rgb(255, 0, 0)"};
|
||||
QStringList glMotorCurColor = {"#4fd1c5","#22c55e","#f59e0b","#ef4444"};
|
||||
QStringList glMotorTempColor= {"#4fd1c5","#22c55e","#f59e0b","#ef4444"};
|
||||
|
||||
QList<QStringList> PumpConditionConfigFile;
|
||||
QList<QStringList> CutConditionConfigFile;
|
||||
|
||||
Reference in New Issue
Block a user