未更新完成

This commit is contained in:
2025-09-28 17:22:31 +08:00
parent 9db753f220
commit f2dd3c176a
2 changed files with 17 additions and 2 deletions

View File

@@ -129917,3 +129917,8 @@ caught before control returns to Qt Concurrent.
2025-09-28 17:04:46 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510 2025-09-28 17:04:46 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510
2025-09-28 17:04:46 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510 2025-09-28 17:04:46 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510
2025-09-28 17:05:47 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510 2025-09-28 17:05:47 文件:(..\Pages\P00_PublicPage.cpp)行:[85] 函数名:{void P00_PublicPage::smoothScrollTo(int)} 调试>> 15510
2025-09-28 17:17:15 文件:(..\DataCenter\OpcUaManager.cpp)行:[347] 函数名:{void OpcUaManager::onClientStateChanged(QOpcUaClient::ClientState)} 调试>> OPC UA 连接断开, 3000 ms 后自动重连...
2025-09-28 17:17:15 文件:(未知)行:[-1] 函数名:{未知} 警告>> Batch read failed: QOpcUa::BadConnectionClosed
2025-09-28 17:17:15 文件:(未知)行:[-1] 函数名:{未知} 警告>> Batch read failed: QOpcUa::BadInternalError
2025-09-28 17:17:18 文件:(..\DataCenter\OpcUaManager.cpp)行:[315] 函数名:{void OpcUaManager::tryReconnect()} 调试>> 正在执行第 0 次重连...
2025-09-28 17:17:18 文件:(未知)行:[-1] 函数名:{未知} 警告>> Closing a connection without being connected

View File

@@ -50,8 +50,8 @@
<widget class="QPushButton" name="But_Network_0"> <widget class="QPushButton" name="But_Network_0">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>30</x> <x>90</x>
<y>20</y> <y>140</y>
<width>95</width> <width>95</width>
<height>40</height> <height>40</height>
</rect> </rect>
@@ -97,6 +97,16 @@ QPushButton:pressed {
<string> 网络拓扑</string> <string> 网络拓扑</string>
</property> </property>
</widget> </widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>250</x>
<y>40</y>
<width>72</width>
<height>22</height>
</rect>
</property>
</widget>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>