更新遥控器画面

This commit is contained in:
2025-10-10 17:44:10 +08:00
parent faf921afc7
commit 945dadc8e8
86 changed files with 14150 additions and 2607 deletions

View File

@@ -10,7 +10,7 @@ P09_RemotePage::P09_RemotePage(QWidget *parent) :
ui(new Ui::P09_RemotePage)
{
ui->setupUi(this);
WinInit();
QTimer::singleShot(10, this, &P09_RemotePage::WinInit);
}
P09_RemotePage::~P09_RemotePage()
@@ -33,7 +33,7 @@ qreal readCurrent(QString Dev){
}
void P09_RemotePage::UIRefreshTimeOut()
{
if(this->isHidden())
if(gPageIndexStr != "P09")
return;
QString StyleSheetSet;
uint32_t DK1 = gOPC_NodeValue["ns=6;s=::AsGlobalPV:PageContol.RemoteDKey1"] .toUInt();