修改控制PLC部分
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user