9 Star 40 Fork 8

sinriv / meshlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
funceditor.ui 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
cgoxopx 提交于 2019-11-09 16:00 . 可以编译
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>funcEditor</class>
<widget class="QDialog" name="funcEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QTableWidget" name="table">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>621</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="saveNode">
<property name="geometry">
<rect>
<x>540</x>
<y>440</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QPushButton" name="removeNode">
<property name="geometry">
<rect>
<x>10</x>
<y>440</y>
<width>89</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>删除节点</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>171</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>变量初始值</string>
</property>
</widget>
<widget class="QLineEdit" name="moduleName">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>621</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>模块名称</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/sinriv/meshlang.git
git@gitee.com:sinriv/meshlang.git
sinriv
meshlang
meshlang
master

搜索帮助