9 Star 40 Fork 8

sinriv / meshlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
functable.ui 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
cgoxopx 提交于 2019-11-03 22:02 . 流程图编写工具
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>funcTable</class>
<widget class="QDialog" name="funcTable">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>639</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>450</x>
<y>440</y>
<width>181</width>
<height>32</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
<widget class="QTableWidget" name="table">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>621</width>
<height>361</height>
</rect>
</property>
</widget>
<widget class="QCommandLinkButton" name="commandLinkButton">
<property name="geometry">
<rect>
<x>0</x>
<y>470</y>
<width>177</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>CommandLinkButton</string>
</property>
</widget>
<widget class="QLineEdit" name="nName">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nInput">
<property name="geometry">
<rect>
<x>180</x>
<y>380</y>
<width>141</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="nOutput">
<property name="geometry">
<rect>
<x>330</x>
<y>380</y>
<width>151</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="useNew">
<property name="geometry">
<rect>
<x>500</x>
<y>390</y>
<width>92</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>自定义</string>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>funcTable</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>funcTable</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
C++
1
https://gitee.com/sinriv/meshlang.git
git@gitee.com:sinriv/meshlang.git
sinriv
meshlang
meshlang
master

搜索帮助