1 Star 0 Fork 9

LXSmart/qt_61850Client

forked from tinnu/qt_61850Client 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mainwindow.ui 3.07 KB
一键复制 编辑 原始数据 按行查看 历史
tinnu 提交于 2021-07-09 10:21 . 更新操作
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lxsmart-suson_admin/qt_61850-client.git
git@gitee.com:lxsmart-suson_admin/qt_61850-client.git
lxsmart-suson_admin
qt_61850-client
qt_61850Client
master

搜索帮助