更新遥控器画面
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user