9 Star 40 Fork 8

sinriv / meshlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
modulegen.ui 2.07 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>moduleGen</class>
<widget class="QDialog" name="moduleGen">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>219</width>
<height>166</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLineEdit" name="nName">
<property name="geometry">
<rect>
<x>60</x>
<y>10</y>
<width>141</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nInput">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>141</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nOutput">
<property name="geometry">
<rect>
<x>60</x>
<y>90</y>
<width>141</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>名称</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>输入</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>67</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>输出</string>
</property>
</widget>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>40</x>
<y>130</y>
<width>166</width>
<height>25</height>
</rect>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
C++
1
https://gitee.com/sinriv/meshlang.git
git@gitee.com:sinriv/meshlang.git
sinriv
meshlang
meshlang
master

搜索帮助