修改控制PLC部分

This commit is contained in:
2025-10-11 18:05:29 +08:00
parent ebc440d6d4
commit 7e0af1abe6
48 changed files with 179495 additions and 136661 deletions

View File

@@ -2,7 +2,7 @@
#define P09_REMOTEPAGE_H
#include <QWidget>
#include <QLabel>
namespace Ui {
class P09_RemotePage;
}
@@ -15,6 +15,8 @@ public:
explicit P09_RemotePage(QWidget *parent = nullptr);
~P09_RemotePage();
void WinInit();
void SetStyle2(QLabel *Leabel,QStringList List,bool b1,bool b2,bool isNull = false);
void SetStyle3(QLabel *Leabel,QStringList List,bool b1,bool b2,bool b3,bool isNull = false);
private slots:
void UIRefreshTimeOut();
private: