更新UI
This commit is contained in:
@@ -13,7 +13,7 @@ P10_IntelligentPage::P10_IntelligentPage(QWidget *parent) :
|
||||
ui->setupUi(this);
|
||||
#if CONFIG_EN_RTSP //开启 RTSP 读取
|
||||
m_rtspPlayer = new RtspPlayer(this);// 初始化RTSP播放器(父对象绑定,避免内存泄漏)
|
||||
QTimer::singleShot(10, this, &P10_IntelligentPage::WinInit); // 调用初始化函数
|
||||
QTimer::singleShot(1000, this, &P10_IntelligentPage::WinInit); // 调用初始化函数
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user