代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>61850 Client</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTreeWidget" name="tw_ldList">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>150</number>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>200</number>
</attribute>
<column>
<property name="text">
<string>name</string>
</property>
</column>
<column>
<property name="text">
<string>type</string>
</property>
</column>
<column>
<property name="text">
<string>value</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>更新</string>
</property>
<addaction name="separator"/>
<addaction name="action_2"/>
<addaction name="action_3"/>
<addaction name="action_autoUpdate"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>写入</string>
</property>
<addaction name="actionwrite1"/>
</widget>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>表格</string>
</property>
<addaction name="action"/>
<addaction name="action_expand"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_3"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action_2">
<property name="text">
<string>更新</string>
</property>
</action>
<action name="action_3">
<property name="text">
<string>清除</string>
</property>
</action>
<action name="action_autoUpdate">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>自动更新</string>
</property>
</action>
<action name="actionwrite1">
<property name="text">
<string>write1</string>
</property>
</action>
<action name="action">
<property name="text">
<string>折叠</string>
</property>
</action>
<action name="action_expand">
<property name="text">
<string>展开</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。